zt9788 opened a new issue #13830: URL: https://github.com/apache/shardingsphere/issues/13830
shardingsphere5.0 I Create two DataSource use the `ShardingSphereDataSourceFactory.createDataSource` set mode=Standalone,File When start programe again that will be load twice pool like: fisrt time: ``` //create one HikariPool 1... HikariPool 2... //create two HikariPool 3 HikariPool 4 ``` When I restart program: ``` //create one HikariPool 1 HikariPool 2 HikariPool 3 HikariPool 4 //create two HikariPool 5 ...8 ``` I see the `StandaloneContextManagerBuilder` will load MetaData and then to load two dataSource once . I do not kown ,this is right? -- 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]
