This is an automated email from the ASF dual-hosted git repository.
kkarantasis pushed a change to branch 2.3
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from f924fb3 KAFKA-9216: Enforce internal config topic settings for Connect workers during
startup (#8270)
new 1c6f117 KAFKA-9848: Avoid triggering scheduled rebalance delay when task assignment
fails but Connect workers remain in the group (#8805)
new 71c877f KAFKA-9849: Fix issue with worker.unsync.backoff.ms creating zombie workers
when incremental cooperative rebalancing is used (#8827)
The 2 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:
checkstyle/suppressions.xml | 6 +-
.../consumer/internals/AbstractCoordinator.java | 4 +-
.../runtime/distributed/DistributedConfig.java | 2 +-
.../runtime/distributed/DistributedHerder.java | 28 ++-
.../runtime/distributed/ExtendedAssignment.java | 15 ++
.../IncrementalCooperativeAssignor.java | 38 +++-
.../runtime/distributed/WorkerCoordinator.java | 21 +-
.../runtime/distributed/WorkerGroupMember.java | 4 +
.../integration/ConnectIntegrationTestUtils.java | 32 ++-
.../integration/ConnectWorkerIntegrationTest.java | 5 +
.../integration/ExampleConnectIntegrationTest.java | 5 +
.../RebalanceSourceConnectorsIntegrationTest.java | 13 +-
.../runtime/distributed/DistributedHerderTest.java | 207 ++++++++++++++++++-
.../IncrementalCooperativeAssignorTest.java | 227 ++++++++++++++++-----
14 files changed, 508 insertions(+), 99 deletions(-)
copy clients/src/main/java/org/apache/kafka/common/errors/GroupAuthorizationException.java
=> connect/runtime/src/test/java/org/apache/kafka/connect/integration/ConnectIntegrationTestUtils.java
(53%)
|