yuqi1129 opened a new issue, #7771: URL: https://github.com/apache/gravitino/issues/7771
### What would you like to be improved? Currently, there are the following issues present in fileset catalog: - Unclosed file system instances. Repeatedly creating file system instances will take much resources, we'd better find a way to solve it - Redundant operation of the single-file logic check. ### How should we improve? We can take the following steps to address the issue mentioned above. - Split `FileSystemProvider` and do not share it between Gravitino client and Gravitino server - Introduce a cache system to reuse `FileSystem` instances. - Remove single-file check logic. -- 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]
