1688 Commits (3bcadbfb474f6caccc939fb3775a6f969d136af7)

Author SHA1 Message Date
Jason Gustafson e71dce89c0 KAFKA-5121; Implement transaction index for KIP-98 8 years ago
Colin P. Mccabe 05ea454dfb KAFKA-5170; KafkaAdminClientIntegrationTest should wait until metadata is propagated to all brokers 8 years ago
amethystic 95b48b157a KAFKA-5161: add code in reassign-partitions to check broker existence 8 years ago
umesh chaudhary 2448343edd KAFKA-5137; Controlled shutdown timeout message improvement 8 years ago
Ismael Juma 1816e29981 MINOR: Temporarily disable a few flaky tests 8 years ago
Xi Hu 41fead3acf KAFKA-5104: DumpLogSegments should not open index files with `rw` 8 years ago
Xi Hu a6728f6ee7 KAFKA-5118: Improve message for Kafka failed startup with non-Kafka data in data.dirs 8 years ago
Damian Guy ed59f742b0 KAFKA-4925: delay initial rebalance of consumer group 8 years ago
Ismael Juma cfb2386743 MINOR: Fix error logged if not enough alive brokers for transactions state topic 8 years ago
Balint Molnar a7671c7f37 KAFKA-4703: Test with two SASL_SSL listeners with different JAAS contexts 8 years ago
Bernard Leach 4a6bbd5f13 KAFA-4378: Fix Scala 2.12 "eta-expansion of zero-argument method" warnings 8 years ago
Damian Guy 619fd7aeb6 KAFKA-5131; WriteTxnMarkers and complete commit/abort on partition immigration 8 years ago
Onur Karaman b2fcf73b68 KAFKA-5107; remove preferred replica election state from ControllerContext 8 years ago
sharad-develop 46da01a4a7 KAFKA-4623; Default unclean.leader.election.enabled to false (KIP-106) 8 years ago
dan norwood 64ea193cee MINOR: Describe topics should describe, not delete 8 years ago
Guozhang Wang 94a35fd936 HOTFIX: fix unit tests for KAFKA-5136 8 years ago
Damian Guy 324b475eca KAFKA-5136: move coordinatorEpoch from WriteTxnMarkerRequest to TxnMarkerEntry 8 years ago
Damian Guy 1f2451d4e7 KAFKA-5059 Follow-up: Remove broken locking and fix handleAddPartitions 8 years ago
Colin P. Mccabe 4aed28d189 KAFKA-3265; Add a public AdminClient API in Java (KIP-117) 8 years ago
amethystic c96656efb3 KAFKA-5091; ReassignPartitionsCommand should protect against empty replica list assignment 8 years ago
Rajini Sivaram 0104b657a1 KAFKA-4954; Request handler utilization quotas 8 years ago
Michael Andre Pearce 6185bc0276 KAFKA-4208; Add Record Headers 8 years ago
Jason Gustafson ca6ae81166 MINOR: Make assignment expectation explicit in testConsumptionWithBrokerFailures 8 years ago
Balint Molnar bc10f5f173 Use zkUtils instead of zkClient in AdminUtils 8 years ago
Balint Molnar efa479736c KAFKA-5101; Remove unused zkClient parameter in incrementControllerEpoch 8 years ago
Ismael Juma 909cf9bb97 KAFKA-5119; Ensure global metrics are empty before running testMetricCollectionAfterShutdown 8 years ago
Apurva Mehta a82f194b21 KAFKA-4818; Exactly once transactional clients 8 years ago
Onur Karaman bb663d04fe KAFKA-5028; convert kafka controller to a single-threaded event queue model 8 years ago
Damian Guy f69d94158c KAFKA-5059: Implement Transactional Coordinator 8 years ago
Jason Gustafson 8d8ab2ebcd KAFKA-5108; Add support for reading PID snapshot files to DumpLogSegments 8 years ago
Ismael Juma 19f266d407 MINOR: Move `Os` class to utils package and rename it to OperatingSystem 8 years ago
Jason Gustafson 93fbda4c57 MINOR: Remove redundant CRC validation for non-compressed records in older message formats 8 years ago
Rajini Sivaram d18de0e954 KAFKA-5094; Replace SCRAM credentials in broker logs with tag hidden 8 years ago
Lihua Xin fc5ad22e33 KAFKA-5088: some spelling error in code comment 8 years ago
Jason Gustafson 588ed4644f MINOR: Improvements to PID snapshot management 8 years ago
Jason Gustafson 6af876b94d MINOR: Fix open file leak in log cleaner integration tests 8 years ago
Rajini Sivaram 63f01a8af8 KAFKA-4814; Enable ZK ACLs only when zookeeper.set.acl is set 8 years ago
huxi 609e9b0b2f KAFKA-5068; Optionally print out metrics after running the perf tests 8 years ago
anukin 41c0f8adde KAFKA-5049; Chroot check should be done for each ZkUtils instance 8 years ago
Onur Karaman c4e59a338a KAFKA-5069; add controller integration tests 8 years ago
Ben Stopford 020ca79036 KAFKA-5036; Second part: Points 2 -> 5): Refactor caching of Latest Epoch 8 years ago
Dong Lin 17ce2a7307 KAFKA-5075; Defer exception to the next pollOnce() if consumer's fetch position has already increased 8 years ago
jozi-k 1d25369d22 MINOR: Make LeaderAndIsr immutable case class 8 years ago
Colin P. Mccabe 256f8d5662 KAFKA-5013; Fail the build when findbugs fails 8 years ago
huxi 8e7516ea2e KAFKA-4866; Console consumer `print.value` property is ignored 8 years ago
Apurva Mehta d0e7c6b930 KAFKA-5043; Rename GroupCoordinator to FindCoordinator (KIP-98) 8 years ago
Ismael Juma c31958eb0d HOTFIX: Use a true sentinel for `UseDefaultAcls` 8 years ago
Ismael Juma 82a8e83de6 MINOR: Fix incorrect pattern matching on `version` in `CheckpointFile` 8 years ago
Rajini Sivaram 67fc2a91a6 KAFKA-4943: Make /config/users with SCRAM credentials not world-readable 8 years ago
Ismael Juma 5cf64f06a8 MINOR: Log append validation improvements 8 years ago