937 Commits (d0c019a07ee63a8c31de2d60513ed8f03494e348)
 

Author SHA1 Message Date
Jay Kreps d0c019a07e KAFKA-1316 Follow-up patch for concurrent modification exception. 11 years ago
Sriharsha Chintalapani dd048d8fee KAFKA-1382 follow up patch; reviewed by Neha Narkhede 11 years ago
Jay Kreps 548d1ba093 KAFKA-1326 Refactor Sender to support consumer. 11 years ago
Jun Rao dcc88408c9 KAFKA-1488; new metrics for measuring the ratio when the new producer is block for space allocation; patched by Jun Rao; reviewed by Guozhang Wang and Joel Koshy 11 years ago
Dong Lin bb01847579 KAFKA-1472; Add the compression ratio metrics in the new producer; patched by Dong Lin; reviewed by Guozhang Wang and Jun Rao 11 years ago
Neha Narkhede dee16451e0 KAFKA-1382. Update zkVersion on partition state update failures; reviewed by Neha Narkhede 11 years ago
Sriharsha Chintalapani b04a3be54e KAFKA-1298 (followup); Controlled shutdown tool doesn't seem to work out of the box; patched by Sriharsha Chintalapani; reviewed by Jun Rao 11 years ago
Sriharsha Chintalapani 6d1992274c kafka-1438 (follow-up); Migrate client tools out of perf; patched by Sriharsha Chintalapani; reviewed by Jun Rao 11 years ago
Sebastian Geller d300717110 KAFKA-1469 Util.abs function does not return correct absolute values for negative values; patched by Guozhang Wang and Neha Narkhede 11 years ago
Timothy Chen ee4456a3f4 KAFKA-1443 Add delete topic option to topic commands; reviewed by Neha Narkhede 11 years ago
Sriharsha Chintalapani 1363ed7c52 KAFKA-1438 Migrate client tools out of perf; reviewed by Neha Narkhede 11 years ago
Guozhang Wang df449a24a7 kafka-1473; transient unit test failure in testRequestHandlingDuringDeleteTopic; patched by Guozhang Wang; reviewed by Jun Rao 11 years ago
Sriharsha Chintalapani 3a048e80d5 kafka-924 (follow-up); Specify console consumer properties via a single --property command line parameter;; patched by Sriharsha Chintalapani; reviewed by Jun Rao 11 years ago
Jay Kreps 02311c0642 KAFKA-1468 Misc. improvements from benchmarking. 11 years ago
Sriharsha Chintalapani 26eb1277e5 KAFKA-1459 follow up minor patch 11 years ago
Jun Rao e73e90e999 trival fix to remove reference of sbt in README 11 years ago
Sriharsha Chintalapani f8ea4ac01d KAFKA-924. Specify console consumer properties via a single --property command line parameter; reviewed by Neha Narkhede 11 years ago
Sriharsha Chintalapani 0ccc1dc08e KAFKA-1459 kafka.tools.ConsumerOffsetChecker throws NoNodeException; reviewed by Neha Narkhede 11 years ago
Neha Narkhede 01ea4eb42d KAFKA-1444 kafka.javaapi.TopicMetadata and PartitionMetadata doesn't forward the toString method; reviewed by Neha Narkhede 11 years ago
Joe Stein 547ccedcfa KAFKA-1456 Add LZ4 and LZ4C as a compression codec patch by James Oliver reviewed by Joe Stein 11 years ago
Sriharsha Chintalapani 52f1149ddb KAFKA-1446 Consumer metrics for rebalance; reviewed by Neha Narkhede and Joel Koshy 11 years ago
Sriharsha Chintalapani d0df33df3d KAFKA-1298 Controlled shutdown tool doesn't seem to work out of the box; reviewed by Neha Narkhede 11 years ago
Neha Narkhede bf83131dff KAFKA-1328 follow up: Updated javadoc 11 years ago
Neha Narkhede c24740c7b0 KAFKA-1328 New consumer APIs; reviewed by Jun Rao and Guozhang Wang 11 years ago
Guozhang Wang bf7fb63218 kafka-1453 (2nd follow-up); Add a channel queue jmx in Mirror Maker; patched by Guozhang Wang; reviewed by Jun Rao 11 years ago
Guozhang Wang 345c52ee35 kafka-1453 (follow-up); Add a channel queue jmx in Mirror Maker; patched by Guozhang Wang; reviewed by Jun Rao 11 years ago
Guozhang Wang b4c1089fa9 kafka-1453; Add a channel queue jmx in Mirror Maker; patched by Guozhang Wang; reviewed by Jun Rao 11 years ago
Sriharsha Chintalapani 8d454f374b KAFKA-1179 createMessageStreams() in javaapi.ZookeeperConsumerConnector does not throw; reviewed by Neha Narkhede 11 years ago
Jay Kreps 99f10739b5 KAFKA-1445 Send all partitions, regardless of how full, whenever we are sending a request to a broker. Patch from Guozhang. 11 years ago
Neha Narkhede b866c5506a KAFKA-1431 ConsoleConsumer - Option to clean zk consumer path;reviewed by Neha Narkhede and Jun Rao 11 years ago
Joel Koshy c179c45f23 KAFKA-1437; Consumer metadata response should include (empty) coordinator information if the coordinator is unavailable; reviewed by Neha Narkhede and Guozhang Wang. 11 years ago
Guozhang Wang 31e32b386b kafka-1396; fix transient unit test ProducerFailureHandlingTest.testBrokerFailure; patched by Guozhang Wang; reviewed by Jun Rao 11 years ago
Sriharsha Chintalapani 1d35cce79d KAFKA-1442 RBTools post-review is deprecated; reviewed by Neha Narkhede 11 years ago
Guozhang Wang 754dacb90b kafka-1432; followup patch to enable new producer in system test; patched by Guozhang Wang; reviewed by Neha Narkhede, Jun Rao 11 years ago
Guozhang Wang 2848a7ab5e KAFKA-1432 followup - Fixing the shutdown sequence furthermore; reviewed by Neha Narkhede 11 years ago
Timothy Chen 4fe5c46848 kafka-1384; Log Broker state; followup commit to add the missing new file 11 years ago
Timothy Chen 9b6bf40787 kafka-1384; Log Broker state; patched by Timothy Chen; reviewed by Joel Koshy and Jun Rao 11 years ago
Timothy Chen 44c39c4ea4 kafka-1397; delete topic is not working; patched by Timothy Chen; reviewed by Neha Narkhede and Jun Rao 11 years ago
Guozhang Wang 3f7a9061b4 KAFKA-1432 Make num.producerThreads configurable on new MirrrorMaker; reviewed by Neha Narkhede, Jun Rao 11 years ago
Arup Malakar fe18595492 kafka-1146; toString() on KafkaStream gets stuck indefinitely; patched by Arup Malakar; reviewed by Jun Rao 11 years ago
Jun Rao 0062d4cc94 kafka-1412; transient unit test failure in ProducerSendTest.testAutoCreateTopic; patched by Jun Rao; reviewed by Guozhang Wang and Neha Narkhede 11 years ago
Alex Couture-Beil 198c793ab1 KAFKA-1425; Expose metric for LogStartOffset; reviewed by Joel Koshy and Jun Rao 11 years ago
Jun Rao 6b4217d192 kafka-1433; transient unit test failure in ZookeeperConsumerConnectorTest; patched by Jun Rao; reviewed by Guozhang Wang 11 years ago
Neha Narkhede 3de97c7c40 kafka-1400; transient unit test failure in SocketServerTest; patched by Neha Narkhede; reviewed by Guozhang and Jun Rao 11 years ago
Jay Kreps bbb357c174 KAFKA-1428 Ensure we close the file handle when reading the config. 11 years ago
Jun Rao 2f5666408f kafka-1383; transient unit test failure in SocketServerTest; patched by Jun Rao; reviewed by Guozhang Wang and Neha Narkhede 11 years ago
Jun Rao 631536327e kafka-1424; (followup patch) transient unit test failure in testSendWithDeadBroker; patched by Jun Rao; reviewed by Guozhang Wang and Neha Narkhede 11 years ago
Guozhang Wang 8a0314d017 kafka-1395; fix unit tests in AutoOffsetResetTest; patched by Guozhang Wang; reviewed by Neha Narkhede, Jun Rao 11 years ago
Jun Rao c9bb24f153 kafka-1392; all TestUtiles.waitUntilTrue() should throw an exception if the return value is false; patched by Jun Rao; reviewed by Guozhang Wang, Neha Narkhede and Joel Koshy 11 years ago
Guozhang Wang 0bd4c87f9f kafka-1409; oversized messages can slow down the brokers; patched by Guozhang Wang; reviewed by Neha Narkhede, Jun Rao 11 years ago