devinbost commented on issue #7911: URL: https://github.com/apache/pulsar/issues/7911#issuecomment-681157405
When I try to lookup the problematic topic, I get a timeout as well: ``` root@server26:/pulsar# bin/pulsar-admin topics lookup persistent://public/default/canary null Reason: java.util.concurrent.TimeoutException ``` However, if I lookup topics in that same namespace that don't actually exist, instead of getting timeouts, I get actual servers in the cluster. ``` root@server26:/pulsar# bin/pulsar-admin topics lookup persistent://public/default/canary89000 "pulsar+ssl://server25.mydomain.com:6651" root@server26:/pulsar# bin/pulsar-admin topics lookup persistent://public/default/canary8900 "pulsar+ssl://server28.mydomain.com:6651" root@server26:/pulsar# bin/pulsar-admin topics lookup persistent://public/default/canary8900 "pulsar+ssl://server28.mydomain.com:6651" root@server26:/pulsar# bin/pulsar-admin topics lookup persistent://public/default/canary890 "pulsar+ssl://server26.mydomain.com:6651" root@server26:/pulsar# bin/pulsar-admin topics lookup persistent://public/default/canary89 "pulsar+ssl://server28.mydomain.com:6651" ``` ---------------------------------------------------------------- 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: [email protected]
