zhangpan-soft opened a new issue, #22933: URL: https://github.com/apache/shardingsphere/issues/22933
## Bug Report During the initial loading of sharding, if the initial loading is multi-threaded and SQL queries are executed under multiple threads at the same time, class loading will be performed, including Parser classes, javax packages, etc However, because it is multithreaded at this time, multiple threads will load classes, which will result in concurrent loading errors, and the classes cannot be loaded correctly, resulting in the inability of all sharding supported sql to run. jdk version: 11 sharding-jdbc version: 4.0.1 -- 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]
