You are viewing a plain text version of this content. The canonical link for it is here.
- svn commit: r1519470 - /kafka/site/.htaccess - posted by jk...@apache.org on 2013/09/02 18:26:14 UTC, 0 replies.
- git commit: kafka-937; delta patch; ConsumerFetcherThread can deadlock; patched by Jun Rao; reviewed by Joel Koshy - posted by ju...@apache.org on 2013/09/04 05:51:04 UTC, 0 replies.
- svn commit: r1520209 - /kafka/site/08/ops.html - posted by ju...@apache.org on 2013/09/05 06:59:39 UTC, 0 replies.
- svn commit: r1520210 - /kafka/site/08/ops.html - posted by ju...@apache.org on 2013/09/05 07:04:37 UTC, 0 replies.
- svn commit: r1520211 - /kafka/site/08/ops.html - posted by ju...@apache.org on 2013/09/05 07:06:09 UTC, 0 replies.
- svn commit: r1520213 - /kafka/site/08/ops.html - posted by ju...@apache.org on 2013/09/05 07:07:34 UTC, 0 replies.
- svn commit: r1520216 - /kafka/site/08/ops.html - posted by ju...@apache.org on 2013/09/05 07:09:47 UTC, 0 replies.
- git commit: 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 - posted by ju...@apache.org on 2013/09/05 16:45:06 UTC, 0 replies.
- svn commit: r1520956 - /kafka/site/08/design.html - posted by ju...@apache.org on 2013/09/09 05:20:03 UTC, 0 replies.
- [1/2] KAFKA-1046 Added support for Scala 2.10 builds while maintaining compatibility with 2.8.x; reviewed by Neha and Jun - posted by ne...@apache.org on 2013/09/10 00:21:16 UTC, 1 replies.
- [2/2] git commit: KAFKA-1046 Added support for Scala 2.10 builds while maintaining compatibility with 2.8.x; reviewed by Neha and Jun - posted by ne...@apache.org on 2013/09/10 00:21:17 UTC, 1 replies.
- svn commit: r1521324 - /kafka/site/08/design.html - posted by ne...@apache.org on 2013/09/10 03:04:50 UTC, 0 replies.
- [01/36] git commit: kafka-969; Need to prevent failure of rebalance when there are no brokers available when consumer comes up; patched by Sriram Subramanian; reviewed by Joel Koshy and Jun Rao - posted by ju...@apache.org on 2013/09/11 19:03:46 UTC, 0 replies.
- [02/36] git commit: KAFKA-974 can't use public release maven repo because of failure of downloaded dependency - posted by ju...@apache.org on 2013/09/11 19:03:47 UTC, 0 replies.
- [03/36] git commit: 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 - posted by ju...@apache.org on 2013/09/11 19:03:48 UTC, 0 replies.
- [04/36] git commit: 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 - posted by ju...@apache.org on 2013/09/11 19:03:49 UTC, 0 replies.
- [05/36] git commit: kafka-832; System Test - set retry.backoff.ms=300 to all test cases; patched by John Fung; reviewed by Jun Rao - posted by ju...@apache.org on 2013/09/11 19:03:50 UTC, 0 replies.
- [06/36] git commit: kafka-883; System Test - update migration tool testsuite after 0.7 ProducerPerformance sends seq MessageID; patched by John Fung; reviewed by Jun Rao - posted by ju...@apache.org on 2013/09/11 19:03:51 UTC, 0 replies.
- [07/36] git commit: KAFKA-987 Avoid checkpointing offsets in Kafka consumer that have not changed since the last commit; reviewed by Neha Narkhede - posted by ju...@apache.org on 2013/09/11 19:03:52 UTC, 0 replies.
- [08/36] git commit: KAFKA-957; MirrorMaker needs to preserve ordering for keyed messages from source cluster; patched by Guozhang Wang, reviewed by Joel Koshy - posted by ju...@apache.org on 2013/09/11 19:03:53 UTC, 0 replies.
- [09/36] git commit: KAFKA-983; Expose MirrorMaker cleanShutdown method. Patched by Swapnil Ghike. - posted by ju...@apache.org on 2013/09/11 19:03:54 UTC, 0 replies.
- [10/36] git commit: kafka-959; DefaultEventHandler can send more produce requests than necesary; patched by Guozhanh Wang; reviewed by Jun Rao - posted by ju...@apache.org on 2013/09/11 19:03:55 UTC, 0 replies.
- [11/36] git commit: KAFKA-991; Reduce the queue size in hadoop producer; patched by Swapnil Ghike, reviewed by Jay Kreps and Joel Koshy. - posted by ju...@apache.org on 2013/09/11 19:03:56 UTC, 0 replies.
- [12/36] git commit: KAFKA-991; Rename config queue size to queue bytes in hadoop producer; patched by Swapnil Ghike, reviewed by Joel Koshy. - posted by ju...@apache.org on 2013/09/11 19:03:57 UTC, 0 replies.
- [13/36] git commit: 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 - posted by ju...@apache.org on 2013/09/11 19:03:58 UTC, 0 replies.
- [14/36] git commit: Merge branch '0.8' of http://git-wip-us.apache.org/repos/asf/kafka into 0.8 - posted by ju...@apache.org on 2013/09/11 19:03:59 UTC, 0 replies.
- [15/36] git commit: 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. - posted by ju...@apache.org on 2013/09/11 19:04:00 UTC, 0 replies.
- [16/36] git commit: KAFKA-992 Double Check on Broker Registration to Avoid False NodeExist Exception; reviewed by Neha Narkhede and Swapnil Ghike - posted by ju...@apache.org on 2013/09/11 19:04:01 UTC, 0 replies.
- [17/36] git commit: 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. - posted by ju...@apache.org on 2013/09/11 19:04:02 UTC, 0 replies.
- [18/36] git commit: KAFKA-992 follow up. Fix broken unit test - posted by ju...@apache.org on 2013/09/11 19:04:03 UTC, 0 replies.
- [19/36] git commit: kafka-989; Race condition shutting down high-level consumer results in spinning background thread; patched by Phil Hargett; reviewed by Jun Rao - posted by ju...@apache.org on 2013/09/11 19:04:04 UTC, 0 replies.
- [20/36] git commit: KAFKA-999 Controlled shutdown never succeeds until the broker is killed; reviewed by Neha Narkhede - posted by ju...@apache.org on 2013/09/11 19:04:05 UTC, 0 replies.
- [21/36] git commit: kafka-1003; ConsumerFetcherManager should pass clientId as metricsPrefix to AbstractFetcherManager; patched by Swapnil Ghike; reviewed by Jun Rao - posted by ju...@apache.org on 2013/09/11 19:04:06 UTC, 0 replies.
- [22/36] git commit: KAFKA-992 follow up: Fix the zookeeper de-registration issue for controller and consumer; reviewed by Neha Narkhede - posted by ju...@apache.org on 2013/09/11 19:04:07 UTC, 0 replies.
- [23/36] git commit: Revert "KAFKA-992 follow up: Fix the zookeeper de-registration issue for controller and consumer; reviewed by Neha Narkhede" - posted by ju...@apache.org on 2013/09/11 19:04:08 UTC, 0 replies.
- [24/36] git commit: KAFKA-992 followup: Fix zookeeper de-registration bug for controller and consumer; reviewed by Neha Narkhede - posted by ju...@apache.org on 2013/09/11 19:04:09 UTC, 0 replies.
- [25/36] git commit: kafka-1010; Concurrency issue in getCluster() causes rebalance failure and dead consumer; patched by Sam Meder; reviewed by Jun Rao - posted by ju...@apache.org on 2013/09/11 19:04:10 UTC, 0 replies.
- [26/36] git commit: 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 - posted by ju...@apache.org on 2013/09/11 19:04:11 UTC, 0 replies.
- [27/36] git commit: kafka-649; patch v5; Cleanup log4j logging; patched by Guozhang Wang; reviewed by Jun Rao - posted by ju...@apache.org on 2013/09/11 19:04:12 UTC, 0 replies.
- [28/36] git commit: kafka-1017; High number of open file handles in 0.8 producer; patched by Swapnil Ghike; reviewed by Neha Narkhede and Jun Rao - posted by ju...@apache.org on 2013/09/11 19:04:13 UTC, 0 replies.
- [29/36] git commit: KAFKA-1029 Zookeeper leader election stuck in ephemeral node retry loop; reviewed by Neha and Guozhang - posted by ju...@apache.org on 2013/09/11 19:04:14 UTC, 0 replies.
- [30/36] git commit: KAFKA-990 Fix ReassignPartitionCommand and improve usability; reviewed by Neha, Jun, Joel and Guozhang - posted by ju...@apache.org on 2013/09/11 19:04:15 UTC, 0 replies.
- [31/36] git commit: kafka-1031; Little modification to the stop script to be able to kill the proper process; patched by Vladislav Pernin; reviewed by Jun Rao - posted by ju...@apache.org on 2013/09/11 19:04:16 UTC, 0 replies.
- [32/36] git commit: Merge branch '0.8' of http://git-wip-us.apache.org/repos/asf/kafka into 0.8 - posted by ju...@apache.org on 2013/09/11 19:04:17 UTC, 0 replies.
- [33/36] git commit: KAFKA-955 After a leader change, messages sent with ack=0 are lost; reviewed by Jay Kreps, Neha Narkhede and Jun Rao - posted by ju...@apache.org on 2013/09/11 19:04:18 UTC, 0 replies.
- [34/36] git commit: kafka-937; delta patch; ConsumerFetcherThread can deadlock; patched by Jun Rao; reviewed by Joel Koshy - posted by ju...@apache.org on 2013/09/11 19:04:19 UTC, 0 replies.
- [35/36] git commit: 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 - posted by ju...@apache.org on 2013/09/11 19:04:20 UTC, 0 replies.
- [36/36] git commit: merge from 0.8 da4512174b6f7c395ffe053a86d2c6bb19d2538a and resolve conflicts - posted by ju...@apache.org on 2013/09/11 19:04:21 UTC, 0 replies.
- git commit: KAFKA-1046 New files - posted by ne...@apache.org on 2013/09/13 22:17:24 UTC, 0 replies.
- [1/3] KAFKA-1046 Added support for Scala 2.10 builds while maintaining compatibility with 2.8.x; reviewed by Neha and Jun - posted by ju...@apache.org on 2013/09/14 00:37:31 UTC, 0 replies.
- [2/3] git commit: KAFKA-1046 Added support for Scala 2.10 builds while maintaining compatibility with 2.8.x; reviewed by Neha and Jun - posted by ju...@apache.org on 2013/09/14 00:37:32 UTC, 0 replies.
- [3/3] git commit: merge from 0.8 c12d2ea9e5b4bdcf9aeb07c89c69553a9f270c82 to trunk - posted by ju...@apache.org on 2013/09/14 00:37:33 UTC, 0 replies.
- git commit: KAFKA-955 (followup patch) After a leader change, messages sent with ack=0 are lost; reviewed by Neha Narkhede and Jun Rao - posted by ju...@apache.org on 2013/09/14 01:18:07 UTC, 0 replies.
- git commit: KAFKA-1038; fetch response should use empty messageset instead of null when handling errors; patched by Jun Rao; reviewed by Neha Narkhede - posted by ju...@apache.org on 2013/09/14 01:29:46 UTC, 0 replies.
- git commit: Trivial commit: Fix whitespace in Utils.rm. - posted by jk...@apache.org on 2013/09/15 17:18:48 UTC, 0 replies.
- git commit: KAFKA-1030 Addition of partitions requires bouncing all the consumers of that topic; reviewed by Neha, Swapnil, Joel - posted by ne...@apache.org on 2013/09/17 23:22:53 UTC, 0 replies.
- git commit: KAFKA-1053 Kafka patch review tool that integrates JIRA and reviewboard; reviewed by Joel Koshy, Swapnil Ghike and Guozhang Wang - posted by ne...@apache.org on 2013/09/18 05:45:05 UTC, 1 replies.
- git commit: KAFKA-1062 Reading topic metadata from zookeeper leads to incompatible ordering of partition list; reviewed by Neha and Guozhang - posted by ne...@apache.org on 2013/09/20 18:56:34 UTC, 0 replies.
- svn commit: r1525636 - /kafka/site/08/ops.html - posted by ne...@apache.org on 2013/09/23 18:12:51 UTC, 0 replies.
- svn commit: r1525762 - /kafka/site/08/ops.html - posted by ne...@apache.org on 2013/09/24 03:14:24 UTC, 0 replies.
- git commit: kafka-946; Kafka Hadoop Consumer fails when verifying message checksum; patched by Sam Meder; reviewed by Jun Rao - posted by ju...@apache.org on 2013/09/24 17:31:26 UTC, 0 replies.
- git commit: KAFKA-939 sbt publish-local fails due to invalid javac flags passed to javadoc patch by Frank Grimes reviewed by Joe Stein - posted by jo...@apache.org on 2013/09/27 05:01:19 UTC, 0 replies.