4098 Commits (cd59976eea54efe6367b4c55872ab206f504829a)
 

Author SHA1 Message Date
Joe Stein ebcf7fc10d KAFKA-365 change copyright in NOTICE to current year, reviewed by Jun Rao 13 years ago
Jun Rao 965edbbcd8 system test to validate consistency of replicas; patched by John Fung; reviewed by Jun Rao; KAFKA-341 13 years ago
Jun Rao 83c82a3ecc embedded controller; patched by Yang Ye; reviewed by Jun Rao; KAFKA-335 13 years ago
Jun Rao 7d3a782e50 trivial change to add some logging info in DefaultEventHandler 13 years ago
Jun Rao f99177766a Add admin RPC requests; clean up Response objects; patched by Yang Ye; reviewed by Jun Rao; KAFKA-349; KAFKA-336 13 years ago
Neha Narkhede c4a913e3c4 Minor checkin to remove an empty package 13 years ago
Neha Narkhede 045f4fdca4 KAFKA-46: Message replication feature without failures; patched by Neha Narkhede; reviewed by Jun Rao, Jay Kreps, Prashanth Menon 13 years ago
Joe Stein 822963bb9d KAFKA-348 merge trunk to branch 1239902:1310937 patch by Joe Stein reviewed by Jun Rao 13 years ago
Prashanth Menon 904708fae8 Fix retry logic for producers; patched by Prashanth Menon; reviewed by Jun Rao, Neha Narkhede; KAFKA-49 13 years ago
Jun Rao 23b422bc44 upgrade ZKClient to allow conditional updates in ZK; patched by Jun Rao; reviewed by Joel Koshy; KAFKA-337 13 years ago
Neha Narkhede 2a59ad76c6 Minor fix: Turning on TCP NODELAY in the Simple Consumer. This fix has a significant impact on single fetch request performance from a latency standpoint 13 years ago
Edward Jay Kreps 1bedde76c2 KAFKA-48 Patch to add "long poll" support to fetch requests. 13 years ago
Jun Rao d6b1de35f6 Mirroring should use multiple producers; add producer retries to DefaultEventHandler; patched by Joel Koshy; reviewed by Jun Rao; KAFKA-332 13 years ago
Neha Narkhede d73355017a KAFKA-301 Implement broker startup procedure; patched by Neha Narkhede; reviewed by Jun Rao and Jay Kreps 13 years ago
Neha Narkhede d97c557202 KAFKA-320 testZKSendWithDeadBroker fails intermittently due to ZKNodeExistsException; patched by nehanarkhede; reviewed by junrao and prashanth menon 13 years ago
Neha Narkhede 79a3b31f26 KAFKA-320 testZKSendWithDeadBroker fails intermittently due to ZKNodeExistsException; patched by nehanarkhede; reviewed by junrao and prashanth menon 13 years ago
Jun Rao c0e190cdef Separate out Kafka mirroring into a stand-alone app; patched by Joel Koshy; reviewed by Jun Rao and Neha Narkhede; KAFKA-249 13 years ago
Jun Rao d9441f0066 enable shallow iterator in ByteBufferMessageSet to allow mirroing data without decompression; patched by Jun Rao; reviewed by Joel Koshy; KAFKA-315 13 years ago
Jun Rao f8346239d4 CallbackHandler.afterDequeuingExistingData is not called during event queue timeout; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-326 13 years ago
Jun Rao a260bfacae SyncProducer does not correctly timeout; patched by Prashanth Menon; reviewed by Jun Rao, Neha Narkhede; KAFKA-305 13 years ago
Neha Narkhede fedb9d6c19 KAFKA-307 Refactor server code to reduce interdependencies; patched by nehanarkhede; reviewed by junrao 13 years ago
Neha Narkhede ba8fd9f1ee KAFKA-309 Bug in FileMessageSet's append API can corrupt on disk log; patched by nehanarkhede; reviewed by junrao 13 years ago
Neha Narkhede 2bcc911343 KAFKA-310 Incomplete message set validation checks in Log's append API can corrupt on disk log segment; patched by nehanarkhede; reviewed by junrao 13 years ago
Neha Narkhede 854fb29c26 KAFKA-300 Leader election; patched by nehanarkhede; reviewed by junrao 13 years ago
Jun Rao e180e68f94 Dead code in the Log4j appender; patched by Jose Quinteiro; reviewed by Jun Rao; KAFKA-303 13 years ago
Jun Rao 7b39d7eed1 kafka-console-producer does not take in customized values of --batch-size or --timeout; patched by Jun Rao; reviewed by Edward Smith; KAFKA-279 13 years ago
Jun Rao 5e0e0b17fb reverting previous commit for KAFKA-296 because patch didn't apply cleanly 13 years ago
Jun Rao 66d8073156 Update Go Client to new version of Go; patched by AaronR; KAFKA-296 13 years ago
Jun Rao 4dd7f95569 Add acknowledgement to the produce request; patched by Prashanth Menon; reviewed by Jun Rao; KAFKA-49 13 years ago
Jun Rao 74af0deef1 LogManager test fails on linux; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-220 13 years ago
Jun Rao 624a361e01 trivial fix to include violated payload size in MessageSizeTooLargeException; patched by Jun Rao 13 years ago
Joe Stein 88660999a8 KAFKA-240 missing producer response 13 years ago
Jun Rao 0443e2dd73 broker deletes all file segments when cleaning up an empty log segment; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-292 13 years ago
Joe Stein f8042d5b39 KAFKA-240 ProducerRequest wire format protocol update and related changes 13 years ago
Neha Narkhede 9fd2d4ffdb KAFKA-239 Refactoring code to wire new ZK data structures and making partitions logical; patched by Neha Narkhede; reviewed by Jun Rao 13 years ago
Joe Stein ccc464c19a Niek Sanders - KAFKA-284 fixed compilation issue for cpp client 13 years ago
Jun Rao 6c34cf2dcc use propertyExists to test if both broker.list and zk.connect are present; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-290 13 years ago
Jun Rao d8286aad10 Increase maximum value of log.retention.size; patched by Elben Shira; reviewed by Jun Rao; KAFKA-285 13 years ago
Jun Rao caf310c228 consumer sometimes don't release partition ownership properly in ZK during rebalance; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-286 13 years ago
Jun Rao 7e91c16743 add jmx beans in broker to track # of failed requests; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-283 13 years ago
Jun Rao 333966f50e Add a shallow iterator to the ByteBufferMessageSet; patched by Yang Ye; reviewed by Jun Rao; KAFKA-277 13 years ago
Jun Rao 22d80462b1 A tool to UPDATE Zookeeper partition-offset with input from a file; patched by John Fung; reviewed by Jun Rao; KAFKA-255 13 years ago
Jun Rao 7066d1c38b A tool to GET Zookeeper partition-offset and output to files; patched by John Fung; reviewed by Jun Rao; KAFKA-254 13 years ago
Jun Rao 95ee38728c make time-based reconnect starting at a random time; patched by Yang Ye; reviewed by Jun Rao; KAFKA-268 13 years ago
Jun Rao a23d396a5a trivial fix for kafka-producer-perf-test.sh 13 years ago
Joe Stein ff562472dd test access, fixed space 13 years ago
Neha Narkhede c28b3a61cc KAFKA-274 Handle corrupted messages cleanly; patched by nehanarkhede; reviewed by junrao 13 years ago
Jun Rao 6e1b2ebe32 shutdown watch executor thread properly; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-265 13 years ago
Jun Rao 2ead8a49ea trivial fix to add trace logging in FetcherRunnable 13 years ago
Jun Rao 3e79116e7a fix condition to use await instead of wait; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-265 13 years ago