jerryshao commented on PR #2873:
URL: https://github.com/apache/gravitino/pull/2873#issuecomment-2530716290

   I think you can do some fine-grained access control for the lock scope, 
rather than blindly wrapping the whole logic into one lock. For example, like 
"load fileset", you only need to lock the `doWithCatalog` operation, no need to 
lock the whole logic. For "create fileset", you can lock the catalog for 
property validation, and again lock the fileset for fileset creation. Can you 
please carefully check the code, and optimize them as possible as you can.
   
   


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