[jira] [Updated] (KAFKA-1815) ServerShutdownTest fails in trunk.

2014-12-09 Thread Anatoly Fayngelerin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anatoly Fayngelerin updated KAFKA-1815: --- Status: Patch Available (was: Open) > ServerShutdownTest fails in tr

[jira] [Updated] (KAFKA-1815) ServerShutdownTest fails in trunk.

2014-12-09 Thread Anatoly Fayngelerin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anatoly Fayngelerin updated KAFKA-1815: --- Attachment: shutdown_test_fix.patch > ServerShutdownTest fails in tr

[jira] [Created] (KAFKA-1815) ServerShutdownTest fails in trunk.

2014-12-09 Thread Anatoly Fayngelerin (JIRA)
Anatoly Fayngelerin created KAFKA-1815: -- Summary: ServerShutdownTest fails in trunk. Key: KAFKA-1815 URL: https://issues.apache.org/jira/browse/KAFKA-1815 Project: Kafka Issue Type: Bug

[jira] [Commented] (KAFKA-1813) Build fails for scala 2.9.2

2014-12-09 Thread Anatoly Fayngelerin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239621#comment-14239621 ] Anatoly Fayngelerin commented on KAFKA-1813: Yes. The project

[jira] [Updated] (KAFKA-1813) Build fails for scala 2.9.2

2014-12-09 Thread Anatoly Fayngelerin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anatoly Fayngelerin updated KAFKA-1813: --- Priority: Minor (was: Major) > Build fails for scala 2.

[jira] [Updated] (KAFKA-1813) Build fails for scala 2.9.2

2014-12-09 Thread Anatoly Fayngelerin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anatoly Fayngelerin updated KAFKA-1813: --- Attachment: fix_2_9_2_build.patch patch fixing scala 2.9.2 build > Build fails

[jira] [Updated] (KAFKA-1813) Build fails for scala 2.9.2

2014-12-09 Thread Anatoly Fayngelerin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anatoly Fayngelerin updated KAFKA-1813: --- Status: Patch Available (was: Open) > Build fails for scala 2.

[jira] [Created] (KAFKA-1813) Build fails for scala 2.9.2

2014-12-09 Thread Anatoly Fayngelerin (JIRA)
Anatoly Fayngelerin created KAFKA-1813: -- Summary: Build fails for scala 2.9.2 Key: KAFKA-1813 URL: https://issues.apache.org/jira/browse/KAFKA-1813 Project: Kafka Issue Type: Bug

Re: Logging in new clients

2014-02-03 Thread Anatoly Fayngelerin
+1 for SLF4J. It is the only option that doesn't force a consumer to use a particular style of configuration. It is common enough that I think it would not cause any adoption friction. There's a relevant and lengthier discussion here: http://stackoverflow.com/questions/11359187/dont-get-it-why-not-

[jira] [Commented] (KAFKA-1081) kafka-run-class.sh is broken

2013-10-11 Thread Anatoly Fayngelerin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13793009#comment-13793009 ] Anatoly Fayngelerin commented on KAFKA-1081: There is another reason

[jira] [Commented] (KAFKA-1082) zkclient dies after UnknownHostException in zk reconnect

2013-10-10 Thread Anatoly Fayngelerin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13792041#comment-13792041 ] Anatoly Fayngelerin commented on KAFKA-1082: Sorry, first time running

Review Request 14582: Upgrading zkclient to verion 0.4. Adds retry logic in case of a failed ZooKeeper session re-establishment.

2013-10-10 Thread Anatoly Fayngelerin
/ZkReconnecterTest.scala PRE-CREATION Diff: https://reviews.apache.org/r/14582/diff/ Testing --- Thanks, Anatoly Fayngelerin

[jira] [Updated] (KAFKA-1082) zkclient dies after UnknownHostException in zk reconnect

2013-10-10 Thread Anatoly Fayngelerin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anatoly Fayngelerin updated KAFKA-1082: --- Attachment: KAFKA-1082.patch > zkclient dies after UnknownHostException in

[jira] [Commented] (KAFKA-1082) zkclient dies after UnknownHostException in zk reconnect

2013-10-10 Thread Anatoly Fayngelerin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13792037#comment-13792037 ] Anatoly Fayngelerin commented on KAFKA-1082: Created reviewboard > z

[jira] [Created] (KAFKA-1082) zkclient dies after UnknownHostException in zk reconnect

2013-10-10 Thread Anatoly Fayngelerin (JIRA)
Anatoly Fayngelerin created KAFKA-1082: -- Summary: zkclient dies after UnknownHostException in zk reconnect Key: KAFKA-1082 URL: https://issues.apache.org/jira/browse/KAFKA-1082 Project: Kafka

Re: zkclient dies after UnknownHostException in zk reconnect

2013-09-24 Thread Anatoly Fayngelerin
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 posted on originally( > > https://github.com/sgroschupf/zkclient/issues/23) might be a little >

Re: zkclient dies after UnknownHostException in zk reconnect

2013-09-24 Thread Anatoly Fayngelerin
client usage is pretty wide spread across the server and consumer > code today. > > Thanks, > Neha > > > On Tue, Sep 24, 2013 at 8:28 AM, Anatoly Fayngelerin >wrote: > > > Joel - that is exactly right. ZkClient has no way to notify consumers of > > this sit

Re: zkclient dies after UnknownHostException in zk reconnect

2013-09-24 Thread Anatoly Fayngelerin
t would effectively mean > that the session will not get re-established. Anatoly, can you > confirm? > > > On Mon, Sep 23, 2013 at 7:02 AM, Anatoly Fayngelerin >wrote: > > > >> Hi Everyone, > >> > >> I've run into the following issue with the Kafk

zkclient dies after UnknownHostException in zk reconnect

2013-09-23 Thread Anatoly Fayngelerin
Hi Everyone, I've run into the following issue with the Kafka server. The zkclient lib seems to die silently if there is an UnknownHostException(or any IOException) while reconnecting the ZK session. I've filed a bug about this with the zkclient lib(https://github.com/sgroschupf/zkclient/issues/23