Re: Reviewboard / Jira tool

2013-09-24 Thread Timothy Chen
Yes I grabbed this and linked it from our wiki too. Thanks again! Tim On Tue, Sep 24, 2013 at 11:07 PM, Neha Narkhede wrote: > Thanks for the feedback. You might find this wiki useful - > https://cwiki.apache.org/confluence/display/KAFKA/Kafka+patch+review+tool > > -Neha > > > On Tue, Sep 24,

Re: Reviewboard / Jira tool

2013-09-24 Thread Neha Narkhede
Thanks for the feedback. You might find this wiki useful - https://cwiki.apache.org/confluence/display/KAFKA/Kafka+patch+review+tool -Neha On Tue, Sep 24, 2013 at 10:10 PM, Timothy Chen wrote: > Hi Kafka devs / Neha, > > I really liked the script you guys did for rb / jira integration, so I wa

Reviewboard / Jira tool

2013-09-24 Thread Timothy Chen
Hi Kafka devs / Neha, I really liked the script you guys did for rb / jira integration, so I want to take it and use it for Apache Drill. Just want to let you guys know, and I am going to leave a comment saying it's based off from the script from Kafka. Thanks! Tim

Re: zkclient dies after UnknownHostException in zk reconnect

2013-09-24 Thread Anatoly Fayngelerin
Submitted a pull request: https://github.com/sgroschupf/zkclient/pull/24. On Tue, Sep 24, 2013 at 1:46 PM, Neha Narkhede wrote: > Ya, it is not very active, but you can submit patches to master on > https://github.com/sgroschupf/zkclient > > Thanks, > Neha > > > On Tue, Sep 24, 2013 at 9:58 AM,

[jira] [Commented] (KAFKA-1064) Bad pom.xml definition

2013-09-24 Thread Ben Manes (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13776630#comment-13776630 ] Ben Manes commented on KAFKA-1064: -- My naive change would be to remove the ivyXML declara

[jira] [Created] (KAFKA-1066) Reduce logging on producer connection failures

2013-09-24 Thread Jason Rosenberg (JIRA)
Jason Rosenberg created KAFKA-1066: -- Summary: Reduce logging on producer connection failures Key: KAFKA-1066 URL: https://issues.apache.org/jira/browse/KAFKA-1066 Project: Kafka Issue Type:

Re: zkclient dies after UnknownHostException in zk reconnect

2013-09-24 Thread Neha Narkhede
Ya, it is not very active, but you can submit patches to master on https://github.com/sgroschupf/zkclient Thanks, Neha On Tue, Sep 24, 2013 at 9:58 AM, Anatoly Fayngelerin wrote: > That does sound like a saner solution. Which github repo do you submit > patches to? It looks like the repo I post

Re: zkclient dies after UnknownHostException in zk reconnect

2013-09-24 Thread Anatoly Fayngelerin
That does sound like a saner solution. Which github repo do you submit patches to? It looks like the repo I posted on originally( https://github.com/sgroschupf/zkclient/issues/23) might be a little stale. On Tue, Sep 24, 2013 at 11:34 AM, Neha Narkhede wrote: > Thanks for explaining the bug. Thi

[jira] [Commented] (KAFKA-1065) IO exception on windows when high throughput of messages

2013-09-24 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13776426#comment-13776426 ] Jun Rao commented on KAFKA-1065: Could you try the patch in https://issues.apache.org/jira

Re: zkclient dies after UnknownHostException in zk reconnect

2013-09-24 Thread Neha Narkhede
Thanks for explaining the bug. This is a serious issue that we should fix at the zkclient level. We have submitted patches to them before and they were pretty helpful in releasing a new version with the patch. I think that will lead to a cleaner solution than trying to get around it in Kafka code s

[jira] [Closed] (KAFKA-946) Kafka Hadoop Consumer fails when verifying message checksum

2013-09-24 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao closed KAFKA-946. - > Kafka Hadoop Consumer fails when verifying message checksum > --

[jira] [Updated] (KAFKA-946) Kafka Hadoop Consumer fails when verifying message checksum

2013-09-24 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-946: -- Resolution: Fixed Assignee: Sam Meder Status: Resolved (was: Patch Available) Thanks for the reba

Re: zkclient dies after UnknownHostException in zk reconnect

2013-09-24 Thread Anatoly Fayngelerin
Joel - that is exactly right. ZkClient has no way to notify consumers of this situation. The session end event gets fired, however, the session begin event never occurs. Neha - The issue manifested itself when producers were attempting to discover topics/brokers. The kafka brokers had lost their Z

[jira] [Updated] (KAFKA-1065) IO exception on windows when high throughput of messages

2013-09-24 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede updated KAFKA-1065: - Component/s: (was: producer ) log > IO exception on windows when high th

[jira] [Commented] (KAFKA-1064) Bad pom.xml definition

2013-09-24 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13776279#comment-13776279 ] Neha Narkhede commented on KAFKA-1064: -- I believe the file to be patched is project/B

[jira] [Commented] (KAFKA-975) Leader not local for partition when partition is leader (kafka.common.NotLeaderForPartitionException)

2013-09-24 Thread Carl Austin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13776146#comment-13776146 ] Carl Austin commented on KAFKA-975: --- I've raised KAFKA-1065 > Leader not

[jira] [Created] (KAFKA-1065) IO exception on windows when high throughput of messages

2013-09-24 Thread Carl Austin (JIRA)
Carl Austin created KAFKA-1065: -- Summary: IO exception on windows when high throughput of messages Key: KAFKA-1065 URL: https://issues.apache.org/jira/browse/KAFKA-1065 Project: Kafka Issue Type

[jira] [Commented] (KAFKA-975) Leader not local for partition when partition is leader (kafka.common.NotLeaderForPartitionException)

2013-09-24 Thread Carl Austin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13776125#comment-13776125 ] Carl Austin commented on KAFKA-975: --- Happy to update the FAQ, however I came across anoth

Re: zkclient dies after UnknownHostException in zk reconnect

2013-09-24 Thread Joel Koshy
> node loss. Did the Kafka consumer not respond to rebalance events or did > the server not respond to state change events ? Also, ephemeral nodes are > lost only when sessions are expired on the zookeeper server or if clients > close the session actively, how does losing connection lead to ephemer