Shawyeok commented on PR #20363:
URL: https://github.com/apache/pulsar/pull/20363#issuecomment-1567977600

   This patch was aimed to fix #14779, which I reproduced in my environment 
based on the `2.8.1` codebase. After following @Technoboy's suggestion to write 
a reproduction test in the master branch, I realized that #11198 uses zk 
persistent watches, which should also fix #14779.
   
   However, in theory, there is a chance that the new cursor watcher event is 
not triggered before `MetadataStore#getChildren` gets called on other brokers. 
In such cases, this patch also works effectively.


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