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 2022/09/08 00:48:26 UTC

[GitHub] [pulsar] codelipenghui opened a new issue, #17530: Flaky-test: AdminApi2Test.cleanup

codelipenghui opened a new issue, #17530:
URL: https://github.com/apache/pulsar/issues/17530

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Example failure
   
   https://github.com/apache/pulsar/runs/8238194308?check_suite_focus=true
   
   ### Exception stacktrace
   
   ```
     Error:  Tests run: 80, Failures: 1, Errors: 0, Skipped: 12, Time elapsed: 787.544 s <<< FAILURE! - in org.apache.pulsar.broker.admin.AdminApi2Test
     Error:  cleanup(org.apache.pulsar.broker.admin.AdminApi2Test)  Time elapsed: 12.167 s  <<< FAILURE!
     java.util.concurrent.CompletionException: org.apache.pulsar.metadata.api.MetadataStoreException$NotFoundException: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /loadbalance/leader
     	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
     	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
     	at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:781)
     	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
     	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
     	at org.apache.pulsar.metadata.impl.ZKMetadataStore.handleDeleteResult(ZKMetadataStore.java:279)
     	at org.apache.pulsar.metadata.impl.ZKMetadataStore.lambda$batchOperation$6(ZKMetadataStore.java:191)
     	at org.apache.zookeeper.MockZooKeeper.multi(MockZooKeeper.java:1009)
     	at org.apache.pulsar.metadata.impl.ZKMetadataStore.batchOperation(ZKMetadataStore.java:165)
     	at org.apache.pulsar.metadata.impl.batching.AbstractBatchedMetadataStore.flush(AbstractBatchedMetadataStore.java:117)
     	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
     	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
     	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
     	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
     	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
     	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
     	at java.base/java.lang.Thread.run(Thread.java:833)
     Caused by: org.apache.pulsar.metadata.api.MetadataStoreException$NotFoundException: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /loadbalance/leader
     	at org.apache.pulsar.metadata.impl.ZKMetadataStore.getException(ZKMetadataStore.java:445)
     	... 12 more
     Caused by: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /loadbalance/leader
     	at org.apache.zookeeper.KeeperException.create(KeeperException.java:118)
     	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
     	at org.apache.pulsar.metadata.impl.ZKMetadataStore.getException(ZKMetadataStore.java:439)
     	... 12 more
   ```
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] Technoboy- closed issue #17530: Flaky-test: AdminApi2Test.cleanup

Posted by GitBox <gi...@apache.org>.
Technoboy- closed issue #17530: Flaky-test: AdminApi2Test.cleanup
URL: https://github.com/apache/pulsar/issues/17530


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] github-actions[bot] commented on issue #17530: Flaky-test: AdminApi2Test.cleanup

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #17530:
URL: https://github.com/apache/pulsar/issues/17530#issuecomment-1272198723

   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org