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/06/04 02:23:08 UTC

[kafka] branch KIP-602_make-use_all_dns_ips-as-default created (now 11277b2)

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

ijuma pushed a change to branch KIP-602_make-use_all_dns_ips-as-default
in repository https://gitbox.apache.org/repos/asf/kafka.git.


      at 11277b2  Merge remote-tracking branch 'apache-github/trunk' into KIP-602_make-use_all_dns_ips-as-default

This branch includes the following new commits:

     new 11277b2  Merge remote-tracking branch 'apache-github/trunk' into KIP-602_make-use_all_dns_ips-as-default

The 1 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.



[kafka] 01/01: Merge remote-tracking branch 'apache-github/trunk' into KIP-602_make-use_all_dns_ips-as-default

Posted by ij...@apache.org.
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 <is...@juma.me.uk>
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(-)