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/11/04 12:46:22 UTC

[GitHub] [pulsar] KannarFr edited a comment on issue #5519: Create producer issues using function worker as separate node

KannarFr edited a comment on issue #5519: Create producer issues using function worker as separate node
URL: https://github.com/apache/pulsar/issues/5519#issuecomment-549337184
 
 
   I think the main problem comes from: 
   
   ```
   Nov 01 12:12:57 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[8351]: 12:12:57.482 [ProcessThread(sid:3 cport:-1):] INFO  org.apache.zookeeper.server.PrepRequestProcessor - Got user-level KeeperException when processing sessionid:0x1054963969b0000 type:delete cxid:0xfdf6 zxid:0x4900006cb3 txntype:-1 reqpath:n/a Error Path:/ledgers/00/0008 Error:KeeperErrorCode = Directory not empty for /ledgers/00/0008
   Nov 01 12:12:57 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[8351]: 12:12:57.503 [ProcessThread(sid:3 cport:-1):] INFO  org.apache.zookeeper.server.PrepRequestProcessor - Got user-level KeeperException when processing sessionid:0x305496394510002 type:delete cxid:0xf94d zxid:0x4900006cb5 txntype:-1 reqpath:n/a Error Path:/ledgers/00/0008 Error:KeeperErrorCode = Directory not empty for /ledgers/00/0008
   Nov 01 12:12:57 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[8351]: 12:12:57.530 [ProcessThread(sid:3 cport:-1):] INFO  org.apache.zookeeper.server.PrepRequestProcessor - Got user-level KeeperException when processing sessionid:0x305496394510002 type:delete cxid:0xf950 zxid:0x4900006cb8 txntype:-1 reqpath:n/a Error Path:/ledgers/00/0008 Error:KeeperErrorCode = Directory not empty for /ledgers/00/0008
   Nov 01 12:12:57 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[8351]: 12:12:57.554 [ProcessThread(sid:3 cport:-1):] INFO  org.apache.zookeeper.server.PrepRequestProcessor - Got user-level KeeperException when processing sessionid:0x305496394510002 type:delete cxid:0xf953 zxid:0x4900006cbb txntype:-1 reqpath:n/a Error Path:/ledgers/00/0008 Error:KeeperErrorCode = Directory not empty for /ledgers/00/0008
   Nov 01 12:12:57 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[8351]: 12:12:57.580 [ProcessThread(sid:3 cport:-1):] INFO  org.apache.zookeeper.server.PrepRequestProcessor - Got user-level KeeperException when processing sessionid:0x1054963969b0000 type:delete cxid:0xfdfa zxid:0x4900006cbf txntype:-1 reqpath:n/a Error Path:/ledgers/00/0008 Error:KeeperErrorCode = Directory not empty for /ledgers/00/0008
   Nov 01 12:12:57 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[8351]: 12:12:57.600 [ProcessThread(sid:3 cport:-1):] INFO  org.apache.zookeeper.server.PrepRequestProcessor - Got user-level KeeperException when processing sessionid:0x1054963969b0000 type:delete cxid:0xfdfc zxid:0x4900006cc1 txntype:-1 reqpath:n/a Error Path:/ledgers/00/0008 Error:KeeperErrorCode = Directory not empty for /ledgers/00/0008
   Nov 01 12:12:57 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[8351]: 12:12:57.623 [ProcessThread(sid:3 cport:-1):] INFO  org.apache.zookeeper.server.PrepRequestProcessor - Got user-level KeeperException when processing sessionid:0x305496394510002 type:delete cxid:0xf956 zxid:0x4900006cc4 txntype:-1 reqpath:n/a Error Path:/ledgers/00/0008 Error:KeeperErrorCode = Directory not empty for /ledgers/00/0008
   Nov 01 12:14:53 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[8351]: 12:14:53.305 [ProcessThread(sid:3 cport:-1):] INFO  org.apache.zookeeper.server.PrepRequestProcessor - Got user-level KeeperException when processing sessionid:0x1054b6c97d10006 type:create cxid:0x1 zxid:0x4900006cda txntype:-1 reqpath:n/a Error Path:/pulsar/functions Error:KeeperErrorCode = NodeExists for /pulsar/functions
   ```
   
   I got it again today, on a ZK node. 
   
   The broker configured timeout for ZK is 30s, but when I got the exception of sessiontimeout, it's instant, there is no 30s waited to throw the exception.

----------------------------------------------------------------
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