826 Commits (74c54c7eeb236cbf66710751165ea9f632cf3f52)
 

Author SHA1 Message Date
Neha Narkhede 2d40ca30d3 KAFKA-901 follow up changes to fix update metadata response handling and request logging 12 years ago
Neha Narkhede eff59330f2 KAFKA-901: Follow up minor changes 12 years ago
Neha Narkhede cfdc403e17 KAFKA-901 Kafka server can become unavailable if clients send several metadata requests; reviewed by Jun Rao 12 years ago
Neha Narkhede 988d4d8e65 KAFKA-892 Change request log to include request completion not handling; reviewed by Joel Koshy 12 years ago
Neha Narkhede cae19aa44f KAFKA-889 Add mbeans to track socket server's response queue size in addition to request queue size; reviewed by Jun Rao and Joel Koshy 12 years ago
Neha Narkhede d726e14eea KAFKA-890 The list of brokers for fetching metadata should be shuffled; reviewed by Joel Koshy 12 years ago
Neha Narkhede 103aef8ca3 KAFKA-887 Standardize logging for partition information to [%s,%d] format; reviewed by Swapnil and Jun 12 years ago
Neha Narkhede a61e738138 change to standardize on [%s,%d] for partition 12 years ago
Joel Koshy e37a464420 Trivial commit - warn on consumer fetch request errors. 12 years ago
Jun Rao 6e640e3556 kafka-880; NoLeaderPartitionSet should be cleared before leader finder thread is started up; patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
Swapnil Ghike 2d7403174f kafka-871; Rename ZkConfig properties; patched by Swapnil Ghike; reviewed by Jun Rao 12 years ago
Joel Koshy ede85875a3 KAFKA-872; Socket server should set send/recv socket buffer sizes; reviewed by Jun Rao. 12 years ago
David Stein 1976ce8069 KAFKA-870 hadoop-producer KafkaRecordWriter writes entire input buffer capacity, even when intended payload is smaller; reviewed by Neha Narkhede 12 years ago
Sriram Subramanian f1d2141ca0 kafka-866; Recover segment does shallow iteration to fix index causing inconsistencies; patched by Sriram Subramanian; reviewed by Jun Rao 12 years ago
Jun Rao 731ba9007d kafka-823; merge 0.8 (51421fcc01) to trunk; patched by Jun Rao; reviewed by Jay Kreps 12 years ago
Cosmin Lehene c5bb1d4994 kafka-843; (addendum) Re-add the release-zip sbt target; patched by Cosmin Lehene; reviewed by Jun Rao 12 years ago
Sriram Subramanian b29b6296ac kafka-861; IndexOutOfBoundsException while fetching data from leader; patched by Sriram Subramanian; reviewed by Jun Rao and Neha Narkhede 12 years ago
Cosmin Lehene 158baf661c kafka-843; Re-add the release-zip sbt target; patched by Cosmin Lehene; reviewed by Jun Rao 12 years ago
Neha Narkhede f9e36ca790 KAFKA-860 Replica fetcher thread errors out and dies during rolling bounce of cluster; reviewed by Jun Rao, Jay Kreps 12 years ago
Neha Narkhede 6dbf9212ae KAFKA-826 Make Kafka 0.8 depend on metrics 2.2.0 instead of 3.x; reviewed by Swapnil Ghike, Neha Narkhede, Matt Christiansen, Scott Carey 12 years ago
Jun Rao ae362b0864 kafka-649; Cleanup log4j logging; patched by Jun Rao; reviewed by Jay Kreps 12 years ago
Neha Narkhede ef123c20b8 KAFKA-858 High watermark values can be overwritten during controlled shutdown; reviewed by Jun Rao 12 years ago
Jun Rao d4a70eb9b0 kafka-850; add an option to show under replicated partitions in list topic command; patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
Neha Narkhede 756be5363b KAFKA-849 Bug in controller's startup/failover logic fails to update in memory leader and isr cache causing other state changes to work incorrectly; reviewed by Jun Rao and Swapnil Ghike 12 years ago
Neha Narkhede 1d3c343f57 KAFKA-851 Broken handling of leader and isr request leads to incorrect high watermark checkpoint file; reviewed by Jun Rao and Swapnil Ghike 12 years ago
John Fung afecc9f231 KAFKA-844 System Test - Mirror Maker cases enhancements; reviewed by Neha Narkhede 12 years ago
Neha Narkhede 3ead78b966 KAFKA-840 Post commit 12 years ago
Jun Rao 5a50f7e555 kafka-846; AbstractFetcherThread should do shallow instead of deep iteration; patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
Neha Narkhede bd262ac708 KAFKA-842 Mirror maker can lose some messages during shutdown; reviewed by Jun Rao 12 years ago
Jun Rao 3c27988ca4 kafka-827; improve list topic output format; patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
Swapnil Ghike a9ce73cfd3 KAFKA-840 Controller tries to perform preferred replica election on failover before state machines have started up; reviewed by Neha Narkhede 12 years ago
Jun Rao 06911384f2 trivial fix to print key properly in DumpLogSegments 12 years ago
Dragos Manolescu 68528dafa1 kafka-807; LineMessageReader doesn't correctly parse the key separator; patched by Dragos Manolescu; reviewed by Jun Rao 12 years ago
Neha Narkhede 9f6af315ca KAFKA-831 Controller does not send the complete list of partitions to a newly started broker; reviewed by Jun Rao and Swapnil Ghike 12 years ago
Jun Rao 6e05d7da86 kafka-832; 0.8 Consumer prevents rebalance if consumer thread is blocked or slow; patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
Neha Narkhede 1d5e95f6c4 KAFKA-831 Controller does not send the complete list of partitions to a newly started broker; reviewed by Jun Rao 12 years ago
Neha Narkhede 66b1038957 KAFKA-829 Mirror maker needs to share the migration tool request channel; reviewed by Jun Rao 12 years ago
Neha Narkhede be3ce14721 Missing file from KAFKA-828 12 years ago
Swapnil Ghike 2fe3f9fef6 KAFKA-828 Preferred Replica Election does not delete the admin path on controller failover; reviewed by Neha Narkhede and Jun Rao 12 years ago
John Fung f570cce1f4 kafka-819; System Test : Add validation of log segment index to offset; patched by John Fung; reviewed by Jun Rao 12 years ago
Neha Narkhede c5e354d3ab KAFKA-830 partition replica assignment map in the controller should be a Set; reviewed by Jun Rao and Swapnil Ghike 12 years ago
John Fung 26c50fac47 kafka-791; Fix validation bugs in System Test; patched by John Fung; reviewed by Jun Rao 12 years ago
Jun Rao e367f3ffb3 kafka-825; KafkaController.isActive() needs to be synchronized; patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
Swapnil Ghike df221297c7 kafka-813; (add the missing file) Minor cleanup in Controller; patched by Swapnil Ghike; reviewed by Neha Narkhede and Jun Rao 12 years ago
Swapnil Ghike 28ee785536 kafka-813; Minor cleanup in Controller; patched by Swapnil Ghike; reviewed by Neha Narkhede and Jun Rao 12 years ago
Neha Narkhede 51421fcc01 KAFKA-816 Reduce noise in Kafka server logs due to NotLeaderForPartitionException; reviewed by Jun Rao 12 years ago
Neha Narkhede 08b2a37c33 KAFKA-820 Topic metadata request handling fails to return all metadata about replicas; reviewed by Jun Rao 12 years ago
Swapnil Ghike 7b14ebae33 kafka-811; (Delta) Fix clientId in migration tool; patched by Swapnil Ghike; reviewed by Jun Rao 12 years ago
Neha Narkhede a737986e54 KAFKA-815 Improve SimpleConsumerShell to take in a max messages config option;reviewed by Jun Rao 12 years ago
Jun Rao a376f92214 Support deep iteration in DumpLogSegments tool; patched by Jun Rao; reviewed by Neha Narkhede; kafka-812 12 years ago