You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/20 08:29:11 UTC

[GitHub] [pulsar] shibd commented on issue #15091: Flaky-test: org.apache.pulsar.metadata.LockManagerTest updateValueWhenKeyDisappears flakes

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org