1230 Commits (185eb9b59a9676f641af8bac8e8373ad4dfd5dc6)
 

Author SHA1 Message Date
Sriharsha Chintalapani b7439c8081 kafka-1461; Replica fetcher thread does not implement any back-off behavior; patched by Sriharsha Chintalapani; reviewed by Jun Rao 10 years ago
Guozhang Wang 01f20e029f KAFKA-1910 Follow-up again; fix ListOffsetResponse handling for the expected error codes 10 years ago
Guozhang Wang 1eb5f53aa4 KAFKA-1910; missed follow-up changes 10 years ago
Guozhang Wang 01d2a25235 KAFKA-1910; follow-up on fixing buffer.flip on produce requests 10 years ago
Guozhang Wang 0b92cec1e0 KAFKA-1910; Refactor new consumer and fixed a bunch of corner cases / unit tests; reviewed by Onur Karaman and Jay Kreps 10 years ago
jqin 67940c43e0 KAFKA-2009 Fix two minor bugs in mirror maker. 10 years ago
Joe Stein 8f0003f9b6 KAFKA-1845 KafkaConfig should use ConfigDef patch by Andrii Biletskyi reviewed by Gwen Shapira 10 years ago
Tong Li 3a9f4b833b KAFKA-1988; Fix org.apache.kafka.common.utils.Utils.abs and add Partitioner.toPositive; reviewed by Jun Rao and Guozhang Wang 10 years ago
Joel Koshy 00c643e6fd KAFKA-1755; trivial follow-up to fix comment in CleanerTest 10 years ago
Gwen Shapira 151ae42cdf kafka-1999; Fix failing unit-test: kafka.api.ProducerFailureHandlingTest > testNotEnoughReplicasAfterBrokerShutdown; patched by Gwen Shapira; reviewed by Jun Rao 10 years ago
Joel Koshy 4c9ad9b8a2 KAFKA-2001; Trivial commit to fix OffsetCommitTest 10 years ago
Joel Koshy 61f02fa542 KAFKA-2001; Trivial commit to prevent OffsetCommitTest from hanging 10 years ago
Aditya Auradkar 57d38f672b KAFKA-1986; Request failure rate should not include invalid message size and offset out of range; reviewed by Joel Koshy 10 years ago
Joel Koshy c5d654acb2 KAFKA-1499; trivial follow-up (remove unnecessary parentheses) 10 years ago
Sriharsha Chintalapani 616987d196 KAFKA-1852; Reject offset commits to unknown topics; reviewed by Joel Koshy 10 years ago
Joel Koshy 1cd6ed9e2c KAFKA-1755; Reject compressed and unkeyed messages sent to compacted topics; reviewed by Mayuresh Gharat, Neha Narkhede and Guozhang Wang 10 years ago
Jay Kreps 0636928d96 KAFKA-1865 Add a flush() method to the producer. 10 years ago
Gwen Shapira 22ff9e943a KAFKA-1824 ConsoleProducer - properties key.separator and parse.key no longer work; reviewed by Neha Narkhede 10 years ago
Sriharsha Chintalapani 687abc98a4 KAFKA-1866 LogStartOffset gauge throws exceptions after log.delete(); reviewed by Neha Narkhede 10 years ago
Ashish Singh b56f5973c7 KAFKA-1664 Kafka does not properly parse multiple ZK nodes with non-root chroot; reviewed by Neha Narkhede and Jun Rao 10 years ago
Neha Narkhede a864172da5 Deleting the ConsumerTest until the issue with the hanging test is resolved; discussed on the mailing list and got several +1s 10 years ago
Jun Rao e39373d16b kafka-1400; transient unit test failure in SocketServerTest; patched by Jun Rao; reviewed by Ewen Cheslack-Postava and Jiangjie Qin 10 years ago
Ewen Cheslack-Postava ef252dea70 kafka-1881; transient unit test failure in testDeleteTopicWithCleaner due to OOME; patched by Ewen Cheslack-Postava; reviewed by Jun Rao 10 years ago
Joel Koshy b8904e9614 KAFKA-1953; KAFKA-1962; Disambiguate purgatory metrics; restore delayed request metrics; reviewed by Guozhang Wang 10 years ago
Jun Rao 10311c1389 kafka-1984; java producer may miss an available partition; patched by Jun Rao; reviewed by Ewen Cheslack-Postava, Jay Kreps, and Guozhang Wang 10 years ago
Onur Karaman 7c82afddc8 Added script for bin/kafka-consumer-groups.sh that was mistakenly dropped from the original patch for KAFKA-1476 10 years ago
Jun Rao 41189ea560 kafka-1971; starting a broker with a conflicting id will delete the previous broker registration; patched by Jun Rao; reviewed by Neha Narkhede 10 years ago
Jay Kreps 3f1e088229 KAFKA-1757 Unmap file prior to delete on windows. 10 years ago
Honghai Chen 62c7e0e485 KAFKA-1947 can't explicitly set replica-assignment when add partitions; reviewed by Neha Narkhede 10 years ago
Jay Kreps 19031823c1 KAFKA-1919: Always update the metadata, when a metadata response is received to ensure we back off. 10 years ago
Yasuhiro Matsuda fbb1154974 Leaner DelayedItem; reviewed by Neha Narkhede and Joel Koshy 10 years ago
Sriharsha Chintalapani 8c1b9325be KAFKA-1867 liveBroker list not updated on a cluster with no topics; reviewed by Neha Narkhede 10 years ago
Yaguo Zhou 38346fb106 Minor typo in KafkaConfig; reviewed by Gwen Shapira 10 years ago
Joel Koshy 4c8817e3d1 KAFKA-1729; (followup patch)Add constructor to javaapi to allow 10 years ago
Aditya Auradkar f7f8ac1a88 KAFKA-1914; follow-up to fix SimpleFetchTest; reviewed by Joel Koshy 10 years ago
Joel Koshy 8d72816f48 KAFKA-1914; follow-up to address unit test failure 10 years ago
Jun Rao f5684366ef kafka-1952; High CPU Usage in 0.8.2 release; patched by Jun Rao; reviewed by Guozhang Wang, Ewen Cheslack-Postava and Neha Narkhede 10 years ago
Tong Li d5fbba6336 KAFKA-1960; .gitignore does not exclude test generated files and folders; reviewed by Joel Koshy and Gwen Shapira 10 years ago
Tong Li cdf0656445 KAFKA-1959; Rename group to groupId in TestOffsetManager due to collision with Thread.group in IBM's JDK; reviewed by Joel Koshy and Gwen Shapira 10 years ago
Aditya Auradkar cb40ec2e7a KAFKA-1914; Include total produce/fetch stats in broker topic metrics. 10 years ago
Aditya Auradkar b8be3140b6 KAFKA-1943; MessageSizeTooLarge and MessageSetSizeTooLarge should not be counted toward broker-side producer failure rate 10 years ago
Parth Brahmbhatt 5b949c7b1a KAFKA-1805; ProducerRecord should implement equals and hashCode; reviewed by Guozhang Wang 10 years ago
Gwen Shapira eab4f4c9f4 KAFKA-1697; Remove support for producer ack > 1 on the broker; reviewed by Joel Koshy 10 years ago
Guozhang Wang a3d6dcaf1b KAFKA-1948; Fix ConsumerTest.testPartitionReassignmentCallback handling issue; reviewed by Gwen Shapira 10 years ago
Onur Karaman 9fe9913e95 KAFKA-1476 Added a ConsumerCommand tool that will replace other consumer related tools in the future; reviewed by Neha Narkhede 10 years ago
Guozhang Wang 71602de0bb KAFKA-1333 follow-up; Add missing files for the coordinator folder 10 years ago
Guozhang Wang 39cd48de32 KAFKA-1333; Add the consumer coordinator to server; reviewed by Onur Karaman and Jay Kreps 10 years ago
Guozhang Wang 0839def4bd KAFKA-1925; Fix coordinator broker id stuck with INT_MIN; reviewed by Jay Kreps 10 years ago
Jay Kreps 1c6d5bbac6 KAFKA-1915: Add checkstyle for java code. 10 years ago
Joel Koshy f1ba4ff87e KAFKA-1729; Add constructor to javaapi to allow constructing explicitly versioned offset commit requests; reviewed by Jun Rao 10 years ago