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

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


    from 7802b45  MINOR: Fix flaky test cases 
SocketServerTest.remoteCloseWithoutBufferedReceives and 
SocketServerTest.remoteCloseWithIncompleteBufferedReceive (#11861)
     new d95647b  KAFKA-12879: Revert changes from KAFKA-12339 and instead add 
retry capability to KafkaBasedLog (#11797)
     new 020902d  KAFKA-12879: Addendum to reduce flakiness of tests (#11871)
     new c4f84c8  KAFKA-12879: Remove extra sleep (#11872)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../admin/internals/MetadataOperationContext.java  |   1 -
 .../kafka/clients/admin/KafkaAdminClientTest.java  |  42 +----
 .../apache/kafka/connect/util/KafkaBasedLog.java   |  27 ++-
 .../org/apache/kafka/connect/util/RetryUtil.java   | 103 ++++++++++++
 .../org/apache/kafka/connect/util/TopicAdmin.java  |  29 +++-
 .../kafka/connect/util/KafkaBasedLogTest.java      |  14 +-
 .../apache/kafka/connect/util/RetryUtilTest.java   | 186 +++++++++++++++++++++
 .../apache/kafka/connect/util/TopicAdminTest.java  |  59 ++++++-
 8 files changed, 406 insertions(+), 55 deletions(-)
 create mode 100644 
connect/runtime/src/main/java/org/apache/kafka/connect/util/RetryUtil.java
 create mode 100644 
connect/runtime/src/test/java/org/apache/kafka/connect/util/RetryUtilTest.java

Reply via email to