yuqi1129 commented on issue #9863: URL: https://github.com/apache/gravitino/issues/9863#issuecomment-3839755710
@danhuawang The cause is that we have adopt the tree lock mechanism in Gravitino, when we try to create a table, write lock will be used on `schema` node. In our tests, many threads will wait for lock acquisition and thus cause the time is quite long. For IRC, there is no lock mechanism in our IRC. -- 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]
