You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Manikumar Reddy (JIRA)" <ji...@apache.org> on 2015/06/26 15:56:04 UTC

[jira] [Commented] (KAFKA-2302) Currently iterated chunk is not cleared during consumer shutdown

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

Manikumar Reddy commented on KAFKA-2302:
----------------------------------------

After calling shutdown method, we will get at-most  current/last read chunk messages. shutdown() does not guarantee the immediate  shutdown of consumer iterator. This behavior can be changed.

> Currently iterated chunk is not cleared during consumer shutdown
> ----------------------------------------------------------------
>
>                 Key: KAFKA-2302
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2302
>             Project: Kafka
>          Issue Type: Bug
>          Components: consumer
>    Affects Versions: 0.8.1.1
>            Reporter: Matthieu Sprunck
>            Assignee: Joel Koshy
>
> During consumer connector shutdown, fetch queues are cleared, but the currently iterated chunk is not cleared.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)