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

bbejeck pushed a change to branch 4.3
in repository https://gitbox.apache.org/repos/asf/kafka.git


    from 947da292f50 KAFKA-20310: Persist previousProducerId and nextProducerId 
in transaction log (#21828)
     new 896115349d7 MINOR: Test Coverage for Segmented stores (#21860)
     new b82caca83d0 KAFKA-19712: Commit OFFSET_UNKOWN when closing state 
stores and the offsets are not yet initialized (#21884)

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:
 .../processor/internals/ProcessorStateManager.java |  18 +-
 .../internals/ProcessorStateManagerTest.java       |  55 ++++-
 .../AbstractColumnFamilyAccessorTest.java          |  66 ++++--
 ...ctDualSchemaRocksDBSegmentedBytesStoreTest.java |  39 +++-
 .../AbstractRocksDBSegmentedBytesStoreTest.java    |  43 +++-
 .../state/internals/InMemoryRocksDBAccessor.java   | 246 +++++++++++++++++++++
 .../streams/state/internals/RocksDBStoreTest.java  |   2 +-
 .../state/internals/RocksDBVersionedStoreTest.java |   2 +-
 8 files changed, 448 insertions(+), 23 deletions(-)
 create mode 100644 
streams/src/test/java/org/apache/kafka/streams/state/internals/InMemoryRocksDBAccessor.java

Reply via email to