[jira] [Commented] (KAFKA-5818) KafkaStreams state transitions not correct

2017-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16151516#comment-16151516 ] ASF GitHub Bot commented on KAFKA-5818: --- GitHub user mjsax opened a pull request:

[jira] [Commented] (KAFKA-5818) KafkaStreams state transitions not correct

2017-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16151431#comment-16151431 ] ASF GitHub Bot commented on KAFKA-5818: --- Github user asfgit closed the pull request at:

[jira] [Commented] (KAFKA-5818) KafkaStreams state transitions not correct

2017-08-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16149980#comment-16149980 ] Ted Yu commented on KAFKA-5818: --- {code} public synchronized boolean isRunningAndNotRebalancing() {

[jira] [Commented] (KAFKA-5818) KafkaStreams state transitions not correct

2017-08-31 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16149975#comment-16149975 ] Guozhang Wang commented on KAFKA-5818: -- Yes, because state is volatile, we only need to synchronize

[jira] [Commented] (KAFKA-5818) KafkaStreams state transitions not correct

2017-08-31 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16149786#comment-16149786 ] Ted Yu commented on KAFKA-5818: --- Looking at StreamThread, in the call chain run() -> runLoop() -> runOnce()

[jira] [Commented] (KAFKA-5818) KafkaStreams state transitions not correct

2017-08-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16149726#comment-16149726 ] ASF GitHub Bot commented on KAFKA-5818: --- GitHub user mjsax opened a pull request: