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 2021/08/03 01:55:33 UTC

[GitHub] [pulsar] BewareMyPower commented on issue #11532: Pulsar 2.7.0+ KOP 2.7.2.x getPartitionedTopicMetadata timeout

BewareMyPower commented on issue #11532:
URL: https://github.com/apache/pulsar/issues/11532#issuecomment-891449912


   Can you query the partitions number using `pulsar-admin`?
   
   It looks like the request stuck at `validateGlobalNamespaceOwnership`, which eventually calls
   
   ```java
   pulsarService.getConfigurationCache().policiesCache().getAsync(path).thenAccept(policiesResult -> {
   ```
   
   but the `getAsync` call timed out.
   
   I think restarting the broker could solve the problem because cache will be refreshed, but what cause it is still to be figured out. Could you give some help? @codelipenghui 


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org