nodece commented on issue #20610:
URL: https://github.com/apache/pulsar/issues/20610#issuecomment-1598053395
broker log:
```
2023-06-19T18:10:07,441+0000 [CompletableFutureDelayScheduler] INFO
org.eclipse.jetty.server.RequestLog - 172.19.0.1 - - [19/Jun/2023:18:10:07
+0000] "GET
/lookup/v2/topic/persistent/my-tenant/my-ns-filter-anti-affinity-enabled-0/topic-partition-3
HTTP/1.1" 500 771 "-" "Pulsar-Java-v3.1.0-SNAPSHOT" 212
2023-06-19T18:10:07,445+0000 [CompletableFutureDelayScheduler] INFO
org.eclipse.jetty.server.RequestLog - 172.19.0.1 - - [19/Jun/2023:18:10:07
+0000] "GET
/lookup/v2/topic/persistent/my-tenant/my-ns-filter-anti-affinity-enabled-0/topic-partition-13
HTTP/1.1" 500 771 "-" "Pulsar-Java-v3.1.0-SNAPSHOT" 204
2023-06-19T18:10:07,447+0000 [CompletableFutureDelayScheduler] INFO
org.eclipse.jetty.server.RequestLog - 172.19.0.1 - - [19/Jun/2023:18:10:07
+0000] "GET
/lookup/v2/topic/persistent/my-tenant/my-ns-filter-anti-affinity-enabled-0/topic-partition-12
HTTP/1.1" 500 771 "-" "Pulsar-Java-v3.1.0-SNAPSHOT" 144
2023-06-19T18:10:07,448+0000 [CompletableFutureDelayScheduler] INFO
org.eclipse.jetty.server.RequestLog - 172.19.0.1 - - [19/Jun/2023:18:10:07
+0000] "GET
/lookup/v2/topic/persistent/my-tenant/my-ns-filter-anti-affinity-enabled-0/topic-partition-4
HTTP/1.1" 500 771 "-" "Pulsar-Java-v3.1.0-SNAPSHOT" 137
2023-06-19T18:10:07,449+0000 [CompletableFutureDelayScheduler] WARN
org.apache.pulsar.broker.loadbalance.extensions.channel.ServiceUnitStateChannelImpl
- Failed to getOwner for
serviceUnit:my-tenant/my-ns-filter-anti-affinity-enabled-0/0x00000000_0xffffffff
java.util.concurrent.TimeoutException: null
at
java.util.concurrent.CompletableFuture$Timeout.run(CompletableFuture.java:2874)
~[?:?]
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
~[?:?]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
~[?:?]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
2023-06-19T18:10:08,062+0000 [broker-client-shared-timer-9-1] INFO
org.apache.pulsar.client.impl.ConnectionHandler -
[non-persistent://pulsar/system/loadbalancer-top-bundles-load-data]
[MultiLoadManagerTest-a57f551f-538d-4828-b024-e76f7871fe18-0-8] Reconnecting
after connection was closed
```
--
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]