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/05/15 00:00:59 UTC

[GitHub] [pulsar] merlimat opened a new pull request #10594: Fixed missed ZK caching when fetching list of namespaces for a tenant

merlimat opened a new pull request #10594:
URL: https://github.com/apache/pulsar/pull/10594


   ### Motivation
   
   The ZK reads triggered by the "get namespaces of a tenant" admin operation are being issued directly on the ZK client and therefore are not getting cached by brokers.
   
   This change is only for 2.7 branch. The issue is not present in current master since the code was already ported to use MetadataStore API.


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



[GitHub] [pulsar] merlimat merged pull request #10594: Fixed missed ZK caching when fetching list of namespaces for a tenant

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #10594:
URL: https://github.com/apache/pulsar/pull/10594


   


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