cadonna opened a new pull request #8873: URL: https://github.com/apache/kafka/pull/8873
When a re-initialisation from checkpoint is skipped the following log messages appear in the logs. ``` DEBUG stream-thread [EosTest-a2c3b21b-7af1-4dce-a3e0-6dc10932e5a2-StreamThread-1] task [0_2] Skipping re-initialization of offset from checkpoint for recycled store KSTREAM-AGGREGATE-STATE-STORE-0000000003 (org.apache.kafka.streams.processor.internals.ProcessorStateManager) DEBUG stream-thread [EosTest-a2c3b21b-7af1-4dce-a3e0-6dc10932e5a2-StreamThread-1] task [0_2] Skipping re-initialization of offset from checkpoint for recycled store KSTREAM-AGGREGATE-STATE-STORE-0000000007 WARN stream-thread [EosTest-a2c3b21b-7af1-4dce-a3e0-6dc10932e5a2-StreamThread-1] task [0_2] Some loaded checkpoint offsets cannot find their corresponding state stores: {EosTest-KSTREAM-AGGREGATE-STATE-STORE-0000000003-changelog-2=1491, EosTest-KSTREAM-AGGREGATE-STATE-STORE-0000000007-changelog-2=1491} ``` The warning appears because the skipped offsets are not removed from the checkpoint. However, there is nothing to warn about, because the offset found there corresponding state stores and they were skipped. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org