7953 Commits (12d98a3d7ad9b023c600bdbb5e3ffb42b07406b1)
 

Author SHA1 Message Date
showuon 28b7d8e216
MINOR: Add comments to constrainedAssign and generalAssign method (#9096) 4 years ago
David Jacot 5c2991aff6
KAFKA-10163; Define `controller_mutation_rate` as a Double instead of a Long (#9092) 4 years ago
Jason Gustafson 4e2546ab83
MINOR: Add notes for 2.6 on reassignment tool changes (#9109) 4 years ago
Bruno Cadonna d15cbf1ccc
HOTFIX: Set session timeout and heartbeat interval to default to decrease flakiness (#9087) 4 years ago
Bob Barrett 36b273370d KAFKA-10282; Remove Log metrics immediately when deleting log 4 years ago
showuon 43a8b4458d
KAFKA-10255: Fix flaky testOneWayReplicationWithAutoOffsetSync test (#9029) 4 years ago
David Arthur 4cd2396db3
KAFKA-9629 Use generated protocol for Fetch API (#9008) 4 years ago
Bruno Cadonna 96e0719e42
KAFKA-10319: Skip unknown offsets when computing sum of changelog offsets (#9066) (#9097) 4 years ago
Tom Bentley 819cd454f9
KAFKA-10120: Deprecate DescribeLogDirsResult.all() and .values() (#9007) 4 years ago
Boyang Chen 2f64f6deb9
KAFKA-10321: fix infinite blocking for global stream thread startup (#9095) 4 years ago
Sasaki Toru 783a6451f5
KAFKA-10309: KafkaProducer's sendOffsetsToTransaction should not block infinitively (#9081) 4 years ago
Boyang Chen de2e6938c8
KAFKA-10270: A broker to controller channel manager (#9012) 4 years ago
Rens Groothuijsen 3993041c76
KAFKA-10224: Update jersey license from CDDL to EPLv2 (#9089) 4 years ago
Chia-Ping Tsai 659ca8f089
MINOR: remove NewTopic#NO_PARTITIONS and NewTopic#NO_REPLICATION_FACTOR as they are duplicate to CreateTopicsRequest#NO_NUM_PARTITIONS and CreateTopicsRequest#NO_REPLICATION_FACTOR (#9077) 4 years ago
Bruno Cadonna ac3a51d013
MINOR: Remove staticmethod tag to be able to use logger of instance (#9086) 4 years ago
Randall Hauch 11f75691b8
MINOR: Adjust 'release.py' script to use shell when using gradlewAll and PGP signing, which were required to build the 2.6.0 RCs (#9045) 4 years ago
Ismael Juma 24e76a94f6
MINOR: Update dependencies for Kafka 2.7 (part 1) (#9082) 4 years ago
Guozhang Wang f748d59d28
MINOR: INFO log4j when request re-join (#9068) 4 years ago
Ismael Juma 6004ee9f22
MINOR: Recommend Java 11 (#9080) 4 years ago
Matthias J. Sax 0d47c69a93
KAFKA-10306: GlobalThread should fail on InvalidOffsetException (#9075) 4 years ago
Brian Byrne 99472c54f0
KAFKA-10158: Fix flaky testDescribeUnderReplicatedPartitionsWhenReassignmentIsInProgress (#9022) 4 years ago
Vito Jeng a4b923f76f
MINOR: code cleanup for `VOut` inconsistent naming (#8907) 4 years ago
Ashish Roy 483fbd812d
KAFKA-10246 : AbstractProcessorContext topic() throws NPE (#9034) 4 years ago
huxi 206b69af8b
KAFKA-10305: Print usage when parsing fails for ConsumerPerformance (#9071) 4 years ago
Matthias J. Sax 0ecce0d5da
MINOR: removed incorrect deprecation annotations (#9061) 4 years ago
John Roesler 91330d830d
MINOR: speed up release script (#9070) 4 years ago
John Roesler a44ac3b3cd
MINOR: add task ':streams:testAll' (#9073) 4 years ago
Stanislav Kozlovski fa6e5b8922
KAFKA-10301: Do not clear Partition#remoteReplicasMap during partition assignment updates (#9065) 4 years ago
huxi 1c439da590
KAFKA-10268: dynamic config like "--delete-config log.retention.ms" doesn't work (#9051) 4 years ago
Chia-Ping Tsai 0d5c967073
KAFKA-10300 fix flaky core/group_mode_transactions_test.py (#9059) 4 years ago
David Jacot 0b181fdde5
MINOR: Publish metrics package in the javadoc (#9036) 4 years ago
Luke Chen 9b36de3abb KAFKA-8264: decrease the record size for flaky test 4 years ago
Vito Jeng 2d79171285
KAFKA-5876: Add new exception types for Interactive Queries (#8200) 4 years ago
Rajini Sivaram 39cf75bd81
MINOR: Fix SslEngineFactory javadoc (#9055) 4 years ago
Rajini Sivaram 6fda5e2b5f
MINOR: Fix deprecation version for NotLeaderForPartitionException (#9056) 4 years ago
Jason Gustafson 67f5b5de77
KAFKA-10274; Consistent timeouts in transactions_test (#9026) 4 years ago
David Jacot d9168970dd
KAFKA-10164; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part II, Admin Changes) (#8968) 4 years ago
David Jacot a5ffd1ca44
KAFKA-10163; Throttle Create Topic, Create Partition and Delete Topic Operations (KIP-599, Part I, Broker Changes) (#8933) 4 years ago
Matthias J. Sax 194c56fce2
KAFKA-9274: Mark `retries` config as deprecated and add new `task.timeout.ms` config (#8864) 4 years ago
David Jacot b63fecb693
MINOR; Move quota integration tests to using the new quota API. (#8954) 4 years ago
Manikumar Reddy c38825ab97 KAFKA-9432:(follow-up) Set `configKeys` to null in `describeConfigs()` to make it backward compatible with older Kafka versions. 4 years ago
Rajini Sivaram 6162a15326
KAFKA-10279; Allow dynamic update of certificates with additional SubjectAltNames (#9044) 4 years ago
Jeff Kim f77e250b99
KAFKA-10189: reset event queue time histogram when queue is empty (#8935) 4 years ago
A. Sophie Blee-Goldman 9b30276e58
KAFKA-9161: add docs for KIP-441 and KIP-613 and other configs that need fixing (#9027) 4 years ago
Greg Harris f4944ee460
KAFKA-10295: Wait for connector recovery in test_bounce (#9043) 4 years ago
Greg Harris 5a2a7c6348
KAFKA-10286: Connect system tests should wait for workers to join group (#9040) 4 years ago
Manikumar Reddy b02fa53419 MINOR: Enable broker/client compatibility tests for 2.5.0 release 4 years ago
Leonard Ge cd6850b410
MINOR: Fixed some resource leaks. (#8922) 4 years ago
Leonard Ge b988de2842
MINOR: Improved code quality for various files. (#9037) 4 years ago
Rajini Sivaram 9c8f75c4b6
KAFKA-10223; Use NOT_LEADER_OR_FOLLOWER instead of non-retriable REPLICA_NOT_AVAILABLE for consumers (#8979) 4 years ago