BewareMyPower opened a new issue, #20610: URL: https://github.com/apache/pulsar/issues/20610
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Example failure https://github.com/BewareMyPower/pulsar/actions/runs/5309629850/attempts/2 ### Exception stacktrace <!-- copy-paste the stack trace in the code block below --> ``` 2023-06-19T13:14:44.8868295Z [ERROR] org.apache.pulsar.tests.integration.loadbalance.ExtensibleLoadManagerTest.testAntiaffinityPolicy Time elapsed: 40.002 s <<< FAILURE! 2023-06-19T13:14:44.8869820Z org.testng.internal.thread.ThreadTimeoutException: Method org.apache.pulsar.tests.integration.loadbalance.ExtensibleLoadManagerTest.testAntiaffinityPolicy() didn't finish within the time-out 40000 2023-06-19T13:14:44.8870795Z at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) 2023-06-19T13:14:44.8873449Z at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) 2023-06-19T13:14:44.8874567Z at [email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1866) 2023-06-19T13:14:44.8875386Z at [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463) 2023-06-19T13:14:44.8878108Z at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434) 2023-06-19T13:14:44.8878761Z at [email protected]/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1939) 2023-06-19T13:14:44.8879489Z at [email protected]/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2095) 2023-06-19T13:14:44.8880139Z at app//org.apache.pulsar.client.admin.internal.BaseResource.sync(BaseResource.java:342) 2023-06-19T13:14:44.8919993Z at app//org.apache.pulsar.client.admin.internal.LookupImpl.lookupPartitionedTopic(LookupImpl.java:65) 2023-06-19T13:14:44.8921419Z at app//org.apache.pulsar.tests.integration.loadbalance.ExtensibleLoadManagerTest.testAntiaffinityPolicy(ExtensibleLoadManagerTest.java:283) 2023-06-19T13:14:44.8922379Z at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2023-06-19T13:14:44.8923095Z at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 2023-06-19T13:14:44.8925263Z at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2023-06-19T13:14:44.8926034Z at [email protected]/java.lang.reflect.Method.invoke(Method.java:568) 2023-06-19T13:14:44.8926901Z at app//org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139) 2023-06-19T13:14:44.8928236Z at app//org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:47) 2023-06-19T13:14:44.8928890Z at app//org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:76) 2023-06-19T13:14:44.8929473Z at app//org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11) 2023-06-19T13:14:44.8929977Z at [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264) 2023-06-19T13:14:44.8930484Z at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 2023-06-19T13:14:44.8931232Z at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 2023-06-19T13:14:44.8931664Z at [email protected]/java.lang.Thread.run(Thread.java:833) ``` ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
