Commit Graph

576 Commits

Author SHA1 Message Date
John Fung a6904a2644 kafka-1078; Update System Test to handle controller data returned by ZK; patched by John Fung; reviewed by Jun Rao 2013-10-08 09:22:32 -07:00
Jun Rao f53fe18361 kafka-1069; MBean kafka.cluster.Partition report wrong UnderReplicated status; patched by Jun Rao; reviewed by Neha Narkhede 2013-10-08 09:12:28 -07:00
Guozhang Wang 1cb217579b KAFKA-1075; Consumer will not rebalance upon topic partition change; reviewed by Neha Narkhede and Jun Rao 2013-10-07 14:05:40 -07:00
Jun Rao 40efe0a972 trivial follow-up patch for kafka-1073 to fix unit tests; patched by Jun Rao 2013-10-07 14:00:14 -07:00
Jun Rao 71ed6ca336 kafka-1073; CheckReassignmentStatus is broken; patched by Jun Rao; reviewed by Guozhang Wang, Swapnil Ghike and Neha Narkhede 2013-10-07 09:22:12 -07:00
Jun Rao 2c6d3c7b45 kafka-1076; system tests in 0.8 are broken due to wrong log4j config; patched by Joel Koshy; reviewed by Jay Kreps and Jun Rao 2013-10-06 09:11:07 -07:00
Guozhang Wang 93921a3a57 KAFKA-1071; The random partition selected in DefaultEventHandler is not random across producer instances; reviewed by Neha Narkhede and Jun Rao 2013-10-03 17:46:53 -07:00
Neha Narkhede dcbf0bf0b7 KAFKA-1068 OfflinePartitionCount metrics may be incorrect after the controller failover; reviewed by Neha Narkhede and Guozhang Wang 2013-10-01 13:22:46 -07:00
Joe Stein 56ada95762 KAFKA-939 sbt publish-local fails due to invalid javac flags passed to javadoc patch by Frank Grimes reviewed by Joe Stein 2013-09-26 23:01:09 -04:00
Sam Meder bb7b45cd5d kafka-946; Kafka Hadoop Consumer fails when verifying message checksum; patched by Sam Meder; reviewed by Jun Rao 2013-09-24 08:31:18 -07:00
Neha Narkhede 61b8b2bf81 KAFKA-1062 Reading topic metadata from zookeeper leads to incompatible ordering of partition list; reviewed by Neha and Guozhang 2013-09-20 09:56:28 -07:00
Neha Narkhede d6f95cf97a KAFKA-1053 Kafka patch review tool that integrates JIRA and reviewboard; reviewed by Joel Koshy, Swapnil Ghike and Guozhang Wang 2013-09-17 20:44:33 -07:00
Neha Narkhede c6ca971738 KAFKA-1030 Addition of partitions requires bouncing all the consumers of that topic; reviewed by Neha, Swapnil, Joel 2013-09-17 14:22:48 -07:00
Jun Rao aebf746190 KAFKA-1038; fetch response should use empty messageset instead of null when handling errors; patched by Jun Rao; reviewed by Neha Narkhede 2013-09-13 16:29:39 -07:00
Guozhang Wang 0c1885b800 KAFKA-955 (followup patch) After a leader change, messages sent with ack=0 are lost; reviewed by Neha Narkhede and Jun Rao 2013-09-13 16:17:55 -07:00
Christopher Freeman c12d2ea9e5 KAFKA-1046 Added support for Scala 2.10 builds while maintaining compatibility with 2.8.x; reviewed by Neha and Jun 2013-09-09 15:21:05 -07:00
Rajasekar Elango da4512174b kafka-1035; Add message-send-max-retries and retry-backoff-ms options to console producer; patched by Rajasekar Elango; reviewed by Guaozhang Wang and Jun Rao 2013-09-05 07:45:01 -07:00
Jun Rao 20953b5255 kafka-937; delta patch; ConsumerFetcherThread can deadlock; patched by Jun Rao; reviewed by Joel Koshy 2013-09-03 20:50:45 -07:00
Guozhang Wang f89ddced1b KAFKA-955 After a leader change, messages sent with ack=0 are lost; reviewed by Jay Kreps, Neha Narkhede and Jun Rao 2013-08-28 10:16:59 -07:00
Jun Rao ea54700d57 Merge branch '0.8' of http://git-wip-us.apache.org/repos/asf/kafka into 0.8 2013-08-28 09:53:07 -07:00
Vladislav Pernin 51de7c55d2 kafka-1031; Little modification to the stop script to be able to kill the proper process; patched by Vladislav Pernin; reviewed by Jun Rao 2013-08-28 09:51:19 -07:00
Sriram Subramanian 39fc578d5d KAFKA-990 Fix ReassignPartitionCommand and improve usability; reviewed by Neha, Jun, Joel and Guozhang 2013-08-27 22:12:35 -07:00
Sam Meder 7640bee3d2 KAFKA-1029 Zookeeper leader election stuck in ephemeral node retry loop; reviewed by Neha and Guozhang 2013-08-27 10:16:56 -07:00
Swapnil Ghike d217f4cc27 kafka-1017; High number of open file handles in 0.8 producer; patched by Swapnil Ghike; reviewed by Neha Narkhede and Jun Rao 2013-08-22 09:52:48 -07:00
Guozhang Wang ceb55cad58 kafka-649; patch v5; Cleanup log4j logging; patched by Guozhang Wang; reviewed by Jun Rao 2013-08-19 08:17:26 -07:00
Guozhang Wang 6849da0505 kafka-992; follow-up patch; Double Check on Broker Registration to Avoid False NodeExist Exception; patched by Guozhang Wang; reviewed by Neha Narkhede and Jun Rao 2013-08-16 21:51:35 -07:00
Sam Meder 7a9faa49ed kafka-1010; Concurrency issue in getCluster() causes rebalance failure and dead consumer; patched by Sam Meder; reviewed by Jun Rao 2013-08-16 10:13:30 -07:00
Guozhang Wang 1db824ed2f KAFKA-992 followup: Fix zookeeper de-registration bug for controller and consumer; reviewed by Neha Narkhede 2013-08-09 15:44:11 -07:00
Neha Narkhede 1d75e09313 Revert "KAFKA-992 follow up: Fix the zookeeper de-registration issue for controller and consumer; reviewed by Neha Narkhede"
This reverts commit 81c49bbdae.
2013-08-09 15:29:08 -07:00
Guozhang Wang 81c49bbdae KAFKA-992 follow up: Fix the zookeeper de-registration issue for controller and consumer; reviewed by Neha Narkhede 2013-08-08 22:06:12 -07:00
Swapnil Ghike e7a546b67c kafka-1003; ConsumerFetcherManager should pass clientId as metricsPrefix to AbstractFetcherManager; patched by Swapnil Ghike; reviewed by Jun Rao 2013-08-07 10:24:21 -07:00
Swapnil Ghike 9753d15ef1 KAFKA-999 Controlled shutdown never succeeds until the broker is killed; reviewed by Neha Narkhede 2013-08-06 20:42:08 -07:00
Phil Hargett 1d6ad3d7d4 kafka-989; Race condition shutting down high-level consumer results in spinning background thread; patched by Phil Hargett; reviewed by Jun Rao 2013-08-05 18:59:34 -07:00
Neha Narkhede 7fbbb6666b KAFKA-992 follow up. Fix broken unit test 2013-08-05 13:23:55 -07:00
Jay Kreps 14af713252 Misc. minor house-keeping fixes: add reasonable GC settings, fix up README, fix up example configs, fix the logging for tools, use a log directory for logs instead of the root directory. 2013-08-05 10:10:18 -07:00
Guozhang Wang f3f8fa5c8c KAFKA-992 Double Check on Broker Registration to Avoid False NodeExist Exception; reviewed by Neha Narkhede and Swapnil Ghike 2013-08-05 10:05:55 -07:00
Joel Koshy 81a9f6a682 KAFKA-915; Mirror maker system tests should wait for topics to be created. (This patch is a work-around until KAFKA-956 is resolved.); patched by John Fung; reviewed by Joel Koshy. 2013-08-02 16:18:25 -07:00
Jun Rao ed3e146cf4 Merge branch '0.8' of http://git-wip-us.apache.org/repos/asf/kafka into 0.8 2013-08-01 21:31:46 -07:00
Sam Meder 0c8aefc251 kafka-994; High level consumer doesn't throw an exception when the message it is trying to fetch exceeds the configured fetch size; patched by Sam Meder; reviewed by Jay Kreps and Jun Rao 2013-08-01 21:30:05 -07:00
Joel Koshy b6479e8adc KAFKA-991; Rename config queue size to queue bytes in hadoop producer; patched by Swapnil Ghike, reviewed by Joel Koshy. 2013-08-01 17:11:58 -07:00
Joel Koshy 8edd3e6302 KAFKA-991; Reduce the queue size in hadoop producer; patched by Swapnil Ghike, reviewed by Jay Kreps and Joel Koshy. 2013-08-01 14:58:25 -07:00
Guozhang Wang 76d39052f7 kafka-959; DefaultEventHandler can send more produce requests than necesary; patched by Guozhanh Wang; reviewed by Jun Rao 2013-07-25 10:10:35 -07:00
Joel Koshy bc5620cbd2 KAFKA-983; Expose MirrorMaker cleanShutdown method. Patched by Swapnil Ghike. 2013-07-24 18:05:26 -07:00
Joel Koshy 5cf6a54664 KAFKA-957; MirrorMaker needs to preserve ordering for keyed messages from source cluster; patched by Guozhang Wang, reviewed by Joel Koshy 2013-07-24 11:41:22 -07:00
Swapnil Ghike 401d59199c KAFKA-987 Avoid checkpointing offsets in Kafka consumer that have not changed since the last commit; reviewed by Neha Narkhede 2013-07-23 11:19:24 -07:00
John Fung ce7d588055 kafka-883; System Test - update migration tool testsuite after 0.7 ProducerPerformance sends seq MessageID; patched by John Fung; reviewed by Jun Rao 2013-07-23 10:32:30 -07:00
John Fung f596ab5778 kafka-832; System Test - set retry.backoff.ms=300 to all test cases; patched by John Fung; reviewed by Jun Rao 2013-07-23 09:46:25 -07:00
John Fung d3aa3ef073 kafka-879; In system test, read the new leader from zookeeper instead of broker log on completion of become-leader state transition; patched by John Fung; reviewed by Jun Rao 2013-07-23 09:38:52 -07:00
Sriram Subramanian 3817857b15 kafka-347; change number of partitions of a topic online; patched by Sriram Subramanian; reviewed by Neha Narkehede, Guozhang Wang, Joel Koshy and Jun Rao 2013-07-22 21:33:28 -07:00
Joe Stein b1891e7008 KAFKA-974 can't use public release maven repo because of failure of downloaded dependency 2013-07-14 21:21:13 -04:00