[ https://issues.apache.org/jira/browse/KAFKA-5152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matthias J. Sax updated KAFKA-5152: ----------------------------------- Fix Version/s: 0.11.0.1 0.10.2.2 > Kafka Streams keeps restoring state after shutdown is initiated during startup > ------------------------------------------------------------------------------ > > Key: KAFKA-5152 > URL: https://issues.apache.org/jira/browse/KAFKA-5152 > Project: Kafka > Issue Type: Bug > Components: streams > Affects Versions: 0.10.2.1 > Reporter: Xavier Léauté > Assignee: Matthias J. Sax > Fix For: 0.10.2.2, 0.11.0.1 > > > If streams shutdown is initiated during state restore (e.g. an uncaught > exception is thrown) streams will not shut down until all stores are first > finished restoring. > As restore progresses, stream threads appear to be taken out of service as > part of the shutdown sequence, causing rebalancing of tasks. This compounds > the problem by slowing down the restore process even further, since the > remaining threads now have to also restore the reassigned tasks before they > can shut down. -- This message was sent by Atlassian JIRA (v6.3.15#6346)