You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by vv...@apache.org on 2021/12/01 17:59:24 UTC

[kafka] branch iqv2-framework updated (dec3f37 -> d531d4d)

This is an automated email from the ASF dual-hosted git repository.

vvcephei pushed a change to branch iqv2-framework
in repository https://gitbox.apache.org/repos/asf/kafka.git.


 discard dec3f37  doc fix
 discard 5ec23f5  style
 discard a30a2d8  style
 discard 85bf0aa  cr feedback
 discard 1a15bac  make position update monotonic
 discard aab70d3  cleanup
 discard 1009b84  consolidate Position
 discard 4fe22d4  IQv2 Framework
     add 1bf418b  MINOR: Pass along compression type to snapshot writer (#11556)
     add 62f73c3  KAFKA-13498: track position in remaining state stores (#11541)
     add d531d4d  IQv2 Framework

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (dec3f37)
            \
             N -- N -- N   refs/heads/iqv2-framework (d531d4d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../kafka/snapshot/RecordsSnapshotWriter.java      |  2 +-
 .../state/internals/CachingKeyValueStore.java      |  9 ++++++
 .../state/internals/InMemorySessionStore.java      | 24 +++++++++++++++
 .../state/internals/InMemoryWindowStore.java       | 24 +++++++++++++++
 .../state/internals/RocksDBSessionStore.java       | 23 ++++++++++++++
 .../state/internals/RocksDBWindowStore.java        | 35 ++++++++++++++++++----
 .../internals/AbstractSessionBytesStoreTest.java   |  2 +-
 .../CachingInMemoryKeyValueStoreTest.java          | 24 +++++++++++++++
 .../state/internals/InMemorySessionStoreTest.java  | 33 ++++++++++++++++++++
 .../state/internals/InMemoryWindowStoreTest.java   | 32 ++++++++++++++++++++
 .../internals/MonotonicProcessorRecordContext.java | 16 +++++++++-
 .../state/internals/RocksDBSessionStoreTest.java   | 32 ++++++++++++++++++++
 .../state/internals/RocksDBWindowStoreTest.java    | 31 +++++++++++++++++++
 13 files changed, 278 insertions(+), 9 deletions(-)