youngyjd opened a new pull request, #8880: URL: https://github.com/apache/gravitino/pull/8880
### What changes were proposed in this pull request? Scope locking down from schema-level to a fileset-level write lock during fileset creation. This allows multiple filesets to be created concurrently within the same schema and should improve create-fileset throughput. ### Why are the changes needed? The schema-wide lock serialized all creations within a schema, becoming a bottleneck. Using a per-fileset write lock reduces contention and increases parallelism. Note: this is a performance–consistency trade-off; during active writes, listing operations may briefly return incomplete results until creations commit. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? manual testing -- 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]
