[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-tabpanel&focusedCommentId=14020794#comment-14020794 ] Daniel Wegener commented on KAFKA-1362: --- kafka_2.10-0.8.1.1-sources.jar in maven cen

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 partitio

[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-tabpanel&focusedCommentId=14020857#comment-14020857 ] Sriharsha Chintalapani commented on KAFKA-1382: --- Updated reviewboard https:/

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 > > > > > > Maybe rename to getReady()? It isn't a getter. It actually is something more

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 > > > > > > Now we will end up with potentially two Senders - one for th

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-tabpanel&focusedCommentId=14020899#comment-14020899 ] Jay Kreps commented on KAFKA-1316: -- Updated reviewboard https://reviews.apache.org/r/2193

[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-tabpanel&focusedCommentId=14020901#comment-14020901 ] Jay Kreps commented on KAFKA-1316: -- I updated this patch to 1. Address a number of commen

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> wr

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 https://issues.apache.org/jira/b

[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-tabpanel&focusedCommentId=14021010#comment-14021010 ] Sriharsha Chintalapani commented on KAFKA-1438: --- Created reviewboard https:/

[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-tabpanel&focusedCommentId=14021012#comment-14021012 ] Sriharsha Chintalapani commented on KAFKA-1438: --- [~junrao] [~nehanarkhede]