git-hulk commented on issue #2520:
URL: https://github.com/apache/kvrocks/issues/2520#issuecomment-2327976780

   @fstd2 Thanks for your detailed information. 
   
   I generally know the root cause based on your information. The reason is 
that all namespaces are stored inside the instance memory, and the replica 
instance will reload namespaces if it got a namespace event from the 
replication batch.
   
   So for the full sync scenario, it won't get any namespace event, and then it 
won't reload namespaces from DB. And that's why they are visible again once you 
do any operation to namespaces. 


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