You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2014/01/21 23:06:20 UTC

[jira] [Created] (KAFKA-1213) Adding fetcher needs to be avoided upon make-follower when replica manager is shutting down

Guozhang Wang created KAFKA-1213:
------------------------------------

             Summary: Adding fetcher needs to be avoided upon make-follower when replica manager is shutting down
                 Key: KAFKA-1213
                 URL: https://issues.apache.org/jira/browse/KAFKA-1213
             Project: Kafka
          Issue Type: Bug
            Reporter: Guozhang Wang
             Fix For: 0.8.1


Today in ReplicaManager.makeFollowers, we check if isShuttingDown.get() is false before adding fetchers. However this check cannot avoid adding fetcher while at the same time shutting down replica manager since the isShuttingDown can be set to false after the check.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)