You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Michi Mutsuzaki (JIRA)" <ji...@apache.org> on 2014/04/23 22:30:20 UTC

[jira] [Resolved] (ZOOKEEPER-445) Potential bug in leader code

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michi Mutsuzaki resolved ZOOKEEPER-445.
---------------------------------------

    Resolution: Invalid

I'm closing this as invalid. Please reopen it with more details if this is an actual issue.

> 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
>             Fix For: 3.5.0
>
>   Original Estimate: 20m
>  Remaining Estimate: 20m
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)