937 Commits (d0c019a07ee63a8c31de2d60513ed8f03494e348)
 

Author SHA1 Message Date
Colin B 3b470f56b4 kafka-891; NullPointerException in ConsoleConsumer; patched by Colin B.; reviewed by Neha Narkhede and Jun Rao 12 years ago
Jun Rao 436dd25a48 kafka-259; Give better error message when trying to run shell scripts without having built/downloaded the jars yet; patched by Ashwanth Fernando; reviewed by Jun Rao 12 years ago
Neha Narkhede bbb161aa25 KAFKA-923 Improve controller failover latency. Remove unnecessary zookeeper reads; reviewed by Jun Rao 12 years ago
Jun Rao e4f287db61 kafka-649; Cleanup log4j logging (extra); patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
Jun Rao 312ed2e67a kafka-900; ClosedByInterruptException when high-level consumer shutdown normally; patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
John Fung 85c7159154 KAFKA-922 System Test - set retry.backoff.ms=300 to testcase_0119; reviewed by Neha Narkhede 12 years ago
Joel Koshy 517af4779a KAFKA-916; Break deadlock between fetcher shutdown and error partition handling; reviewed by Jun Rao. 12 years ago
Phil Hargett 59599cc127 kafka-919; Disabling of auto commit is ignored during consumer group rebalancing; patched by Phil Hargett; reviewed by Jun Rao 12 years ago
Joel Koshy ffd84eb23f KAFKA-914; Break deadlock between initial rebalance and watcher-triggered rebalances; reviewed by Jun Rao and Neha Narkhede 12 years ago
Jun Rao 32cd8994bf kafka-907; controller needs to close socket channel to brokers on exception ; patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
Neha Narkhede e93937c886 Minor logging fix 12 years ago
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