david-streamlio commented on issue #6309: Attempting to use token 
authentication in pulsar standalone causes it to exit
URL: https://github.com/apache/pulsar/issues/6309#issuecomment-585495188
 
 
   FWIW, the error in the attached log is related to ZK.
   
   13:58:24.305 [Curator-LeaderSelector-0] ERROR 
org.apache.curator.framework.recipes.leader.LeaderSelector - The leader threw 
an exception
   java.lang.InterruptedException: null
        at java.lang.Object.wait(Native Method) ~[?:1.8.0_242]
        at java.lang.Object.wait(Object.java:502) ~[?:1.8.0_242]
        at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1529) 
~[org.apache.pulsar-pulsar-zookeeper-2.5.0.jar:2.5.0]
        at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1512) 
~[org.apache.pulsar-pulsar-zookeeper-2.5.0.jar:2.5.0]
        at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:1791) 
~[org.apache.pulsar-pulsar-zookeeper-2.5.0.jar:2.5.0]
        at 
org.apache.curator.framework.imps.DeleteBuilderImpl$5.call(DeleteBuilderImpl.java:274)
 ~[org.apache.curator-curator-framework-4.0.1.jar:4.0.1]
        at 
org.apache.curator.framework.imps.DeleteBuilderImpl$5.call(DeleteBuilderImpl.java:268)
 ~[org.apache.curator-curator-framework-4.0.1.jar:4.0.1]
        at 
org.apache.curator.connection.StandardConnectionHandlingPolicy.callWithRetry(StandardConnectionHandlingPolicy.java:64)
 ~[org.apache.curator-curator-client-4.0.1.jar:?]
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:100) 
~[org.apache.curator-curator-client-4.0.1.jar:?]
        at 
org.apache.curator.framework.imps.DeleteBuilderImpl.pathInForeground(DeleteBuilderImpl.java:265)
 ~[org.apache.curator-curator-framework-4.0.1.jar:4.0.1]
        at 
org.apache.curator.framework.imps.DeleteBuilderImpl.forPath(DeleteBuilderImpl.java:249)
 ~[org.apache.curator-curator-framework-4.0.1.jar:4.0.1]
        at 
org.apache.curator.framework.imps.DeleteBuilderImpl.forPath(DeleteBuilderImpl.java:34)
 ~[org.apache.curator-curator-framework-4.0.1.jar:4.0.1]
        at 
org.apache.curator.framework.recipes.locks.LockInternals.deleteOurPath(LockInternals.java:347)
 ~[org.apache.curator-curator-recipes-4.0.1.jar:4.0.1]
        at 
org.apache.curator.framework.recipes.locks.LockInternals.releaseLock(LockInternals.java:124)
 ~[org.apache.curator-curator-recipes-4.0.1.jar:4.0.1]
        at 
org.apache.curator.framework.recipes.locks.InterProcessMutex.release(InterProcessMutex.java:154)
 ~[org.apache.curator-curator-recipes-4.0.1.jar:4.0.1]
        at 
org.apache.curator.framework.recipes.leader.LeaderSelector.doWork(LeaderSelector.java:449)
 [org.apache.curator-curator-recipes-4.0.1.jar:4.0.1]
        at 
org.apache.curator.framework.recipes.leader.LeaderSelector.doWorkLoop(LeaderSelector.java:466)
 [org.apache.curator-curator-recipes-4.0.1.jar:4.0.1]
        at 
org.apache.curator.framework.recipes.leader.LeaderSelector.access$100(LeaderSelector.java:65)
 [org.apache.curator-curator-recipes-4.0.1.jar:4.0.1]
        at 
org.apache.curator.framework.recipes.leader.LeaderSelector$2.call(LeaderSelector.java:246)
 [org.apache.curator-curator-recipes-4.0.1.jar:4.0.1]
        at 
org.apache.curator.framework.recipes.leader.LeaderSelector$2.call(LeaderSelector.java:240)
 [org.apache.curator-curator-recipes-4.0.1.jar:4.0.1]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
[?:1.8.0_242]
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
[?:1.8.0_242]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
[?:1.8.0_242]
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_242]
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_242]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to