[jira] [Commented] (KAFKA-824) java.lang.NullPointerException in commitOffsets

2015-07-20 Thread Parth Brahmbhatt (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14633776#comment-14633776 ] Parth Brahmbhatt commented on KAFKA-824: [~techwhizbang] I upgraded to zkClient-0.5

[jira] [Commented] (KAFKA-824) java.lang.NullPointerException in commitOffsets

2015-07-20 Thread Parth Brahmbhatt (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14634327#comment-14634327 ] Parth Brahmbhatt commented on KAFKA-824: [~junrao] Looked at the fix code and

[jira] [Commented] (KAFKA-824) java.lang.NullPointerException in commitOffsets

2015-07-17 Thread Nick Zalabak (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14631822#comment-14631822 ] Nick Zalabak commented on KAFKA-824: Can someone confirm that upgrading to zkclient-0.5

[jira] [Commented] (KAFKA-824) java.lang.NullPointerException in commitOffsets

2015-04-30 Thread John Humphreys (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14521596#comment-14521596 ] John Humphreys commented on KAFKA-824: -- Has any progress been made on this, or do any

[jira] [Commented] (KAFKA-824) java.lang.NullPointerException in commitOffsets

2014-06-06 Thread Andrew Olson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14020084#comment-14020084 ] Andrew Olson commented on KAFKA-824: I have reported this issue to the zkclient

[jira] [Commented] (KAFKA-824) java.lang.NullPointerException in commitOffsets

2014-06-05 Thread Andrew Olson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14019284#comment-14019284 ] Andrew Olson commented on KAFKA-824: We are seeing a similar NPE in our application's

[jira] [Commented] (KAFKA-824) java.lang.NullPointerException in commitOffsets

2014-06-05 Thread Andrew Olson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14019291#comment-14019291 ] Andrew Olson commented on KAFKA-824: Here's another example stack trace that we have

[jira] [Commented] (KAFKA-824) java.lang.NullPointerException in commitOffsets

2014-04-24 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13979793#comment-13979793 ] Jun Rao commented on KAFKA-824: --- Hmm, not sure if this can happen. The following is what

[jira] [Commented] (KAFKA-824) java.lang.NullPointerException in commitOffsets

2014-04-24 Thread Artur Denysenko (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13979832#comment-13979832 ] Artur Denysenko commented on KAFKA-824: --- Could it be by re-using closed ZkClient?

[jira] [Commented] (KAFKA-824) java.lang.NullPointerException in commitOffsets

2014-04-24 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13979858#comment-13979858 ] Jun Rao commented on KAFKA-824: --- ZkClient is only closed when shutdown the consumer

[jira] [Commented] (KAFKA-824) java.lang.NullPointerException in commitOffsets

2014-04-23 Thread Artur Denysenko (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13978785#comment-13978785 ] Artur Denysenko commented on KAFKA-824: --- I have it as well. No special test case -

[jira] [Commented] (KAFKA-824) java.lang.NullPointerException in commitOffsets

2014-04-23 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13979255#comment-13979255 ] Jun Rao commented on KAFKA-824: --- Do you see ZK session expiration around that time?

[jira] [Commented] (KAFKA-824) java.lang.NullPointerException in commitOffsets

2014-04-23 Thread Artur Denysenko (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13979305#comment-13979305 ] Artur Denysenko commented on KAFKA-824: --- I think it's a case then _connection is null

[jira] [Commented] (KAFKA-824) java.lang.NullPointerException in commitOffsets

2014-04-23 Thread Artur Denysenko (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13979318#comment-13979318 ] Artur Denysenko commented on KAFKA-824: --- The root of the problem is here: