jkr...@apache.org |
svn commit: r1519470 - /kafka/site/.htaccess |
Mon, 02 Sep, 16:26 |
jun...@apache.org |
git commit: kafka-937; delta patch; ConsumerFetcherThread can deadlock; patched by Jun Rao; reviewed by Joel Koshy |
Wed, 04 Sep, 03:51 |
jun...@apache.org |
svn commit: r1520209 - /kafka/site/08/ops.html |
Thu, 05 Sep, 04:59 |
jun...@apache.org |
svn commit: r1520210 - /kafka/site/08/ops.html |
Thu, 05 Sep, 05:04 |
jun...@apache.org |
svn commit: r1520211 - /kafka/site/08/ops.html |
Thu, 05 Sep, 05:06 |
jun...@apache.org |
svn commit: r1520213 - /kafka/site/08/ops.html |
Thu, 05 Sep, 05:07 |
jun...@apache.org |
svn commit: r1520216 - /kafka/site/08/ops.html |
Thu, 05 Sep, 05:09 |
jun...@apache.org |
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 |
Thu, 05 Sep, 14:45 |
jun...@apache.org |
svn commit: r1520956 - /kafka/site/08/design.html |
Mon, 09 Sep, 03:20 |
nehanarkh...@apache.org |
[1/2] KAFKA-1046 Added support for Scala 2.10 builds while maintaining compatibility with 2.8.x; reviewed by Neha and Jun |
Mon, 09 Sep, 22:21 |
nehanarkh...@apache.org |
[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 |
Mon, 09 Sep, 22:21 |
nehanarkh...@apache.org |
svn commit: r1521324 - /kafka/site/08/design.html |
Tue, 10 Sep, 01:04 |
jun...@apache.org |
[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 |
Wed, 11 Sep, 17:03 |
jun...@apache.org |
[02/36] git commit: KAFKA-974 can't use public release maven repo because of failure of downloaded dependency |
Wed, 11 Sep, 17:03 |
jun...@apache.org |
[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 |
Wed, 11 Sep, 17:03 |
jun...@apache.org |
[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 |
Wed, 11 Sep, 17:03 |
jun...@apache.org |
[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 |
Wed, 11 Sep, 17:03 |
jun...@apache.org |
[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 |
Wed, 11 Sep, 17:03 |
jun...@apache.org |
[07/36] git commit: KAFKA-987 Avoid checkpointing offsets in Kafka consumer that have not changed since the last commit; reviewed by Neha Narkhede |
Wed, 11 Sep, 17:03 |
jun...@apache.org |
[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 |
Wed, 11 Sep, 17:03 |
jun...@apache.org |
[09/36] git commit: KAFKA-983; Expose MirrorMaker cleanShutdown method. Patched by Swapnil Ghike. |
Wed, 11 Sep, 17:03 |
jun...@apache.org |
[10/36] git commit: kafka-959; DefaultEventHandler can send more produce requests than necesary; patched by Guozhanh Wang; reviewed by Jun Rao |
Wed, 11 Sep, 17:03 |
jun...@apache.org |
[11/36] git commit: KAFKA-991; Reduce the queue size in hadoop producer; patched by Swapnil Ghike, reviewed by Jay Kreps and Joel Koshy. |
Wed, 11 Sep, 17:03 |
jun...@apache.org |
[12/36] git commit: KAFKA-991; Rename config queue size to queue bytes in hadoop producer; patched by Swapnil Ghike, reviewed by Joel Koshy. |
Wed, 11 Sep, 17:03 |
jun...@apache.org |
[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 |
Wed, 11 Sep, 17:03 |
jun...@apache.org |
[14/36] git commit: Merge branch '0.8' of http://git-wip-us.apache.org/repos/asf/kafka into 0.8 |
Wed, 11 Sep, 17:03 |
jun...@apache.org |
[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. |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[16/36] git commit: KAFKA-992 Double Check on Broker Registration to Avoid False NodeExist Exception; reviewed by Neha Narkhede and Swapnil Ghike |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[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. |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[18/36] git commit: KAFKA-992 follow up. Fix broken unit test |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[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 |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[20/36] git commit: KAFKA-999 Controlled shutdown never succeeds until the broker is killed; reviewed by Neha Narkhede |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[21/36] git commit: kafka-1003; ConsumerFetcherManager should pass clientId as metricsPrefix to AbstractFetcherManager; patched by Swapnil Ghike; reviewed by Jun Rao |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[22/36] git commit: KAFKA-992 follow up: Fix the zookeeper de-registration issue for controller and consumer; reviewed by Neha Narkhede |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[23/36] git commit: Revert "KAFKA-992 follow up: Fix the zookeeper de-registration issue for controller and consumer; reviewed by Neha Narkhede" |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[24/36] git commit: KAFKA-992 followup: Fix zookeeper de-registration bug for controller and consumer; reviewed by Neha Narkhede |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[25/36] git commit: kafka-1010; Concurrency issue in getCluster() causes rebalance failure and dead consumer; patched by Sam Meder; reviewed by Jun Rao |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[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 |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[27/36] git commit: kafka-649; patch v5; Cleanup log4j logging; patched by Guozhang Wang; reviewed by Jun Rao |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[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 |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[29/36] git commit: KAFKA-1029 Zookeeper leader election stuck in ephemeral node retry loop; reviewed by Neha and Guozhang |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[30/36] git commit: KAFKA-990 Fix ReassignPartitionCommand and improve usability; reviewed by Neha, Jun, Joel and Guozhang |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[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 |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[32/36] git commit: Merge branch '0.8' of http://git-wip-us.apache.org/repos/asf/kafka into 0.8 |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[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 |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[34/36] git commit: kafka-937; delta patch; ConsumerFetcherThread can deadlock; patched by Jun Rao; reviewed by Joel Koshy |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[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 |
Wed, 11 Sep, 17:04 |
jun...@apache.org |
[36/36] git commit: merge from 0.8 da4512174b6f7c395ffe053a86d2c6bb19d2538a and resolve conflicts |
Wed, 11 Sep, 17:04 |
nehanarkh...@apache.org |
[1/2] KAFKA-1046 Added support for Scala 2.10 builds while maintaining compatibility with 2.8.x; reviewed by Neha and Jun |
Fri, 13 Sep, 19:56 |
nehanarkh...@apache.org |
[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 |
Fri, 13 Sep, 19:56 |
nehanarkh...@apache.org |
git commit: KAFKA-1046 New files |
Fri, 13 Sep, 20:17 |
jun...@apache.org |
[1/3] KAFKA-1046 Added support for Scala 2.10 builds while maintaining compatibility with 2.8.x; reviewed by Neha and Jun |
Fri, 13 Sep, 22:37 |
jun...@apache.org |
[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 |
Fri, 13 Sep, 22:37 |
jun...@apache.org |
[3/3] git commit: merge from 0.8 c12d2ea9e5b4bdcf9aeb07c89c69553a9f270c82 to trunk |
Fri, 13 Sep, 22:37 |
jun...@apache.org |
git commit: KAFKA-955 (followup patch) After a leader change, messages sent with ack=0 are lost; reviewed by Neha Narkhede and Jun Rao |
Fri, 13 Sep, 23:18 |
jun...@apache.org |
git commit: KAFKA-1038; fetch response should use empty messageset instead of null when handling errors; patched by Jun Rao; reviewed by Neha Narkhede |
Fri, 13 Sep, 23:29 |
jkr...@apache.org |
git commit: Trivial commit: Fix whitespace in Utils.rm. |
Sun, 15 Sep, 15:18 |
nehanarkh...@apache.org |
git commit: KAFKA-1030 Addition of partitions requires bouncing all the consumers of that topic; reviewed by Neha, Swapnil, Joel |
Tue, 17 Sep, 21:22 |
nehanarkh...@apache.org |
git commit: KAFKA-1053 Kafka patch review tool that integrates JIRA and reviewboard; reviewed by Joel Koshy, Swapnil Ghike and Guozhang Wang |
Wed, 18 Sep, 03:45 |
nehanarkh...@apache.org |
git commit: KAFKA-1053 Kafka patch review tool that integrates JIRA and reviewboard; reviewed by Joel Koshy, Swapnil Ghike and Guozhang Wang |
Wed, 18 Sep, 03:50 |
nehanarkh...@apache.org |
git commit: KAFKA-1062 Reading topic metadata from zookeeper leads to incompatible ordering of partition list; reviewed by Neha and Guozhang |
Fri, 20 Sep, 16:56 |
nehanarkh...@apache.org |
svn commit: r1525636 - /kafka/site/08/ops.html |
Mon, 23 Sep, 16:12 |
nehanarkh...@apache.org |
svn commit: r1525762 - /kafka/site/08/ops.html |
Tue, 24 Sep, 01:14 |
jun...@apache.org |
git commit: kafka-946; Kafka Hadoop Consumer fails when verifying message checksum; patched by Sam Meder; reviewed by Jun Rao |
Tue, 24 Sep, 15:31 |
joest...@apache.org |
git commit: KAFKA-939 sbt publish-local fails due to invalid javac flags passed to javadoc patch by Frank Grimes reviewed by Joe Stein |
Fri, 27 Sep, 03:01 |