You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also found this problem. The problem is that the tables in the SingleRuleConfiguration object created in the getMissedDefaultRuleBuilderMap method in DatabaseRulesBuilder are empty and have no data. Then, in the loadSpecifiedDataNode in the loadSpecifiedDataNodes method in SingleTableDataNodeLoader, it ends as indicated by the arrow in Figure 1. I tried to comment out if (!singleNode.isEmpty()) { in loadSpecifiedDataNodes in Figure 2 and replace the original singleNode object with entry.getValue() and put it in.
Question
Which version of ShardingSphere did you use?
5.5.2-SNAPSHOT f84f01a
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-Proxy
Expected behavior
When there are tables in the metadata in memory, the schema/tables in Zookeeper should also have table nodes.
Actual behavior
The text was updated successfully, but these errors were encountered: