1161 Commits (b56f5973c739072350f3f6bf6efa4eb05bc692bf)
 

Author SHA1 Message Date
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
Jay Kreps 75a286e430 KAFKA-1760 Follow-up: fix compilation issue with Scala 2.11 10 years ago
Jay Kreps 0699ff2ce6 KAFKA-1760: New consumer. 10 years ago
Manikumar Reddy 11ec9bf5a5 KAFKA-1861; Publishing kafka-client:test in order to utilize the helper utils in TestUtils; patched by Manikumar Reddy; reviewed by Jun Rao 10 years ago
Jun Rao f689e9b1e3 KAFKA-1902; fix MetricName so that Yammer reporter can work correctly; patched by Jun Rao; reviewed by Manikumar Reddy, Manikumar Reddy and Joel Koshy 10 years ago
Eric Olander 0f6cc0a058 KAFKA-1818 KAFKA-1818 clean up code to more idiomatic scala usage; reviewed by Neha Narkhede and Gwen Shapira 10 years ago
jaikiran pai 0b171dee1f KAFKA-1885 Upgrade junit dependency in core to 4.6 version to allow running individual test methods via gradle command line; reviewed by Neha Narkhede 10 years ago
jaikiran pai 4aa3dab3de KAFKA-1883 Fix NullPointerException in RequestSendThread; reviewed by Neha Narkhede 10 years ago
Manikumar Reddy 995d0d3693 KAFKA-1109 Need to fix GC log configuration code, not able to override KAFKA_GC_LOG_OPTS; reviewed by Neha Narkhede 10 years ago
Jiangjie Qin ff5cbcacc6 KAFKA-1896; Record size function should check if value is null; reviewed by Guozhang Wang 10 years ago
Jiangjie Qin 8cff9119f8 KAFKA-1890 Fix bug preventing Mirror Maker from successful rebalance; reviewed by Gwen Shapira and Neha Narkhede 10 years ago
Joe Stein 54e53b7312 KAFKA-1891 MirrorMaker hides consumer exception - making troubleshooting challenging patch by Gwen Shapira reviewed by Joe Stein 10 years ago
Aditya Auradkar a0852d477e KAFKA-1848; check consumer shutting down flag inside retry loop; reviewed by Guozhang Wang 10 years ago
Joel Koshy fcc2521858 KAFKA-1823; Fix transient failure in PartitionAssignorTest; reviewed by Guozhang Wang and Neha Narkhede 10 years ago
Jun Rao 5d648cfdb1 KAFKA-1876; pom file for scala 2.11 should reference a specific version; patched by Jun Rao; reviewed by Joe Stein and Sriharsha Chintalapani 10 years ago
jaikiran pai 07cff76363 KAFKA-1878; ProducerFailureHandlingTest.testCannotSendToInternalTopic fails with TimeoutException while trying to fetch metadata for topic; patched by jaikiran pai; reviewed by Jun Rao 10 years ago
Manikumar Reddy 49d7f8ee1c KAFKA-1723; num.partitions documented default is 1 while actual default is 2; patched by Manikumar Reddy; reviewed by Jun Rao 10 years ago
Jun Rao 09234f0e52 trivial change to remove -UseCompressedOops option from script 10 years ago
Jun Rao 5174df5377 kafka-1864; Revisit defaults for the internal offsets topic; patched by Jun Rao; reviewed by Jeol Koshy, Neha Narkhede, and Gwen Shapira 10 years ago
Jun Rao 1769642bb7 kafka-1870; Cannot commit with simpleConsumer on Zookeeper only with Java API; patched by Jun Rao; reviewed by Jeol Koshy and Sriharsha Chintalapani 10 years ago