This is an automated email from the ASF dual-hosted git repository. ijuma pushed a commit to branch KIP-602_make-use_all_dns_ips-as-default in repository https://gitbox.apache.org/repos/asf/kafka.git
commit 11277b29e23a3a128d04ae009b658963e00cc6e3 Merge: 1deb322 87bef1d Author: Ismael Juma <[email protected]> AuthorDate: Wed Jun 3 19:01:41 2020 -0700 Merge remote-tracking branch 'apache-github/trunk' into KIP-602_make-use_all_dns_ips-as-default * apache-github/trunk: KAFKA-9788; Use distinct names for transaction and group load time sensors (#8784) KAFKA-9514; The protocol generator generated useless condition when a field is made nullable and flexible version is used (#8793) MINOR: Update to Gradle 6.5 and tweak build jvm config (#8751) MINOR: Upgrade spotbugs and spotbugsPlugin (#8790) KAFKA-10089 The stale ssl engine factory is not closed after reconfigure (#8792) KAFKA-10080; Fix race condition on txn completion which can cause duplicate appends (#8782) KAFKA-10084: Fix EosTestDriver end offset (#8785) KAFKA-10083: fix failed testReassignmentWithRandomSubscriptionsAndChanges tests (#8786) build.gradle | 23 +++--- .../consumer/internals/AbstractStickyAssignor.java | 3 +- .../kafka/common/security/ssl/SslFactory.java | 1 + .../kafka/common/security/ssl/SslFactoryTest.java | 28 +++++++ .../coordinator/group/GroupMetadataManager.scala | 11 ++- .../TransactionMarkerChannelManager.scala | 43 +++++------ ...TransactionMarkerRequestCompletionHandler.scala | 2 +- .../transaction/TransactionStateManager.scala | 9 ++- .../TransactionMarkerChannelManagerTest.scala | 87 +++++++++++++++++++--- ...sactionMarkerRequestCompletionHandlerTest.scala | 2 +- .../apache/kafka/message/MessageDataGenerator.java | 4 +- gradle.properties | 2 +- gradle/dependencies.gradle | 6 +- gradle/spotbugs-exclude.xml | 6 -- gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 2 +- .../apache/kafka/streams/tests/EosTestDriver.java | 43 +++++------ 17 files changed, 184 insertions(+), 90 deletions(-)
