You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/10/31 11:13:48 UTC

[GitHub] [pulsar] KannarFr opened a new issue #5519: Zookeeper issue

KannarFr opened a new issue #5519: Zookeeper issue
URL: https://github.com/apache/pulsar/issues/5519
 
 
   **Describe the bug**
   Hi,
   
   Today, one of our zookeeper node had the following error:
   
   ```
   Oct 31 10:01:06 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[18494]: 10:01:06.697 [ProcessThread(sid:3 cport:-1):] INFO  org.apache.zookeeper.server.PrepRequestProcessor - Got user-level KeeperException when processing sessionid:0x1037b708532006e type:delete cxid:0x46e569 zxid:0x450025f5be txntype:-1 reqpath:n/a Error Path:/ledgers/00/0008 Error:KeeperErrorCode = Directory not empty for /ledgers/00/0008
   Oct 31 10:01:13 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[18494]: 10:01:13.316 [ProcessThread(sid:3 cport:-1):] INFO  org.apache.zookeeper.server.PrepRequestProcessor - Got user-level KeeperException when processing sessionid:0x1037b708532006e type:delete cxid:0x46e575 zxid:0x450025f5cb txntype:-1 reqpath:n/a Error Path:/ledgers/00/0008 Error:KeeperErrorCode = Directory not empty for /ledgers/00/0008
   Oct 31 10:01:13 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[18494]: 10:01:13.523 [ProcessThread(sid:3 cport:-1):] INFO  org.apache.zookeeper.server.PrepRequestProcessor - Got user-level KeeperException when processing sessionid:0x3037b7082ea00fa type:delete cxid:0x6d588 zxid:0x450025f5ce txntype:-1 reqpath:n/a Error Path:/ledgers/00/0008 Error:KeeperErrorCode = Directory not empty for /ledgers/00/0008
   Oct 31 10:01:35 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[18494]: 10:01:35.465 [ProcessThread(sid:3 cport:-1):] INFO  org.apache.zookeeper.server.PrepRequestProcessor - Got user-level KeeperException when processing sessionid:0x1037b708532006e type:delete cxid:0x46e58a zxid:0x450025f5d6 txntype:-1 reqpath:n/a Error Path:/ledgers/00/0008 Error:KeeperErrorCode = Directory not empty for /ledgers/00/0008
   Oct 31 10:01:49 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[18494]: 10:01:49.277 [ProcessThread(sid:3 cport:-1):] INFO  org.apache.zookeeper.server.PrepRequestProcessor - Got user-level KeeperException when processing sessionid:0x3037b7082ea00fa type:delete cxid:0x6d5ad zxid:0x450025f5e1 txntype:-1 reqpath:n/a Error Path:/ledgers/00/0008 Error:KeeperErrorCode = Directory not empty for /ledgers/00/0008
   Oct 31 10:02:30 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[18494]: 10:02:30.556 [ProcessThread(sid:3 cport:-1):] INFO  org.apache.zookeeper.server.PrepRequestProcessor - Got user-level KeeperException when processing sessionid:0x1037b708532006e type:delete cxid:0x46e5b5 zxid:0x450025f5ea txntype:-1 reqpath:n/a Error Path:/ledgers/00/0008 Error:KeeperErrorCode = Directory not empty for /ledgers/00/0008
   Oct 31 10:04:08 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[18494]: 10:04:08.683 [ProcessThread(sid:3 cport:-1):] INFO  org.apache.zookeeper.server.PrepRequestProcessor - Got user-level KeeperException when processing sessionid:0x3037b7082ea00fa type:delete cxid:0x6d605 zxid:0x450025f5f5 txntype:-1 reqpath:n/a Error Path:/ledgers/00/0008 Error:KeeperErrorCode = Directory not empty for /ledgers/00/0008
   ```
   Then no log and zk node seems stucked. We restarted it and after a while (10 minutes), it recovered alone. WDYT?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services