You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ted Yu (Jira)" <ji...@apache.org> on 2020/01/23 18:50:00 UTC

[jira] [Commented] (KAFKA-9471) Return empty collection for PENDING_SHUTDOWN

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

Ted Yu commented on KAFKA-9471:
-------------------------------

[~mjsax][~guozhang]
Please comment.

> Return empty collection for PENDING_SHUTDOWN
> --------------------------------------------
>
>                 Key: KAFKA-9471
>                 URL: https://issues.apache.org/jira/browse/KAFKA-9471
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>            Priority: Minor
>
> In StreamThreadStateStoreProvider we have:
> {code}
> if (streamThread.state() == StreamThread.State.DEAD) {
>     return Collections.emptyList();
> {code}
> PENDING_SHUTDOWN is precursor to DEAD state.
> PENDING_SHUTDOWN should be treated the same way as DEAD.
> This makes more sense than current behavior of throwing exception for PENDING_SHUTDOWN.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)