sandynz opened a new pull request #15126: URL: https://github.com/apache/shardingsphere/pull/15126
Changes proposed in this pull request: - Replace `dataSourceFactory.newInstance` to `dataSourceManager.getDataSource` in incremental dumper, make sure data source will be released later - Replace `dataSourceFactory.newInstance` to `dataSourceManager.getDataSource` in WalEventConverter, make sure data source will be released later - Replace `dataSourceFactory.newInstance` to `dataSourceManager.getDataSource` in DataSourcePreparer, reduce connnection creation and destroy - Refactor dataSourceManager for job preparer - Refactor resetTargetTable -- 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]
