[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR Partition finalizer failed #560

Closed
itsmesrds opened this issue Feb 13, 2019 · 1 comment
Closed

ERROR Partition finalizer failed #560

itsmesrds opened this issue Feb 13, 2019 · 1 comment

Comments

@itsmesrds
Copy link

When i run the Secor this is Coming in Secor finalizer logs:

2019-02-13 21:42:01,871 [main-SendThread(kafka0:2181)] (org.apache.zookeeper.ClientCnxn$SendThread:818) DEBUG Reading reply sessionid:0x168e6155cd9079c, packet:: clientPath:null serverPath:null finished:false header:: 1,8 replyHeader:: 1,4294976595,-101 request:: '/consumers/secor-orc6/offsets,F response:: v{}
2019-02-13 21:42:01,871 [main-SendThread(kafka2:2181)] (org.apache.zookeeper.ClientCnxn$SendThread:818) DEBUG Reading reply sessionid:0x368e6155e6902a1, packet:: clientPath:null serverPath:null finished:false header:: 1,8 replyHeader:: 1,4294976595,-101 request:: '/consumers/secor-orc6/offsets,F response:: v{}
2019-02-13 21:42:01,878 [main] (com.pinterest.secor.main.PartitionFinalizerMain:47) ERROR Partition finalizer failed
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /consumers/secor-orc6/offsets
at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1500)
at com.pinterest.secor.common.ZookeeperConnector.getCommittedOffsetTopics(ZookeeperConnector.java:140)

What could be the Problem in this ?

@HenryCaiHaiying
Copy link
Contributor

The error is indicating this ZK node: /consumers/secor-orc6/offsets doesn't exist, do you have another error early on? I think secor should already created this ZK node prior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants