You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2020/11/19 20:52:45 UTC

[kafka] branch trunk updated (dcbd28d -> 6054837)

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

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


    from dcbd28d  KAFKA-10723: Fix LogManager shutdown error handling (#9596)
     add 6054837  MINOR: Reduce sends created by `SendBuilder` (#9619)

No new revisions were added by this update.

Summary of changes:
 .../kafka/common/network/ByteBufferSend.java       | 11 ++-
 .../apache/kafka/common/protocol/SendBuilder.java  | 87 ++++++++++++++++------
 .../kafka/common/record/AbstractRecords.java       |  2 +-
 .../apache/kafka/common/record/BaseRecords.java    |  2 +-
 .../kafka/common/record/MultiRecordsSend.java      |  7 ++
 .../jmh/fetcher/ReplicaFetcherThreadBenchmark.java |  2 +-
 6 files changed, 82 insertions(+), 29 deletions(-)