frank-montyne commented on issue #10263: URL: https://github.com/apache/pulsar/issues/10263#issuecomment-823210500
If I add a retry is there a way to know that I got the exception due to the fact that the cache was not up to date yet? If not how can I discriminate between a real error and a cache problem? On Tue, Apr 20, 2021 at 3:58 AM Marvin Cai ***@***.***> wrote: > We're relying on Zookeeper watch to invalidate cache entry and refetch, so > that delay is inevitable. > We might able to invalidate entry in cache before delete/update in > Zookeeper, but currently metadata store is not aware of all the caches, so > that'll be non trivial work and not sure how much value it brings. > Could use a second opinion here. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/apache/pulsar/issues/10263#issuecomment-822913298>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ACJKQL5JCJIOAVFOMWJUGQ3TJTNS3ANCNFSM43FNPO6A> > . > -- 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: [email protected]
