Github user gyfora commented on the pull request:

    https://github.com/apache/flink/pull/747#issuecomment-113879705
  
    Its always the same error in the KafkaITcase:
    
    org.apache.flink.streaming.connectors.kafka.KafkaITCase
    
testPersistentSourceWithOffsetUpdates(org.apache.flink.streaming.connectors.kafka.KafkaITCase)
  Time elapsed: 21.356 sec  <<< ERROR!
    org.I0Itec.zkclient.exception.ZkNoNodeException: 
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode 
for /consumers/flink-tests/offsets/testOffsetHacking/1
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1184)
        at org.I0Itec.zkclient.ZkConnection.readData(ZkConnection.java:103)
        at org.I0Itec.zkclient.ZkClient$9.call(ZkClient.java:770)
        at org.I0Itec.zkclient.ZkClient$9.call(ZkClient.java:766)
        at org.I0Itec.zkclient.ZkClient.retryUntilConnected(ZkClient.java:675)
        at org.I0Itec.zkclient.ZkClient.readData(ZkClient.java:766)
        at org.I0Itec.zkclient.ZkClient.readData(ZkClient.java:761)
        at kafka.utils.ZkUtils$.readData(ZkUtils.scala:449)
        at kafka.utils.ZkUtils.readData(ZkUtils.scala)
        at 
org.apache.flink.streaming.connectors.kafka.api.persistent.PersistentKafkaSource.getOffset(PersistentKafkaSource.java:282)
        at 
org.apache.flink.streaming.connectors.kafka.KafkaITCase.testPersistentSourceWithOffsetUpdates(KafkaITCase.java:258)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to