yuqi1129 opened a new issue, #11040: URL: https://github.com/apache/gravitino/issues/11040
### What would you like to be improved? In the Iceberg catalog path, concurrent schema/table import can fail in multi-node deployments when another node has already imported the same entity into Gravitino `EntityStore`. ### How should we improve? Make concurrent import idempotent by reusing the existing Gravitino entity when `EntityAlreadyExistsException` is raised during import, instead of failing the request. -- 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]
