This is an automated email from the ASF dual-hosted git repository.
guozhang pushed a change to branch 2.0
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from 084f4d2 KAFKA-7180; Fixing the flaky test
testHWCheckpointWithFailuresSingleLogSegment
new 2a63c51 KAFKA-7192: Wipe out if EOS is turned on and checkpoint file
does not exist (#5421)
new b367360 KAFKA-7192 Follow-up: update checkpoint to the reset
beginning offset (#5430)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../streams/processor/internals/AbstractTask.java | 4 +
.../streams/processor/internals/StateRestorer.java | 14 ++-
.../processor/internals/StoreChangelogReader.java | 115 +++++++++++++--------
.../streams/processor/internals/StreamThread.java | 2 +-
.../streams/integration/EosIntegrationTest.java | 26 +++--
.../internals/StoreChangelogReaderTest.java | 68 ++++++++----
6 files changed, 155 insertions(+), 74 deletions(-)