This is an automated email from the ASF dual-hosted git repository.
junrao pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from b67a77d KAFKA-12787; Integrate controller snapshoting with raft
client (#10786)
add 7c7cecd MINOR Updated transaction index as optional in
LogSegmentData. (#10848)
No new revisions were added by this update.
Summary of changes:
.../server/log/remote/storage/LogSegmentData.java | 24 +++++-----
.../log/remote/storage/LogSegmentDataTest.java | 54 ++++++++++++++++++++++
.../storage/InmemoryRemoteStorageManager.java | 6 ++-
.../storage/InmemoryRemoteStorageManagerTest.java | 33 +++++++------
4 files changed, 90 insertions(+), 27 deletions(-)
create mode 100644
storage/api/src/test/java/org/apache/kafka/server/log/remote/storage/LogSegmentDataTest.java