Commit Graph

989 Commits

Author SHA1 Message Date
Joe Stein 2cdc83e85b KAFKA-1485 Upgrade to Zookeeper 3.4.6 and create shim for ZKCLI so system tests can run patch by Gwen Shapira reviewed by Joe Stein and Jun Rao 2014-08-28 21:15:10 -04:00
Dong Lin aa775a199e kafka-1609; New producer metadata response handling should only exclude a PartitionInfo when its error is LEADER_NOT_AVAILABLE; patched by Dong Lin; reviewed by Jun Rao 2014-08-22 17:05:33 -07:00
Jiangjie Qin a30491ac5d kafka-1603; MirrorMaker consumer does not put the message key into ProducerRecord; patched by Jiangjie Qin; reviewed by Jun Rao 2014-08-19 17:53:21 -07:00
Jarek Jarcec Cecho f402b7a96d kafka-1598; Fix variable typo in Kafka main class; patched by Jarek Jarcec Cecho; reviewed by Jun Rao 2014-08-18 15:49:29 -07:00
Jay Kreps 780225506d KAFKA-1576: Make delete topic command a little more user-friendly. Patch from Gwen Shapira. 2014-08-18 11:44:42 -07:00
Jonathan Natkins c6f08b6094 KAFKA-1580; Reject producer requests to internal topics; reviewed by Joel Koshy and Neha Narkhede 2014-08-15 15:49:54 -07:00
Dong Lin d678449b96 KAFKA-1582; System Test should wait for producer to finish; reviewed by Joel Koshy and Guozhang Wang 2014-08-15 10:46:34 -07:00
Jonathan Natkins caf256ad8c KAFKA-1560 Make arguments to jira-python API more explicit in kafka-patch-review's get_jira(); reviewed by Neha Narkhede 2014-08-14 17:46:21 -07:00
Manikumar Reddy a552d4b743 kafka-1567; Metric memory leaking after closing the clients; patched by Jiangjie Qin; reviewed by Guozhang Wang and Jun Rao 2014-08-14 17:39:46 -07:00
Jiangjie Qin aa70a7d025 kafka-1567; Metric memory leaking after closing the clients; patched by Jiangjie Qin; reviewed by Guozhang Wang and Jun Rao 2014-08-13 13:08:57 -07:00
Joe Stein 48cc2dc0ea Revert KAFKA-1485 Upgrade to Zookeeper 3.4.6 since system tests are failing 2014-08-12 12:49:29 -04:00
Joe Stein 8a8c49028a trunk is the 0.8.2 snapshot 2014-08-11 17:12:29 -04:00
Jun Rao 0607953f3a kafka-1574; unit tests can hang on socketserver shutdown; patched by Jun Rao; reviewed by Jay Kreps and Guozhang Wang 2014-08-11 07:45:50 -07:00
Ivan Lyutov 4d0759713f kafka-1419; cross build for scala 2.11; patched by Ivan Lyutov; reviewed by Joe Stein and Jun Rao 2014-08-10 21:20:30 -07:00
Guozhang Wang c9894fb6ee kafka-1578; Controller should de-register all listeners upon designation; patched by Guozhang Wang; reviewed by Jun Rao 2014-08-08 13:50:08 -07:00
Guozhang Wang 0dc243b92a kafka-1430; Purgatory redesign; patched by Guozhang Wang; reviewed by Jun Rao 2014-08-05 21:27:57 -07:00
vagrant 7a67a72261 KAFKA-1485 Upgrade to Zookeeper 3.4.6 patch by Gwen Shapira reviewed by Joe Stein 2014-08-05 22:24:03 +00:00
Dong Lin 09690e339a KAFKA-1550; Patch review tool should use git format-patch for patch generation; reviewed by Guozhang Wang and Joel Koshy 2014-08-05 14:47:51 -07:00
Jun Rao 0386790e75 trivial change to remove a compilation warning; patched by Jun Rao 2014-08-04 21:24:05 -07:00
Jun Rao 1d2e776d8c kafka-1571; MetadataTest hangs; patched by Jun Rao; reviewed by Guozhang Wang 2014-08-04 21:19:49 -07:00
Jonathan Natkins f8d521a961 kafka-1562; kafka-topics.sh alter add partitions resets cleanup.policy; patched by Jonathan Natkins; reviewed by Jun Rao 2014-08-04 07:21:25 -07:00
Manikumar Reddy a01a101e82 kafka-1451; Broker stuck due to leader election race; patched by Manikumar Reddy; reviewed by Jun Rao 2014-07-30 08:14:41 -07:00
Jun Rao 50f2b245c1 kafka-1542 (trivail followup patch to fix NullPointerException); normal IOException in the new producer is logged as ERROR; patched by Jun Rao 2014-07-28 10:58:58 -07:00
Anton Karamanov f489493c38 kafka-1414; Speedup broker startup after hard reset; patched by Anton Karamanov; reviewed by Jay Kreps and Jun Rao 2014-07-27 21:13:20 -07:00
David Corley fa34841d98 kafka-1542; normal IOException in the new producer is logged as ERROR; patched by David Corley; reviewed by Jun Rao 2014-07-27 10:55:30 -07:00
Nicu Marasoiu 7f2278fb9d kafka-1549; dead brokers coming in the TopicMetadataResponse; patched by Nicu Marasoiu; reviewed by Jun Rao 2014-07-27 09:59:08 -07:00
Sriharsha Chintalapani d9e5080dfc KAFKA-1483 Split Brain about Leader Partitions; reviewed by Guozhang, Jun and Neha 2014-07-24 16:48:41 -07:00
Jay Kreps db41f98ea9 KAFKA-1544 Log cleaner takes a long time to shut down. Patch from Manikumar Reddy. 2014-07-24 16:34:40 -07:00
Manikumar Reddy 3f1a9c4cee kafka-1192; Enable DumpLogSegments tool to deserialize messages; patched by Manikumar Reddy; reviewed by Guozhang Wang and Jun Rao 2014-07-23 17:08:51 -07:00
Guozhang Wang ff05e9b361 kafka-1533; transient unit test failure in ProducerFailureHandlingTest; reviewed by Guozhang Wang; reviewed by Jun Rao 2014-07-22 14:14:19 -07:00
Jun Rao 014b700f03 kafka-1462 (followup patch); Add new request and response formats for the new consumer and coordinator communication; patched by Jun Rao; reviewed by Jay Kreps 2014-07-22 10:53:34 -07:00
Jay Kreps 1e4b0841b3 KAFKA-1539 Fsync offset checkpoint file after writing. 2014-07-21 10:22:50 -07:00
Joe Stein 592678e4d7 KAFKA-1180 WhiteList topic filter gets a NullPointerException on complex Regex patch by Joe Stein, reviewed by Joel Koshy 2014-07-19 21:00:22 -04:00
Jun Rao fc0e03f791 kafka-1462; Add new request and response formats for the new consumer and coordinator communication; patched by Jun Rao; reviewed by Guozhang Wang and Jay Kreps 2014-07-17 18:20:01 -07:00
Jay Kreps 4ebcdfd51f KAFKA-1535 Have the metadata response contain all alive brokers rather than just the ones needed for the given topics. 2014-07-17 15:53:52 -07:00
Jay Kreps 8e444a3562 KAFKA-1512 Add per-ip connection limits. 2014-07-16 09:53:15 -07:00
Manikumar Reddy b428d8cc48 kafka-1531; zookeeper.connection.timeout.ms is set to 10000000 in configuration file in Kafka tarball; patched by Manikumar Reddy; reviewed by Jun Rao 2014-07-16 08:13:06 -07:00
Jun Rao 3e6b386b72 kafka-1529; transient unit test failure in testAutoCreateAfterDeleteTopic; patched by Jun Rao; reviewed by Guozhang Wang and Neha Narkhede 2014-07-15 14:53:15 -07:00
Jay Kreps 4b3d03e8e0 KAFKA-1258 Automatically delete temporary directories with a shutdown hook during tests to avoid leaking temp files. Patch by Manikumar Reddy. 2014-07-12 12:49:04 -07:00
Jay Kreps 83a9aa55d3 KAFKA-1515 Producer can hang during metadata updates. Patch by Guozhang. 2014-07-11 13:08:24 -07:00
Alan Lee 8034390ef0 kafka-1406; Fix scaladoc/javadoc warnings; patched by Alan Lee; reviewed by Jun Rao 2014-07-10 09:45:05 -07:00
Manikumar Reddy 420628d695 kafka-1325; Fix inconsistent per topic log configs; patched by Manikumar Reddy; reviewed by Jun Rao 2014-07-10 08:27:33 -07:00
Jay Kreps cd3ce27d4b KAFKA-1515 Fix a bug that could result in blocking for a long period of time in the producer. Patch from Guozhang Wang. 2014-07-08 13:16:56 -07:00
Jay Kreps 6de56b30b0 KAFKA-1519 Make it possible to disable the line seperator in the console consumer. Patch from Gwen Shapira. 2014-07-03 21:15:01 -07:00
Evgeny Vereshchagin b1a1cae880 kafka-1513; Cleanup KafkaServerStartable code; patched by Evgeny Vereshchagin; reviewed by Jun Rao 2014-07-02 22:09:26 -07:00
Jianwen Wang 2a4718c1a7 kafka-1503; all partitions are using same broker as their leader after broker is down; patched by Jianwen Wang; reviewed by Guozhang Wang and Jun Rao 2014-07-02 21:54:42 -07:00
Jakob Homan b8d87d0b22 KAFKA-1308 Publish jar of test utilities to Maven 2014-07-02 15:01:06 -07:00
Jay Kreps e3dfad304e KAFKA-1498 Follow-up: add metric on avg record size. 2014-07-01 14:47:57 -07:00
Jay Kreps f1c6e97d71 KAFKA-1498 Misc. producer performance enhancements. Patch from Guozhang. 2014-07-01 13:21:36 -07:00
Joel Koshy c4b95641ea KAFKA-1491; Always read coordinator information in consumer metadata response; reviewed by Neha Narkhede. 2014-06-27 11:09:18 -07:00