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 2020/08/26 22:32:30 UTC

[GitHub] [pulsar] devinbost edited a comment on issue #7911: Unable to produce to specific topic in /public/default after upgrading to 2.6.1

devinbost edited a comment 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/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:
users@infra.apache.org