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 2020/03/25 03:49:55 UTC

[kafka] branch trunk updated (b8e508c -> b5409b9)

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 b8e508c  KAFKA-9711 The authentication failure caused by SSLEngine#beginHandshake is not properly caught and handled (#8287)
     add b5409b9  KAFKA-9700: Fix negative estimatedCompressionRatio (#8285)

No new revisions were added by this update.

Summary of changes:
 .../common/record/CompressionRatioEstimator.java   |  4 +-
 .../record/CompressionRatioEstimatorTest.java      | 53 ++++++++++++++++++++++
 2 files changed, 55 insertions(+), 2 deletions(-)
 create mode 100644 clients/src/test/java/org/apache/kafka/common/record/CompressionRatioEstimatorTest.java