]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1751] change of #1751 entry to the simpler text for the users according to reviewing
authorNaoki Kambe <kambe@jprs.co.jp>
Fri, 16 Mar 2012 04:42:28 +0000 (13:42 +0900)
committerNaoki Kambe <kambe@jprs.co.jp>
Fri, 16 Mar 2012 04:46:05 +0000 (13:46 +0900)
ChangeLog

index 3d2f9cf0741dc379513be5a1a4cf6bc5e6aa934a..c670d3bdecadea0e562f80fb8f5165c18a8138d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,7 @@
 xxx.   [bug]           naokikambe
-       Fix inconsistent statistics counts of Auth via bindctl or
-       b10-stats-httpd while multiple b10-auth instances are running. Each
-       count of Auth is accumulated across the instances except an inactive
-       instances. Introduce a pid argument into the set command of b10-stats
-       so that b10-stats identifies which instance sends by the PID which the
-       b10-auth instance sends together with statistics data. Also add a
-       regression check into systest against that inconsistency.
+       The statistic counters are now properly accumulated across multiple
+       instances of b10-auth (if there are multiple instances), instead of
+       providing result for random instance.
        (Trac #1751, git TBD)
 
 401.   [func]*         jinmei