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/02 15:12:01 UTC

[GitHub] [pulsar] rudy2steiner commented on issue #7604: [Rest admin api] 'Get message by its messageId' throw exception when the broker asked is not the good one

rudy2steiner commented on issue #7604:
URL: https://github.com/apache/pulsar/issues/7604#issuecomment-667686149


   Do you meet the same exception: 
   ```
   Namespace bundle for topic (persistent://mytenant/myns/mytopic) not served by this instance. Please redo the lookup. Request is denied: namespace=mytenant/myns
   ```
   on both getLastMessageId and getMessageById command? @Mefl 
   
   As I know, getLastMessageId command on v2 has checked topic namespace ownership and redirect to the right broker. but getMessageById missing the check logic may cause the exception. 
   @jiazhai I'm new to pulsar, it's ok to guide me if i have misunderstood on the issue.
   


----------------------------------------------------------------
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