You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Sophie Blee-Goldman (Jira)" <ji...@apache.org> on 2020/06/11 19:25:00 UTC

[jira] [Created] (KAFKA-10152) Attempt to write checkpoint without first committing during recycle

Sophie Blee-Goldman created KAFKA-10152:
-------------------------------------------

             Summary: Attempt to write checkpoint without first committing during recycle
                 Key: KAFKA-10152
                 URL: https://issues.apache.org/jira/browse/KAFKA-10152
             Project: Kafka
          Issue Type: Bug
          Components: streams
            Reporter: Sophie Blee-Goldman
             Fix For: 2.6.0


Seen causing failure of `SmokeTestDirverIntegrationTest#shouldWorkWithRebalance locally:
{code:java}
Caused by: java.lang.IllegalStateException: A checkpoint should only be written if no commit is needed. at org.apache.kafka.streams.processor.internals.StreamTask.writeCheckpointIfNeed(StreamTask.java:534) at org.apache.kafka.streams.processor.internals.StreamTask.closeAndRecycleState(StreamTask.java:482) at org.apache.kafka.streams.processor.internals.StandbyTaskCreator.createStandbyTaskFromActive(StandbyTaskCreator.java:115) at org.apache.kafka.streams.processor.internals.TaskManager.handleAssignment(TaskManager.java:288)
{code}
See comment here: https://github.com/apache/kafka/pull/8833/files#r438953766



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