Davidhua1996 opened a new issue #1506: URL: https://github.com/apache/incubator-linkis/issues/1506
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement. ### Problem Description When a third party system which using the metadata service wants to get the properties of a partitioned table, it will cannot find a suitable interface because the operation is not clearly defined in MetadataDbService, and also the third party system maybe occur an exception in connecting metadata because the old connection cache will not be cleaned up during the progress of reloading service class-loader. It is recommended to optimize those above. ### Description _No response_ ### Use case _No response_ ### solutions Complete the MetadataDbService interface, and then clean up the cache actively in the initialization method ### Anything else _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
