[jira] [Created] (KAFKA-1630) ConsumerFetcherThread locked in Tomcat

2014-09-10 Thread vijay (JIRA)
vijay created KAFKA-1630: Summary: ConsumerFetcherThread locked in Tomcat Key: KAFKA-1630 URL: https://issues.apache.org/jira/browse/KAFKA-1630 Project: Kafka Issue Type: Bug Components: co

[jira] [Created] (KAFKA-1629) Replica fetcher thread need to back off upon getting errors on partitions

2014-09-10 Thread Guozhang Wang (JIRA)
Guozhang Wang created KAFKA-1629: Summary: Replica fetcher thread need to back off upon getting errors on partitions Key: KAFKA-1629 URL: https://issues.apache.org/jira/browse/KAFKA-1629 Project: Kafk

Re: Need Document and Explanation Of New Metrics Name in New Java Producer on Kafka Trunk

2014-09-10 Thread Bhavesh Mistry
Hi Jun, I have created this issue for tracking purpose https://issues.apache.org/jira/browse/KAFKA-1628 Thanks, Bhavesh On Wed, Sep 10, 2014 at 9:06 PM, Jun Rao wrote: > Hmm, it seems that we do allow "." in the topic name. The topic name can't > be just "." or ".." though. So, if there is a

[jira] [Created] (KAFKA-1628) [New Java Producer] Topic which contains "." does not correct corresponding metric name

2014-09-10 Thread Bhavesh Mistry (JIRA)
Bhavesh Mistry created KAFKA-1628: - Summary: [New Java Producer] Topic which contains "." does not correct corresponding metric name Key: KAFKA-1628 URL: https://issues.apache.org/jira/browse/KAFKA-1628

Re: Need Document and Explanation Of New Metrics Name in New Java Producer on Kafka Trunk

2014-09-10 Thread Jun Rao
Hmm, it seems that we do allow "." in the topic name. The topic name can't be just "." or ".." though. So, if there is a topic "test.1", we will have the following jmx metrics name. kafka.producer.console-producer.topic.test:type=1 It should be changed to kafka.producer.console-producer.topic:typ

[jira] [Commented] (KAFKA-1558) AdminUtils.deleteTopic does not work

2014-09-10 Thread Gwen Shapira (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129506#comment-14129506 ] Gwen Shapira commented on KAFKA-1558: - I don't think the issue as described above exis

Re: Need Document and Explanation Of New Metrics Name in New Java Producer on Kafka Trunk

2014-09-10 Thread Bhavesh Mistry
I am using topic name with "." and it works with old and new producers/consumers. is Kafka enforcing in code or documented limitation ? Thanks, Bhavesh On Wed, Sep 10, 2014 at 3:24 PM, Jun Rao wrote: > We actually don't allow "." in the topic name. Topic name can be > alpha-numeric plus "-"

[jira] [Commented] (KAFKA-1558) AdminUtils.deleteTopic does not work

2014-09-10 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129451#comment-14129451 ] Sriharsha Chintalapani commented on KAFKA-1558: --- [~junrao] Do you any steps

[jira] [Comment Edited] (KAFKA-1558) AdminUtils.deleteTopic does not work

2014-09-10 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129451#comment-14129451 ] Sriharsha Chintalapani edited comment on KAFKA-1558 at 9/11/14 12:50 AM: ---

Re: IRC logs now available on botbot.me

2014-09-10 Thread Jay Kreps
That's awesome. -Jay On Wed, Sep 10, 2014 at 11:05 AM, David Arthur wrote: > https://botbot.me/freenode/apache-kafka/ > > Just FYI, wasn't sure if we had any logging in place > > Cheers, > David > >

Re: [DISCUSS] 0.8.2 release branch, "unofficial" release candidates(s), 0.8.1.2 release

2014-09-10 Thread Jun Rao
Joe, Thanks for starting the discussion. (1) I made a pass of the open jiras for 0.8.2 and marked a few of them as blockers for now. There are currently 6 blockers. Ideally, we want to get all those fixed before cutting the 0.8.2 branch. The rest of the jiras don't really have to be fixed in 0.8.

Re: Review Request 25420: Patch for KAFKA-686

2014-09-10 Thread Guozhang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25420/#review52980 --- Thanks for the patch. Overall it is a great clean-up. Some comments

[jira] [Updated] (KAFKA-686) 0.8 Kafka broker should give a better error message when running against 0.7 zookeeper

2014-09-10 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-686: -- Priority: Major (was: Blocker) > 0.8 Kafka broker should give a better error message when running against 0.7 >

[jira] [Updated] (KAFKA-1558) AdminUtils.deleteTopic does not work

2014-09-10 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-1558: --- Priority: Blocker (was: Major) > AdminUtils.deleteTopic does not work >

Re: IRC logs now available on botbot.me

2014-09-10 Thread Jun Rao
David, Thanks for the pointer. Added the link to our website. Jun On Wed, Sep 10, 2014 at 11:05 AM, David Arthur wrote: > https://botbot.me/freenode/apache-kafka/ > > Just FYI, wasn't sure if we had any logging in place > > Cheers, > David > > >

Re: Need Document and Explanation Of New Metrics Name in New Java Producer on Kafka Trunk

2014-09-10 Thread Jun Rao
We actually don't allow "." in the topic name. Topic name can be alpha-numeric plus "-" and "_". Thanks, Jun On Tue, Sep 9, 2014 at 6:29 PM, Bhavesh Mistry wrote: > Thanks, I was using without JMX. I will go through doc. But how about > Topic or Metric name Topic Name Convention or Metric Na

[jira] [Commented] (KAFKA-1591) Clean-up Unnecessary stack trace in error/warn logs

2014-09-10 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129185#comment-14129185 ] Guozhang Wang commented on KAFKA-1591: -- Thank you for the patches. I few comments bel

[jira] [Commented] (KAFKA-1501) transient unit tests failures due to port already in use

2014-09-10 Thread Abhishek Sharma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128928#comment-14128928 ] Abhishek Sharma commented on KAFKA-1501: Running an entire test class again is not

IRC logs now available on botbot.me

2014-09-10 Thread David Arthur
https://botbot.me/freenode/apache-kafka/ Just FYI, wasn't sure if we had any logging in place Cheers, David

[jira] [Commented] (KAFKA-560) Garbage Collect obsolete topics

2014-09-10 Thread Chris Riccomini (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128771#comment-14128771 ] Chris Riccomini commented on KAFKA-560: --- bq. It would be good to have a tool that cou

[jira] [Comment Edited] (KAFKA-1501) transient unit tests failures due to port already in use

2014-09-10 Thread Chris Cope (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128653#comment-14128653 ] Chris Cope edited comment on KAFKA-1501 at 9/10/14 4:10 PM: I

[jira] [Commented] (KAFKA-1501) transient unit tests failures due to port already in use

2014-09-10 Thread Chris Cope (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128653#comment-14128653 ] Chris Cope commented on KAFKA-1501: --- I agree, [~absingh]. I'm running some more tests an

[jira] [Commented] (KAFKA-1501) transient unit tests failures due to port already in use

2014-09-10 Thread Abhishek Sharma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128504#comment-14128504 ] Abhishek Sharma commented on KAFKA-1501: [~copester] I did intentionally tried to

[jira] [Commented] (KAFKA-1501) transient unit tests failures due to port already in use

2014-09-10 Thread Chris Cope (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128457#comment-14128457 ] Chris Cope commented on KAFKA-1501: --- [~abhioncbr], {code} git clone https://github.com/a