zjcnb commented on a change in pull request #15020:
URL: https://github.com/apache/shardingsphere/pull/15020#discussion_r791311937
##########
File path:
shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-provider/shardingsphere-db-discovery-mgr/src/main/java/org/apache/shardingsphere/dbdiscovery/mgr/MGRDatabaseDiscoveryType.java
##########
@@ -114,6 +116,27 @@ private void checkIsSinglePrimaryMode(final Statement
statement) throws SQLExcep
}
}
+ private void checkDataSourceInReplicationGroup(final Statement statement,
final Map<String, DataSource> dataSourceMap) throws SQLException {
+ List<String> memberDataSourceURLs = new ArrayList<>();
Review comment:
Ok, i will adjust.
--
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]