jun...@apache.org |
svn commit: r1563565 - /kafka/site/08/implementation.html |
Sun, 02 Feb, 05:02 |
nehanarkh...@apache.org |
git commit: KAFKA-1164 kafka should depend on snappy 1.0.5 (instead of 1.0.4.1); reviewed by Neha Narkhede |
Tue, 04 Feb, 05:17 |
jun...@apache.org |
git commit: trivial typo fix; patched by Moritz Schwörer; reviewed by Jun Rao |
Tue, 04 Feb, 16:04 |
jkr...@apache.org |
[1/2] Implement a few of the API suggestions from the mailing list. |
Tue, 04 Feb, 16:40 |
jkr...@apache.org |
[2/2] git commit: Implement a few of the API suggestions from the mailing list. |
Tue, 04 Feb, 16:40 |
jkr...@apache.org |
git commit: TRIVIAL: Fix misc. numerical issues in histogram. |
Thu, 06 Feb, 18:50 |
jkr...@apache.org |
[01/13] Rename client package from kafka.* to org.apache.kafka.* |
Fri, 07 Feb, 00:26 |
jkr...@apache.org |
[02/13] Rename client package from kafka.* to org.apache.kafka.* |
Fri, 07 Feb, 00:26 |
jkr...@apache.org |
[03/13] Rename client package from kafka.* to org.apache.kafka.* |
Fri, 07 Feb, 00:26 |
jkr...@apache.org |
[04/13] Rename client package from kafka.* to org.apache.kafka.* |
Fri, 07 Feb, 00:26 |
jkr...@apache.org |
[05/13] Rename client package from kafka.* to org.apache.kafka.* |
Fri, 07 Feb, 00:26 |
jkr...@apache.org |
[06/13] Rename client package from kafka.* to org.apache.kafka.* |
Fri, 07 Feb, 00:26 |
jkr...@apache.org |
[07/13] Rename client package from kafka.* to org.apache.kafka.* |
Fri, 07 Feb, 00:26 |
jkr...@apache.org |
[08/13] Rename client package from kafka.* to org.apache.kafka.* |
Fri, 07 Feb, 00:26 |
jkr...@apache.org |
[09/13] Rename client package from kafka.* to org.apache.kafka.* |
Fri, 07 Feb, 00:26 |
jkr...@apache.org |
[10/13] Rename client package from kafka.* to org.apache.kafka.* |
Fri, 07 Feb, 00:26 |
jkr...@apache.org |
[11/13] Rename client package from kafka.* to org.apache.kafka.* |
Fri, 07 Feb, 00:26 |
jkr...@apache.org |
[12/13] Rename client package from kafka.* to org.apache.kafka.* |
Fri, 07 Feb, 00:26 |
jkr...@apache.org |
[13/13] git commit: Rename client package from kafka.* to org.apache.kafka.* |
Fri, 07 Feb, 00:26 |
nehanarkh...@apache.org |
[1/3] KAFKA-330 Delete topic; reviewed by Jun Rao, Guozhang Wang and Joel Koshy |
Fri, 07 Feb, 04:18 |
nehanarkh...@apache.org |
[2/3] KAFKA-330 Delete topic; reviewed by Jun Rao, Guozhang Wang and Joel Koshy |
Fri, 07 Feb, 04:18 |
nehanarkh...@apache.org |
[3/3] git commit: KAFKA-330 Delete topic; reviewed by Jun Rao, Guozhang Wang and Joel Koshy |
Fri, 07 Feb, 04:18 |
jun...@apache.org |
git commit: kafka-1232; make TopicCommand more consistent; patched by Jun Rao; reviewed by Guozhang Wang and Neha Narkhede |
Fri, 07 Feb, 05:00 |
nehanarkh...@apache.org |
git commit: Minor fix for delete topic |
Fri, 07 Feb, 05:19 |
jun...@apache.org |
git commit: kafka-1171; Gradle build for Kafka; patched by David Arthur, Joe Stein, Chris Freeman and Jun Rao; reviewed by Guozhang Wang, Joel Koshy and Neha Narkhede |
Fri, 07 Feb, 21:48 |
jun...@apache.org |
[1/3] trivial fix to add missing license header using .gradlew licenseFormatMain and ./gradlew licenseFormatTest; patched by Jun Rao |
Fri, 07 Feb, 22:19 |
jun...@apache.org |
[2/3] trivial fix to add missing license header using .gradlew licenseFormatMain and ./gradlew licenseFormatTest; patched by Jun Rao |
Fri, 07 Feb, 22:19 |
jun...@apache.org |
[3/3] git commit: trivial fix to add missing license header using .gradlew licenseFormatMain and ./gradlew licenseFormatTest; patched by Jun Rao |
Fri, 07 Feb, 22:19 |
jun...@apache.org |
Git Push Summary |
Fri, 07 Feb, 22:24 |
nehanarkh...@apache.org |
git commit: KAFKA-330 Delete topic followup - more tests and Joel's review comments |
Sat, 08 Feb, 19:09 |
nehanarkh...@apache.org |
git commit: KAFKA-330 Delete topic followup - more tests and Joel's review comments |
Sat, 08 Feb, 19:13 |
joest...@apache.org |
git commit: KAFKA-1158 run rat is not needed this is documented now in the release not part of the server running |
Sun, 09 Feb, 14:15 |
joest...@apache.org |
git commit: KAFKA-1158 run rat is not needed this is documented now in the release not part of the server running |
Sun, 09 Feb, 14:16 |
jkr...@apache.org |
[1/4] git commit: KAFKA-1241 Better error message for underflow on read of struct. |
Tue, 11 Feb, 04:59 |
jkr...@apache.org |
[2/4] git commit: KAFKA-1238 Move metadata req/resp parsing into its own classes and avoid updating cluster metadata if there are no available nodes. |
Tue, 11 Feb, 04:59 |
jkr...@apache.org |
[3/4] git commit: Fix bug in ByteBufferSend that lead to incorrect complete() method. |
Tue, 11 Feb, 04:59 |
jkr...@apache.org |
[4/4] git commit: KAFKA-1236 Fix various breakages in the perf tests. Make the producer test use either the old or the new producer. |
Tue, 11 Feb, 04:59 |
nehanarkh...@apache.org |
git commit: KAFKA-1237 mirror maker using 08 consumer and 09 producer; reviewed by Jay Kreps and Joel Koshy |
Tue, 11 Feb, 05:40 |
nehanarkh...@apache.org |
git commit: KAFKA-1233 Integration test for the new producer; reviewed by Jay Kreps and Neha Narkhede |
Tue, 11 Feb, 22:26 |
nehanarkh...@apache.org |
git commit: KAFKA-1233 Adding the new test file |
Wed, 12 Feb, 02:03 |
nehanarkh...@apache.org |
git commit: KAFKA-1237 Follow up review suggestions on new mirror maker; reviewed by Guozhang Wang |
Wed, 12 Feb, 03:29 |
jkr...@apache.org |
git commit: KAFKA-1257 Only send metadata requests to nodes with no in-flight requests. |
Wed, 12 Feb, 03:52 |
jkr...@apache.org |
git commit: KAFKA-1259 Close blocked only until all messages had been sent not until all acknowledgements had been received. |
Wed, 12 Feb, 03:53 |
jun...@apache.org |
git commit: kafka-1244,kafka-1246,kafka-1249; various gradle issues for release; patched by Jun Rao; reviewed by Neha Narkhede |
Wed, 12 Feb, 16:23 |
jun...@apache.org |
git commit: kafka-1244,kafka-1246,kafka-1249; various gradle issues for release; patched by Jun Rao; reviewed by Neha Narkhede |
Wed, 12 Feb, 16:31 |
nehanarkh...@apache.org |
git commit: KAFKA-1233 Follow up changes to new producer integration test; reviewed by Jay Kreps |
Wed, 12 Feb, 21:00 |
jkr...@apache.org |
git commit: KAFKA-1261 Make it possible to configure the metadata refresh. |
Thu, 13 Feb, 18:54 |
nehanarkh...@apache.org |
git commit: KAFKA-1188 Stale LeaderAndIsr request could be handled by the broker on Controller failover; reviewed by Neha, Jun |
Thu, 13 Feb, 22:46 |
joest...@apache.org |
git commit: KAFKA-1263 Snazzy up the README markdown for better visibility on github; patched by Joe Stein; reviewed by Neha Narkhede |
Fri, 14 Feb, 03:45 |
joest...@apache.org |
git commit: KAFKA-1263 Snazzy up the README markdown for better visibility on github; patched by Joe Stein; reviewed by Neha Narkhede |
Fri, 14 Feb, 03:46 |
joest...@apache.org |
git commit: KAFKA-1245 the jar files and pom are not being signed so nexus is failing to publish them patch by Joe Stein; Reviewed by Jun Rao |
Fri, 14 Feb, 19:14 |
joest...@apache.org |
git commit: KAFKA-1245 the jar files and pom are not being signed so nexus is failing to publish them patch by Joe Stein; Reviewed by Jun Rao |
Fri, 14 Feb, 19:15 |
jun...@apache.org |
git commit: Liars in PrimitiveApiTest that promise to test api in compression mode, but don't do this actually; patched by Kostya Golikov; reviewed by Guozhang Wang and Jun Rao |
Mon, 17 Feb, 19:43 |
jkr...@apache.org |
git commit: KAFKA-1252 Implement retries in new producer. |
Wed, 19 Feb, 01:18 |
jun...@apache.org |
svn commit: r1569622 - /kafka/site/contributing.html |
Wed, 19 Feb, 02:58 |
jkr...@apache.org |
git commit: Fix compile issue from last commit. Oops. :-( |
Wed, 19 Feb, 03:32 |
joest...@apache.org |
git commit: KAFKA-1274 gradle.properties needs the variables used in the build.gradle patch by Joe Stein; Reviewed by Jun Rao |
Wed, 19 Feb, 15:52 |
joest...@apache.org |
git commit: KAFKA-1274 gradle.properties needs the variables used in the build.gradle patch by Joe Stein; Reviewed by Jun Rao |
Wed, 19 Feb, 15:53 |
joest...@apache.org |
git commit: KAFKA-1254 remove vestigial sbt patch by Joe Stein; reviewed by Jun Rao |
Thu, 20 Feb, 05:08 |
joest...@apache.org |
git commit: KAFKA-1254 remove vestigial sbt patch by Joe Stein; reviewed by Jun Rao |
Thu, 20 Feb, 05:11 |
jun...@apache.org |
git commit: trivial change to use the correct path of kafka-clients.jar in kafka-run-class.sh |
Thu, 20 Feb, 05:33 |
jun...@apache.org |
git commit: kafka-1271; controller logs exceptions during ZK session expiration; patched by Jun Rao; reviewed by Guozhang Wang and Jay kreps |
Thu, 20 Feb, 17:44 |
jun...@apache.org |
git commit: kafka-1271; controller logs exceptions during ZK session expiration; patched by Jun Rao; reviewed by Guozhang Wang and Jay kreps |
Thu, 20 Feb, 17:51 |
jun...@apache.org |
git commit: kafka-1235; Enable server to indefinitely retry on controlled shutdown; patched by Guozhang Wang; reviewed by Jun Rao |
Fri, 21 Feb, 01:44 |
jkr...@apache.org |
git commit: KAFKA-1276 Make topic command list the possible topic-level configs that are available. |
Fri, 21 Feb, 18:57 |
jun...@apache.org |
svn commit: r1571376 - in /kafka/site/08: configuration.html design.html introduction.html ops.html |
Mon, 24 Feb, 18:10 |
jkr...@apache.org |
git commit: KAFKA-1279 Socket server should close all connections when it is shutdown. |
Tue, 25 Feb, 03:31 |
sriram...@apache.org |
[01/19] git commit: Move AddPartitions into TopicCommand |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[02/19] git commit: commit the remaining changes |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[03/19] git commit: change comments |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[04/19] git commit: Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[05/19] git commit: Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[06/19] git commit: Add auto leader rebalance support |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[07/19] git commit: fix merge conflicts |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[08/19] git commit: some more changes |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[09/19] git commit: commit missing code |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[10/19] git commit: Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[11/19] git commit: Address code review feedbacks |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[12/19] git commit: use zk for auto rebalance |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[13/19] git commit: some more changes |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[14/19] git commit: Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[15/19] git commit: Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[16/19] git commit: Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[17/19] git commit: Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[18/19] git commit: Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
[19/19] git commit: Check delete state of topic |
Tue, 25 Feb, 08:27 |
sriram...@apache.org |
git commit: auto rebalance last commit |
Tue, 25 Feb, 08:44 |
jun...@apache.org |
git commit: kafka-1278; More flexible helper scripts; patched by Nathan Brown; reviewed by Jun Rao |
Tue, 25 Feb, 17:37 |
jun...@apache.org |
git commit: kafka-1280; exclude kafka-clients jar from dependant-libs dir; patched by Jun Rao; reviewed by Neha Narkhede |
Wed, 26 Feb, 02:10 |
nehanarkh...@apache.org |
git commit: KAFKA-1260 Integration Test for New Producer Part II: Broker Failure Handling; reviewed by Jay Kreps, Neha Narkhede and Jun Rao |
Thu, 27 Feb, 18:50 |
joest...@apache.org |
Git Push Summary |
Thu, 27 Feb, 18:56 |
jun...@apache.org |
git commit: kafka-1212; System test exception handling does not stop background producer threads; patched by Guozhang Wang; reviewed by Neha Narkhede, Joel Koshy, and Jun Rao |
Thu, 27 Feb, 22:15 |
jkr...@apache.org |
git commit: TRIVIAL: Fix failing producer integration tests. |
Thu, 27 Feb, 22:25 |
jkr...@apache.org |
git commit: KAFKA-1250 Add logging to new producer. |
Fri, 28 Feb, 02:06 |
jun...@apache.org |
git commit: kafka-1041; Number of file handles increases indefinitely in producer if broker host is unresolvable; patched by Rajasekar Elango; reviewed by Jun Rao |
Fri, 28 Feb, 16:02 |
jun...@apache.org |
git commit: kafka-1285; enable log4j in unit test; patched by Jun Rao; reviewed by Neha Narkhede |
Fri, 28 Feb, 21:53 |