[jira] [Commented] (KAFKA-1362) Publish sources and javadoc jars

2014-06-07 Thread Daniel Wegener (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14020794#comment-14020794 ] Daniel Wegener commented on KAFKA-1362: --- kafka_2.10-0.8.1.1-sources.jar in maven

Re: Review Request 21899: Patch for KAFKA-1382

2014-06-07 Thread Sriharsha Chintalapani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21899/ --- (Updated June 7, 2014, 4 p.m.) Review request for kafka. Bugs: KAFKA-1382

[jira] [Updated] (KAFKA-1382) Update zkVersion on partition state update failures

2014-06-07 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sriharsha Chintalapani updated KAFKA-1382: -- Attachment: KAFKA-1382_2014-06-07_09:00:56.patch Update zkVersion on

[jira] [Commented] (KAFKA-1382) Update zkVersion on partition state update failures

2014-06-07 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14020857#comment-14020857 ] Sriharsha Chintalapani commented on KAFKA-1382: --- Updated reviewboard

Re: Review Request 21937: Patch for KAFKA-1316

2014-06-07 Thread Jay Kreps
On June 6, 2014, 5:14 p.m., Guozhang Wang wrote: clients/src/main/java/org/apache/kafka/clients/NetworkClient.java, line 93 https://reviews.apache.org/r/21937/diff/3/?file=603194#file603194line93 Maybe rename to getReady()? It isn't a getter. It actually is something more like

Re: Review Request 21937: Patch for KAFKA-1316

2014-06-07 Thread Jay Kreps
On June 6, 2014, 3:18 a.m., Neha Narkhede wrote: clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java, line 58 https://reviews.apache.org/r/21937/diff/3/?file=603197#file603197line58 Now we will end up with potentially two Senders - one for the

Re: Review Request 21937: Patch for KAFKA-1316

2014-06-07 Thread Jay Kreps
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21937/ --- (Updated June 7, 2014, 6:20 p.m.) Review request for kafka. Bugs: KAFKA-1316

[jira] [Updated] (KAFKA-1316) Refactor Sender

2014-06-07 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Kreps updated KAFKA-1316: - Attachment: KAFKA-1316_2014-06-07_11:20:38.patch Refactor Sender ---

[jira] [Commented] (KAFKA-1316) Refactor Sender

2014-06-07 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14020899#comment-14020899 ] Jay Kreps commented on KAFKA-1316: -- Updated reviewboard

[jira] [Commented] (KAFKA-1316) Refactor Sender

2014-06-07 Thread Jay Kreps (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14020901#comment-14020901 ] Jay Kreps commented on KAFKA-1316: -- I updated this patch to 1. Address a number of

Re: NoReplicaOnlineException with 0.8.1.1

2014-06-07 Thread Guozhang Wang
Hi, From the logs it seems you created the topic immediately after starting the broker, and hence the controller has not fully catch up. Could you try creating the topic until the broker log stables? Guozhang On Fri, Jun 6, 2014 at 3:14 PM, Prakash Gowri Shankor prakash.shan...@gmail.com

Review Request 22344: Patch for KAFKA-1438

2014-06-07 Thread Sriharsha Chintalapani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22344/ --- Review request for kafka. Bugs: KAFKA-1438

[jira] [Commented] (KAFKA-1438) Migrate kafka client tools

2014-06-07 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14021010#comment-14021010 ] Sriharsha Chintalapani commented on KAFKA-1438: --- Created reviewboard

[jira] [Updated] (KAFKA-1438) Migrate kafka client tools

2014-06-07 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sriharsha Chintalapani updated KAFKA-1438: -- Attachment: KAFKA-1438.patch Migrate kafka client tools

[jira] [Commented] (KAFKA-1438) Migrate kafka client tools

2014-06-07 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14021012#comment-14021012 ] Sriharsha Chintalapani commented on KAFKA-1438: --- [~junrao] [~nehanarkhede]