You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2021/05/27 16:01:48 UTC

[kafka] branch trunk updated (e4b3a3c -> 3fb836f)

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 e4b3a3c  MINOR: Adjust parameter ordering of `waitForCondition` and `retryOnExceptionWithTimeout` (#10759)
     add 3fb836f  MINOR: Improve Log layer segment iteration logic and few other areas (#10684)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/log/Log.scala            | 89 ++++++++++++----------
 core/src/main/scala/kafka/log/LogSegments.scala    | 25 ++++--
 .../scala/unit/kafka/log/LogSegmentsTest.scala     | 59 ++++++++++++--
 3 files changed, 119 insertions(+), 54 deletions(-)