You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2019/12/02 20:05:50 UTC

[kafka] branch trunk updated (a2aa0a4 -> 075f583)

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

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


    from a2aa0a4  KAFKA-9255: Add 'timestamp' field to 'message' entry (#7764)
     add 075f583  KAFKA-9156: Fix LazyTimeIndex & LazyOffsetIndex concurrency (#7760)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/log/AbstractIndex.scala | 12 +--
 core/src/main/scala/kafka/log/LazyIndex.scala     | 90 +++++++++++++++++++++++
 core/src/main/scala/kafka/log/LogSegment.scala    |  8 +-
 core/src/main/scala/kafka/log/OffsetIndex.scala   | 36 +--------
 core/src/main/scala/kafka/log/TimeIndex.scala     | 36 +--------
 core/src/test/scala/unit/kafka/log/LogUtils.scala |  4 +-
 6 files changed, 104 insertions(+), 82 deletions(-)
 create mode 100644 core/src/main/scala/kafka/log/LazyIndex.scala