You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/26 12:13:00 UTC

[jira] [Commented] (KAFKA-5372) Unexpected state transition Dead to PendingShutdown

    [ https://issues.apache.org/jira/browse/KAFKA-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062996#comment-16062996 ] 

ASF GitHub Bot commented on KAFKA-5372:
---------------------------------------

GitHub user enothereska opened a pull request:

    https://github.com/apache/kafka/pull/3432

    KAFKA-5372: fixes to state transitions

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/enothereska/kafka KAFKA-5372-state-transitions

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3432.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3432
    
----
commit 5f57558ef293351d9f5db11edb62089367e39b76
Author: Eno Thereska <en...@gmail.com>
Date:   2017-06-26T11:04:20Z

    Checkpoint

commit ac372b196998052a024aac47af64dbd803a65733
Author: Eno Thereska <en...@gmail.com>
Date:   2017-06-26T12:11:26Z

    Some fixes

----


> Unexpected state transition Dead to PendingShutdown
> ---------------------------------------------------
>
>                 Key: KAFKA-5372
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5372
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: streams
>            Reporter: Jason Gustafson
>            Assignee: Eno Thereska
>             Fix For: 0.11.1.0
>
>
> I often see this running integration tests:
> {code}
> [2017-06-02 15:36:03,411] WARN stream-thread [appId-1-c382ef0a-adbd-422b-9717-9b2bc52b55eb-StreamThread-13] Unexpected state transition from DEAD to PENDING_SHUTDOWN. (org.apache.kafka.streams.processor.internals.StreamThread:976)
> {code}
> Maybe a race condition on shutdown or something?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)