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: [email protected]

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


Reply via email to