Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Aug 2018 20:20:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230393] security/base-audit: Use anticongestion function if available
Message-ID:  <bug-230393-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230393

            Bug ID: 230393
           Summary: security/base-audit: Use anticongestion function if
                    available
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: yasu@utahime.org
                CC: 000.fbsd@quip.cz
             Flags: maintainer-feedback?(000.fbsd@quip.cz)
                CC: 000.fbsd@quip.cz

Created attachment 195915
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D195915&action=
=3Dedit
patch file

* Use anticongestion function if available. Commit message of base r316342 =
says
as following.
  ----------------------------------------------------------------------
  Consolidate random sleeps in periodic scripts

  Multiple periodic scripts sleep for a random amount of time in order to
  mitigate the thundering herd problem. This is bad, because the sum of
  multiple uniformly distributed random variables approaches a normal
  distribution, so the problem isn't mitigated as effectively as it would be
  with a single sleep.

  This change creates a single configurable anticongestion sleep. periodic
  will only sleep if at least one script requires it, and it will never sle=
ep
  more than once per invocation. It also won't sleep if periodic was run
  interactively, fixing an unrelated longstanding bug.
  ----------------------------------------------------------------------
* Bump PORTREVISION.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230393-7788>