Comven opened a new issue #3963: ActualDataNodes must be configured if want to 
shard tables for logicTable xxxx
URL: https://github.com/apache/incubator-shardingsphere/issues/3963
 
 
   When I update the version from 4.0.0-RC2 to 4.0.0 releaseļ¼Œ it  throw this 
exception on start.
   I found that the exception happend on class of TableRule at the method 
checkRule
   ``
       private void checkRule(final List<String> dataNodes) {
           if (isEmptyDataNodes(dataNodes) && null != tableShardingStrategy && 
!(tableShardingStrategy instanceof NoneShardingStrategy)) {
               throw new ShardingConfigurationException("ActualDataNodes must 
be configured if want to shard tables for logicTable [%s]", logicTable);
           }
       }
   ``
   Is this right?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to