2399 Commits (6f83d051315e120d148a53e3deba6541d3bb9857)

Author SHA1 Message Date
Jason Gustafson e8847205f9
MINOR: Fix transiently failing consumer group admin integration test (#5067) 7 years ago
Ismael Juma a30ecc6755 MINOR: Remove o.a.kafka.common.utils.Base64 and IS_JAVA8_COMPATIBLE 7 years ago
Colin Patrick McCabe 16ad358d64 KAFKA-6868; Fix buffer underflow and expose group state in the consumer groups API (#4980) 7 years ago
Rajini Sivaram c53e274d31 KAFKA-6917; Process txn completion asynchronously to avoid deadlock (#5036) 7 years ago
Dong Lin 0bb48a1669 KAFKA-3473; More Controller Health Metrics (KIP-237) 7 years ago
Manikumar Reddy O ec7ba32af6 KAFKA-6394; Add a check to prevent misconfiguration of advertised listeners (#4897) 7 years ago
fedosov-alexander 6eb7cf1300 KAFKA-5965: Remove Deprecated AdminClient from Streams Resetter Tool (#4968) 7 years ago
Ismael Juma c3921d489f
MINOR: Rename RecordFormat to RecordVersion (#4809) 7 years ago
Rajini Sivaram 7ed7cca4c9 KAFKA-6893; Create processors before starting acceptor in SocketServer (#4999) 7 years ago
Anna Povzner 9679c44d2b KAFKA-6361: Fix log divergence between leader and follower after fast leader fail over (#4882) 7 years ago
Rajini Sivaram 0ecb72f59d
KAFKA-6834: Handle compaction with batches bigger than max.message.bytes (#4953) 7 years ago
Colin Patrick McCabe b27e098a7d MINOR: Fix trace logging in ReplicaManager (#4916) 7 years ago
Jason Gustafson bce10794a0 KAFKA-6879; Invoke session init callbacks outside lock to avoid Controller deadlock (#4977) 7 years ago
Anna Povzner a5318722c7 KAFKA-6857; Leader should reply with undefined offset if undefined leader epoch requested (#4967) 7 years ago
Rajini Sivaram 6dbd9b59e6 KAFKA-6854; Handle batches deleted during log cleaning of logs with txns (#4962) 7 years ago
Fedor Bobin de147837dd KAFKA-6853: ZooKeeperRequestLatencyMs is incorrect (#4961) 7 years ago
Ismael Juma 55cdc934fb
Upgrade ZooKeeper to 3.4.12 and Scala to 2.12.6 (#4940) 7 years ago
Guozhang Wang a7746dd5b4 HOTFIX: Simplify ConsoleConsumer stripWithPrefix function 7 years ago
Mickael Maison b82252b1e0 MINOR: Removed unused imports in a few tests (#4938) 7 years ago
Rajini Sivaram b4d8552218
KAFKA-6526: Enable unclean leader election without controller change (#4920) 7 years ago
Rajini Sivaram 9d2efd83a6 KAFKA-6810; Enable dynamic update of SSL truststores (#4904) 7 years ago
Jason Gustafson f467c9c243
MINOR: Ensure exception messages include partition/segment info when possible (#4907) 7 years ago
Mickael Maison 902009ea98 KAFKA-3417: Wrap metric reporter calls in try/catch blocks (#3635) 7 years ago
Manikumar Reddy O ff1875fce0 KAFKA-6778; AdminClient.describeConfigs() should return error for non-existent topics (#4866) 7 years ago
Anna Povzner cbb5b51475 KAFKA-6795; Added unit tests for ReplicaAlterLogDirsThread 7 years ago
Ismael Juma c853ef75a1 MINOR: Bump version to 2.0.0-SNAPSHOT (#4804) 7 years ago
Jason Gustafson acd669e424 KAFKA-6796; Fix surprising UNKNOWN_TOPIC error from requests to non-replicas (#4883) 7 years ago
Anna Povzner 3bc2575dfc MINOR: Disabled flaky DynamicBrokerReconfigurationTest.testAddRemoveSslListener until fixed (#4924) 7 years ago
Patrik Erdes 35c75ea503 MINOR: Fix formatting in --new-consumer deprecation warning (#4903) 7 years ago
Rajini Sivaram 9e062b3e65 MINOR: Use distinct consumer groups in dynamic listener tests (#4870) 7 years ago
Rajini Sivaram 98bb75a58f
KAFKA-6772: Load credentials from ZK before accepting connections (#4867) 7 years ago
gitlw 341db990dc KAFKA-6650: Allowing transition to OfflineReplica state for replicas without leadership info (#4825) 7 years ago
Chia-Ping Tsai 4013767d86 MINOR: Log the exception thrown by Selector.poll (#4873) 7 years ago
Allen Wang 19418fc86a KAFKA-6514; Add API version as a tag for the RequestsPerSec metric (#4506) 7 years ago
Guozhang Wang 9871357086
KAFKA-6592: Follow-up (#4864) 7 years ago
Sönke Liebau 886daf5fca KAFKA-6234; Increased timeout value for lowWatermark response to fix transient failures (#4238) 7 years ago
huxi 4e35a2bfb7 KAFKA-6592: ConsoleConsumer should support WindowedSerdes (#4797) 7 years ago
Jason Gustafson 7421f9dce2
KAFKA-6773; Allow offset commit/fetch/describe/delete with empty groupId (#4851) 7 years ago
Colin Patrick McCabe e4d652befe MINOR: Fix AsyncProducerTest bug that hits when logging is turned up (#4450) 7 years ago
Jimin Hsieh 83a9e04c19 MINOR: Fix doc - `FileMessageSet` was replaced by `FileRecords` (#4852) 7 years ago
Manikumar Reddy O 47918f2d79 KAFKA-6447: Add Delegation Token Operations to KafkaAdminClient (KIP-249) (#4427) 7 years ago
Manikumar Reddy O e29fa9a4ca KAFKA-6752: Enable unclean leader election metric (#4838) 7 years ago
Rajini Sivaram 79c6f7cd9a
MINOR: Move creation of quota callback to ensure single instance (#4848) 7 years ago
Ismael Juma fedac0cea7 MINOR: Mention leader in a few follower/controller log messages (#4835) 7 years ago
Rajini Sivaram 77ebd32016
KAFKA-6576: Configurable Quota Management (KIP-257) (#4699) 7 years ago
Manikumar Reddy O ed2f10e050 MINOR: Update max.connections.per.ip.overrides config docs (#4819) 7 years ago
Rajini Sivaram 9f8c3167eb
KAFKA-4292: Configurable SASL callback handlers (KIP-86) (#2022) 7 years ago
Viktor Somogyi 1dc30272e1 KAFKA-5674; Reduce max.connections.per.ip minimum to 0 (#3610) 7 years ago
Jason Gustafson 8662a022c4
MINOR: Fix partition loading checks in GroupCoordinator (#4788) 7 years ago
Nick Travers 4106cb1db1 KAFKA-4914: Partition reassignment tool should check types before persisting state in ZooKeeper (#2708) 7 years ago