zjureel commented on PR #309: URL: https://github.com/apache/flink-table-store/pull/309#issuecomment-1272232503
Hi @JingsongLi I create this new PR for [FLINK-29345](https://issues.apache.org/jira/browse/FLINK-29345?jql=project%20%3D%20FLINK%20AND%20component%20%3D%20%22Table%20Store%22%20AND%20text%20~%20%22Too%20many%22). I find the `ThreadLocalClassLoaderConfiguration` in `OrcBulkWriterFactory` can't be removed while it is used to avoid classloader leaks and the detail is in the docs of `ThreadLocalClassLoaderConfiguration`. I have created `writerConf` and `readerConf` of `org.apache.hadoop.conf.Configuration` and reuse them in createReaderFactory and createWriterFactory -- 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]
