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 2021/06/23 21:25:41 UTC

[GitHub] [pulsar] lhotari edited a comment on issue #11032: Flaky-test: ZKSessionTest.testReacquireLeadershipAfterSessionLost

lhotari edited a comment on issue #11032:
URL: https://github.com/apache/pulsar/issues/11032#issuecomment-867169921


   [another failure in testReacquireLocksAfterSessionLost method](https://github.com/apache/pulsar/pull/11026/checks?check_run_id=2898206737#step:9:6817)
   
   ```
   Error:  Tests run: 6, Failures: 1, Errors: 0, Skipped: 3, Time elapsed: 75.825 s <<< FAILURE! - in org.apache.pulsar.metadata.ZKSessionTest
   Error:  testReacquireLocksAfterSessionLost(org.apache.pulsar.metadata.ZKSessionTest)  Time elapsed: 24.543 s  <<< FAILURE!
   java.util.concurrent.CompletionException: org.apache.pulsar.metadata.api.MetadataStoreException: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /key-1455163628288
   	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331)
   	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346)
   	at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:777)
   	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
   	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088)
   	at org.apache.pulsar.metadata.impl.ZKMetadataStore.lambda$storeDelete$21(ZKMetadataStore.java:277)
   	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
   	at java.base/java.lang.Thread.run(Thread.java:829)
   Caused by: org.apache.pulsar.metadata.api.MetadataStoreException: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /key-1455163628288
   	at org.apache.pulsar.metadata.impl.ZKMetadataStore.getException(ZKMetadataStore.java:314)
   	... 5 more
   Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /key-1455163628288
   	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   	at org.apache.pulsar.metadata.impl.ZKMetadataStore.getException(ZKMetadataStore.java:304)
   	... 5 more
   ```


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