childewuque commented on issue #10938:
URL:
https://github.com/apache/shardingsphere/issues/10938#issuecomment-867317240
I test and debug the project by configging one logic table at
actual-data-nodes now,the 5.0.0-beta version problem still exists.
FederateSchemaMetadata.java
private void initTables(ShardingSphereMetaData metaData) throws
SQLException {
Collection<DataNodeContainedRule> dataNodeRules =
this.getDataNodeContainedRules(metaData);
Map<String, Collection<DataNode>> tableDataNodes =
this.getTableDataNodes(dataNodeRules);
Map<String, Collection<String>> dataSourceRules =
this.getDataSourceRules(metaData);
Iterator var5 = tableDataNodes.entrySet().iterator(); // blocked
here
more ideas?
And may Shardingsphere-jdbc only init logic tables and broadcast?
--
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]