shibd commented on issue #15091:
URL: https://github.com/apache/pulsar/issues/15091#issuecomment-1103615042

   Sorry for the late response, I checked the code, and there is a problem.
   
   The essential reason for #13911 is that two threads execute the refresh 
method concurrently. In PR #13911 change, it doesn't completely solve the 
problem, just avoid concurrent access by threads.
   
   I looked at the history commits,  #14283 concurrent access is solved by 
direct locking.
   
   So, we can revert this commit.
   


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