sunbufu commented on issue #2601: Verify the shardingRule at the beginning URL: https://github.com/apache/incubator-shardingsphere/issues/2601#issuecomment-529176287 I think we should check dataNode's dataSourceName and tableName to judge dataNode is legal or not. For dataSourceName, we can try to get dataSourceMeta from `DataSourceMetas.dataSourceMetaDataMap` with `RoutingUnit.dataSourceName`. For tableName, can i call `TableMetas.containsTable()` with `RoutingUnit.tableUnits.actualTableName` ?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
