Potential bug in leader code
----------------------------

                 Key: ZOOKEEPER-445
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-445
             Project: Zookeeper
          Issue Type: Bug
          Components: server
         Environment: Linux fortiz-desktop 2.6.27-7-generic #1 SMP Fri Oct 24 
06:42:44 UTC 2008 i686 GNU/Linux
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)
            Reporter: Manos Kapritsos
            Priority: Minor


There is a suspicious line in server/quorum/Leader.java:226. It reads
if (stop) {
LOG.info("exception while shutting down acceptor: " + e);
stop = true;
}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to