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 d02ad2c KAFKA-12557: Fix hanging KafkaAdminClientTest (#10404)
add d92d464 KAFKA-12552: Introduce LogSegments class abstracting the
segments map (#10401)
No new revisions were added by this update.
Summary of changes:
core/src/main/scala/kafka/log/Log.scala | 152 ++++++--------
core/src/main/scala/kafka/log/LogSegments.scala | 220 +++++++++++++++++++++
.../scala/unit/kafka/log/LogSegmentsTest.scala | 163 +++++++++++++++
3 files changed, 446 insertions(+), 89 deletions(-)
create mode 100644 core/src/main/scala/kafka/log/LogSegments.scala
create mode 100644 core/src/test/scala/unit/kafka/log/LogSegmentsTest.scala