jun...@apache.org |
git commit: kafka-1733; Producer.send will block indeterminately when broker is unavailable; patched by Marc Chung; reviewed by Jun Rao |
Tue, 04 Nov, 05:17 |
jjko...@apache.org |
git commit: KAFKA-1706; Add a byte bounded blocking queue utility; reviewed by Joel Koshy |
Tue, 04 Nov, 18:09 |
nehanarkh...@apache.org |
kafka git commit: KAFKA-1747 TestcaseEnv improperly shares state between instances; reviewed by Neha Narkhede |
Fri, 07 Nov, 02:13 |
nehanarkh...@apache.org |
kafka git commit: KAFKA-1746 System tests don't handle errors well; reviewed by Neha Narkhede |
Fri, 07 Nov, 02:16 |
jun...@apache.org |
kafka git commit: kafka-1738; Partitions for topic not created after restart from forced shutdown; patched by Jun Rao; reviewed by Neha Narkhede |
Fri, 07 Nov, 18:44 |
jun...@apache.org |
kafka git commit: kafka-1738; Partitions for topic not created after restart from forced shutdown; patched by Jun Rao; reviewed by Neha Narkhede |
Fri, 07 Nov, 18:46 |
nehanarkh...@apache.org |
kafka git commit: KAFKA-1739 Remove testComplexCompressDecompress in MessageCompressionTest; reviewed by Neha Narkhede |
Mon, 10 Nov, 04:24 |
jjko...@apache.org |
kafka git commit: KAFKA-1742; ControllerContext removeTopic does not correctly update state; reviewed by Joel Koshy, Guozhang Wang and Neha Narkhede |
Wed, 12 Nov, 02:42 |
jjko...@apache.org |
kafka git commit: KAFKA-1742; ControllerContext removeTopic does not correctly update state; reviewed by Joel Koshy, Guozhang Wang and Neha Narkhede |
Wed, 12 Nov, 02:43 |
jjko...@apache.org |
kafka git commit: KAFKA-1762; Update max-inflight-requests doc-string in producer config to note risk of reordering in the presence of retries |
Wed, 12 Nov, 23:55 |
jun...@apache.org |
svn commit: r1639240 - in /kafka/site/082: configuration.html design.html |
Thu, 13 Nov, 02:47 |
jun...@apache.org |
kafka git commit: kafka-1733; Producer.send will block indeterminately when broker is unavailable; patched by Marc Chung; reviewed by Jun Rao |
Thu, 13 Nov, 20:07 |
jjko...@apache.org |
kafka git commit: KAFKA-1764; ZookeeperConsumerConnector should not put multiple shutdown commands to the same data chunk queue; reviewed by Joel Koshy and Guozhang Wang |
Fri, 14 Nov, 02:10 |
jjko...@apache.org |
kafka git commit: Revert "KAFKA-1764; ZookeeperConsumerConnector should not put multiple shutdown commands to the same data chunk queue; reviewed by Joel Koshy and Guozhang Wang" |
Fri, 14 Nov, 04:58 |
jjko...@apache.org |
kafka git commit: KAFKA-1764; ZookeeperConsumerConnector should not put multiple shutdown commands to the same data chunk queue; reviewed by Joel Koshy and Guozhang Wang |
Fri, 14 Nov, 18:05 |
jjko...@apache.org |
kafka git commit: KAFKA-1764; ZookeeperConsumerConnector should not put multiple shutdown commands to the same data chunk queue; reviewed by Joel Koshy and Guozhang Wang |
Fri, 14 Nov, 18:14 |
jun...@apache.org |
kafka git commit: kafka-1642; [Java New Producer Kafka Trunk] CPU Usage Spike to 100% when network connection is lost; patched by Ewen Cheslack-Postava; reviewed by Guozhang Wang and Jun Rao |
Fri, 14 Nov, 22:30 |
jun...@apache.org |
kafka git commit: kafka-1642; [Java New Producer Kafka Trunk] CPU Usage Spike to 100% when network connection is lost; patched by Ewen Cheslack-Postava; reviewed by Guozhang Wang and Jun Rao |
Fri, 14 Nov, 22:53 |
jun...@apache.org |
kafka git commit: kafka-1721; Snappy compressor is not thread safe; patched by Ewen Cheslack-Postava; reviewed by Jun Rao |
Fri, 14 Nov, 23:15 |
jun...@apache.org |
kafka git commit: kafka-1721; Snappy compressor is not thread safe; patched by Ewen Cheslack-Postava; reviewed by Jun Rao |
Fri, 14 Nov, 23:23 |
jun...@apache.org |
svn commit: r1639825 - in /kafka/site: 081/ecosystem.html 082/ecosystem.html |
Sat, 15 Nov, 01:57 |
jun...@apache.org |
[1/2] kafka git commit: kafka-1481; Stop using dashes AND underscores as separators in MBean names; patched by Vladimir Tretyakov; reviewed by Joel Koshy and Jun Rao |
Tue, 18 Nov, 02:35 |
jun...@apache.org |
[2/2] kafka git commit: kafka-1481; Stop using dashes AND underscores as separators in MBean names; patched by Vladimir Tretyakov; reviewed by Joel Koshy and Jun Rao |
Tue, 18 Nov, 02:35 |
jun...@apache.org |
kafka git commit: kafka-17693; javadoc should only include client facing packages; patched by Jun Rao; reviewed by Neha Narkhede |
Tue, 18 Nov, 02:52 |
jun...@apache.org |
kafka git commit: kafka-17693; javadoc should only include client facing packages; patched by Jun Rao; reviewed by Neha Narkhede |
Tue, 18 Nov, 02:53 |
jun...@apache.org |
kafka git commit: kafka-1743; ConsumerConnector.commitOffsets in 0.8.2 is not backward compatible; patched by Manikumar Reddy; reviewed by Jun Rao |
Wed, 19 Nov, 03:01 |
jun...@apache.org |
kafka git commit: kafka-1743; ConsumerConnector.commitOffsets in 0.8.2 is not backward compatible; patched by Manikumar Reddy; reviewed by Jun Rao |
Wed, 19 Nov, 03:04 |
jun...@apache.org |
[1/2] kafka git commit: kafka-1481; Stop using dashes AND underscores as separators in MBean names; patched by Vladimir Tretyakov; reviewed by Joel Koshy and Jun Rao |
Thu, 20 Nov, 01:58 |
jun...@apache.org |
[2/2] kafka git commit: kafka-1481; Stop using dashes AND underscores as separators in MBean names; patched by Vladimir Tretyakov; reviewed by Joel Koshy and Jun Rao |
Thu, 20 Nov, 01:58 |
guozh...@apache.org |
kafka git commit: KAFKA-1770; clarify descriptive comments of UnknownTopicOrPartitionException; reviewed by Guozhang Wang |
Fri, 21 Nov, 22:26 |
nehanarkh...@apache.org |
kafka git commit: KAFKA-1654 Provide a way to override server configuration from command line; reviewed by Neha Narkhede |
Mon, 24 Nov, 00:41 |
guozh...@apache.org |
kafka git commit: KAFKA-1624; bump up default scala version to 2.11.4 to compile with java 8; reviewed by Joe Stein, Gwen Shapira and Joel Koshy |
Mon, 24 Nov, 19:58 |
guozh...@apache.org |
kafka git commit: KAFKA-1580; disallow non-admin clients to produce to internal (e.g. offsets) topics; reviewed by Joel Koshy |
Mon, 24 Nov, 22:51 |
jun...@apache.org |
kafka git commit: kafka-1667; topic-level configuration not validated; patched by Dmytro Kostiuchenko; reviewed by Jun Rao |
Tue, 25 Nov, 22:36 |
nehanarkh...@apache.org |
svn commit: r1642494 [3/3] - in /kafka/site/082/javadoc: ./ index-files/ org/ org/apache/ org/apache/kafka/ org/apache/kafka/clients/ org/apache/kafka/clients/producer/ resources/ |
Sun, 30 Nov, 01:22 |
nehanarkh...@apache.org |
svn commit: r1642494 [1/3] - in /kafka/site/082/javadoc: ./ index-files/ org/ org/apache/ org/apache/kafka/ org/apache/kafka/clients/ org/apache/kafka/clients/producer/ resources/ |
Sun, 30 Nov, 01:22 |
nehanarkh...@apache.org |
svn commit: r1642494 [2/3] - in /kafka/site/082/javadoc: ./ index-files/ org/ org/apache/ org/apache/kafka/ org/apache/kafka/clients/ org/apache/kafka/clients/producer/ resources/ |
Sun, 30 Nov, 01:22 |
nehanarkh...@apache.org |
svn commit: r1642495 - in /kafka/site/082/javadoc: ./ index-files/ org/apache/kafka/clients/producer/ |
Sun, 30 Nov, 01:23 |
nehanarkh...@apache.org |
svn commit: r1642496 - /kafka/site/082/javadoc/org/apache/kafka/clients/producer/Producer.html |
Sun, 30 Nov, 01:24 |