yuqi1129 opened a new issue, #9875:
URL: https://github.com/apache/gravitino/issues/9875

   ### What would you like to be improved?
   
   According to the test in #9862 and #9863, the performance of tree lock in 
some write cases are rather low. The root cause is that on concurrent write 
scenario, many threads are racing to get out of the lock of a specific node, 
and only one of them will succeed, then most of them will be blocked and wait.
   
   ### How should we improve?
   
   Try to optimize the performance ofthe tree lock 


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