[jira] [Updated] (KAFKA-1182) Topic not created if number of live brokers less than # replicas

2013-12-18 Thread Hanish Bansal (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hanish Bansal updated KAFKA-1182: - Priority: Major (was: Minor) Issue Type: Bug (was: Improvement) > Topic not created if nu

[jira] [Updated] (KAFKA-1188) Stale LeaderAndIsr request could be handled by the broker on Controller failover

2013-12-18 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-1188: - Attachment: KAFKA-1188.patch > Stale LeaderAndIsr request could be handled by the broker on Contr

[jira] [Commented] (KAFKA-1188) Stale LeaderAndIsr request could be handled by the broker on Controller failover

2013-12-18 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13852541#comment-13852541 ] Guozhang Wang commented on KAFKA-1188: -- Created reviewboard https://reviews.apache.or

Review Request 16360: Patch for KAFKA-1188

2013-12-18 Thread Guozhang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16360/ --- Review request for kafka. Bugs: KAFKA-1188 https://issues.apache.org/jira/b

Re: draw-performance-graphs.r & jmx-dump.sh

2013-12-18 Thread Steve Morin
Sounds like a good idea to me. -Steve On Wed, Dec 18, 2013 at 4:24 PM, Joe Stein wrote: > Was getting some feedback on the wiki for performance testing page and was > wondering if it is possible to get performance-graphs.r as a patch? > > I think the jmx-dump.sh part of that wiki page should ch

draw-performance-graphs.r & jmx-dump.sh

2013-12-18 Thread Joe Stein
Was getting some feedback on the wiki for performance testing page and was wondering if it is possible to get performance-graphs.r as a patch? I think the jmx-dump.sh part of that wiki page should change to a JmxTool command per an earlier email I saw from Jun when digging around. I can make that

Re: Review Request 16357: Patch for KAFKA-1185

2013-12-18 Thread Guozhang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16357/#review30658 --- The new api function will be called whenever the current registratio

Re: Review Request 16335: Patch for KAFKA-1187

2013-12-18 Thread Neha Narkhede
> On Dec. 18, 2013, 1:19 a.m., Guozhang Wang wrote: > > core/src/main/scala/kafka/controller/ControllerChannelManager.scala, line > > 116 > > > > > > If connectToBroker timed out here, the thread will die here. So sha

[jira] [Commented] (KAFKA-1185) Improve leader elector module to have a resign API

2013-12-18 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13852307#comment-13852307 ] Neha Narkhede commented on KAFKA-1185: -- Created reviewboard https://reviews.apache.or

[jira] [Updated] (KAFKA-1185) Improve leader elector module to have a resign API

2013-12-18 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede updated KAFKA-1185: - Attachment: KAFKA-1185.patch > Improve leader elector module to have a resign API > -

Review Request 16357: Patch for KAFKA-1185

2013-12-18 Thread Neha Narkhede
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16357/ --- Review request for kafka. Bugs: KAFKA-1185 https://issues.apache.org/jira/b

Re: Review Request 16356: Patch for KAFKA-1139

2013-12-18 Thread Guozhang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16356/#review30648 --- Ship it! core/src/main/scala/kafka/admin/TopicCommand.scala

[jira] [Assigned] (KAFKA-1186) Add topic regex to the kafka-topics tool

2013-12-18 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede reassigned KAFKA-1186: Assignee: Neha Narkhede > Add topic regex to the kafka-topics tool > --

[jira] [Updated] (KAFKA-1139) Topic data change handling callback should not call syncedRebalance directly

2013-12-18 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede updated KAFKA-1139: - Attachment: KAFKA-1139.patch > Topic data change handling callback should not call syncedRebalanc

[jira] [Commented] (KAFKA-1139) Topic data change handling callback should not call syncedRebalance directly

2013-12-18 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13852181#comment-13852181 ] Neha Narkhede commented on KAFKA-1139: -- Created reviewboard https://reviews.apache.or

Review Request 16356: Patch for KAFKA-1139

2013-12-18 Thread Neha Narkhede
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16356/ --- Review request for kafka. Bugs: KAFKA-1139 https://issues.apache.org/jira/b

[jira] [Created] (KAFKA-1188) Stale LeaderAndIsr request could be handled by the broker on Controller failover

2013-12-18 Thread Guozhang Wang (JIRA)
Guozhang Wang created KAFKA-1188: Summary: Stale LeaderAndIsr request could be handled by the broker on Controller failover Key: KAFKA-1188 URL: https://issues.apache.org/jira/browse/KAFKA-1188 Projec

[jira] [Work started] (KAFKA-1139) Topic data change handling callback should not call syncedRebalance directly

2013-12-18 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-1139 started by Neha Narkhede. > Topic data change handling callback should not call syncedRebalance directly >

[jira] [Assigned] (KAFKA-1139) Topic data change handling callback should not call syncedRebalance directly

2013-12-18 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede reassigned KAFKA-1139: Assignee: Neha Narkhede (was: Guozhang Wang) > Topic data change handling callback should

[jira] [Commented] (KAFKA-1180) WhiteList topic filter gets a NullPointerException on complex Regex

2013-12-18 Thread Jason Rosenberg (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13851683#comment-13851683 ] Jason Rosenberg commented on KAFKA-1180: Joe, I'm not sure I understand your sugge

Re: Issue in kafka dependency

2013-12-18 Thread padma priya chitturi
Yeah sure... i have attached the pom.xml. storm-starter is my project. In fact it is storm project. Hence certain dependencies are relate to storm. Ans i have included kafka's too since my code contains both storm and kafka API. --Padma Ch On Wed, Dec 18, 2013 at 12:51 PM, Kostya Golikov wrote: