lhotari commented on issue #23389:
URL: https://github.com/apache/pulsar/issues/23389#issuecomment-2569655321

   Logs uploaded to 
https://gist.github.com/lhotari/8eb64203e95a352631957199b3d19420
   
   In 
https://gist.githubusercontent.com/lhotari/8eb64203e95a352631957199b3d19420/raw/7e9a48fb45e24d1ce3b91dc9ab944bf80841ccd1/org.apache.pulsar.broker.service.ZkSessionExpireTest-output.txt
   There are log lines such as these ones before the test failure:
   ```
   2025-01-03T16:47:20,293 - WARN  - 
[ForkJoinPool.commonPool-worker-1:BrokerService] - Namespace bundle for topic 
(persistent://public/default/tp-699e52dc-c940-484b-93b9-80d97d71fd03) not 
served by this instance:localhost:40793. Please redo the lookup. Request is 
denied: namespace=public/default
   2025-01-03T16:47:20,394 - WARN  - 
[ForkJoinPool.commonPool-worker-1:BrokerService] - Namespace bundle for topic 
(persistent://public/default/tp-699e52dc-c940-484b-93b9-80d97d71fd03) not 
served by this instance:localhost:40793. Please redo the lookup. Request is 
denied: namespace=public/default
   2025-01-03T16:47:20,494 - WARN  - 
[ForkJoinPool.commonPool-worker-1:BrokerService] - Namespace bundle for topic 
(persistent://public/default/tp-699e52dc-c940-484b-93b9-80d97d71fd03) not 
served by this instance:localhost:40793. Please redo the lookup. Request is 
denied: namespace=public/default
   2025-01-03T16:47:20,595 - WARN  - 
[ForkJoinPool.commonPool-worker-1:BrokerService] - Namespace bundle for topic 
(persistent://public/default/tp-699e52dc-c940-484b-93b9-80d97d71fd03) not 
served by this instance:localhost:40793. Please redo the lookup. Request is 
denied: namespace=public/default
   2025-01-03T16:47:20,695 - WARN  - 
[ForkJoinPool.commonPool-worker-1:BrokerService] - Namespace bundle for topic 
(persistent://public/default/tp-699e52dc-c940-484b-93b9-80d97d71fd03) not 
served by this instance:localhost:40793. Please redo the lookup. Request is 
denied: namespace=public/default
   !!!!!!!!! FAILURE-- [TestClass name=class 
org.apache.pulsar.broker.service.ZkSessionExpireTest].testTopicUnloadAfterSessionRebuild([true,
 class 
org.apache.pulsar.broker.service.NetworkErrorTestBase$PreferBrokerModularLoadManager])-------
   org.awaitility.core.ConditionTimeoutException: Assertion condition expected 
[true] but found [false] within 10 seconds.
        at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
        at 
org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
        at 
org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
        at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985)
        at 
org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:769)
        at 
org.apache.pulsar.broker.service.ZkSessionExpireTest.testTopicUnloadAfterSessionRebuild(ZkSessionExpireTest.java:161)
        at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at 
org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
        at 
org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:47)
        at 
org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:76)
        at 
org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base/java.lang.Thread.run(Thread.java:1583)
   Caused by: java.lang.AssertionError: expected [true] but found [false]
        at org.testng.Assert.fail(Assert.java:110)
        at org.testng.Assert.failNotEquals(Assert.java:1577)
        at org.testng.Assert.assertTrue(Assert.java:56)
        at org.testng.Assert.assertTrue(Assert.java:66)
        at 
org.apache.pulsar.broker.service.ZkSessionExpireTest.lambda$testTopicUnloadAfterSessionRebuild$5(ZkSessionExpireTest.java:163)
        at 
org.awaitility.core.AssertionCondition.lambda$new$0(AssertionCondition.java:53)
        at 
org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:248)
        at 
org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:235)
        ... 4 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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to