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

   After a discussion with @Shawyeok I learned that it's about two broker node 
that:
   
   1. Broker 1 has cache for topic znode.
   2. Broker 1 switches to a different topic, delete the topic znode but forget 
to clear the children cache.
   3. Broker 2 create the topic znode and cursor child znode
   4. Broker 1 switches back to the original topic. It doesn't set watches or 
perform put cursor znode by itself so the child cache is still empty (not 
uninit).


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