vincentjames501 commented on issue #2002:
URL: 
https://github.com/apache/shardingsphere-elasticjob/issues/2002#issuecomment-948091085


   Once I turned on debug logging I saw this:
   
   ```
   java.io.IOException: Xid out of order. Got Xid 125 with err -6 expected Xid 
123 for a packet with details: clientPath:null serverPath:null finished:false 
header:: 123,14  replyHeader:: 0,0,-4  request:: 
org.apache.zookeeper.MultiOperationRecord@f7144ff5 response:: 
org.apache.zookeeper.MultiResponse@0
   ...
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:555)
   DEBUG [Curator-ConnectionStateManager-0] (RetryLoopImpl.java:73) - 
Retry-able exception received
   org.apache.zookeeper.KeeperException$ConnectionLossException: 
KeeperErrorCode = ConnectionLoss for 
/my-jobs/MyJob/instances/172.21.32.12@-@48422
   ...
   
   ERROR [main-EventThread] (CuratorFrameworkImpl.java:724) - Background 
operation retry gave up
   org.apache.zookeeper.KeeperException$ConnectionLossException: 
KeeperErrorCode = ConnectionLoss
   ```
   
   I was using docker image `confluentinc/cp-zookeeper:6.2.1`. I'm not sure 
why, but it doesn't seem to work. I installed and ran zookeeper via homebrew 
and now is working fine. I haven't dug too much but I suspect a version 
mismatch or a docker networking issue.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to