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

2013-09-24 Thread Ben Manes (JIRA)
Ben Manes created KAFKA-1064: Summary: Bad pom.xml definition Key: KAFKA-1064 URL: https://issues.apache.org/jira/browse/KAFKA-1064 Project: Kafka Issue Type: Bug Affects Versions: 0.8

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 ephemeral

[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-tabpanelfocusedCommentId=13776125#comment-13776125 ] Carl Austin commented on KAFKA-975: --- Happy to update the FAQ, however I came across

[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-tabpanelfocusedCommentId=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

[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-tabpanelfocusedCommentId=13776279#comment-13776279 ] Neha Narkhede commented on KAFKA-1064: -- I believe the file to be patched is

[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

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

[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

[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

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

[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-tabpanelfocusedCommentId=13776426#comment-13776426 ] Jun Rao commented on KAFKA-1065: Could you try the patch in

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 neha.narkh...@gmail.comwrote: Thanks for

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 fanat...@gmail.comwrote: That does sound like a saner solution. Which github repo do you submit patches to? It looks

[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:

[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-tabpanelfocusedCommentId=13776630#comment-13776630 ] Ben Manes commented on KAFKA-1064: -- My naive change would be to remove the ivyXML

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 neha.narkh...@gmail.comwrote: 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,

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