You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/01/14 02:22:45 UTC

[GitHub] [incubator-shardingsphere] Comven opened a new issue #3963: ActualDataNodes must be configured if want to shard tables for logicTable xxxx

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] happy89lgk commented on issue #3963: ActualDataNodes must be configured if want to shard tables for logicTable xxxx

Posted by GitBox <gi...@apache.org>.
happy89lgk commented on issue #3963: ActualDataNodes must be configured if want to shard tables for logicTable xxxx
URL: https://github.com/apache/incubator-shardingsphere/issues/3963#issuecomment-575432580
 
 
   I have this problem, too;

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] ssxlulu commented on issue #3963: ActualDataNodes must be configured if want to shard tables for logicTable xxxx

Posted by GitBox <gi...@apache.org>.
ssxlulu commented on issue #3963: ActualDataNodes must be configured if want to shard tables for logicTable xxxx
URL: https://github.com/apache/incubator-shardingsphere/issues/3963#issuecomment-575959106
 
 
   @KomachiSion Should we check the condition?

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] KomachiSion closed issue #3963: ActualDataNodes must be configured if want to shard tables for logicTable xxxx

Posted by GitBox <gi...@apache.org>.
KomachiSion closed issue #3963: ActualDataNodes must be configured if want to shard tables for logicTable xxxx
URL: https://github.com/apache/incubator-shardingsphere/issues/3963
 
 
   

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #3963: ActualDataNodes must be configured if want to shard tables for logicTable xxxx

Posted by GitBox <gi...@apache.org>.
KomachiSion commented on issue #3963: ActualDataNodes must be configured if want to shard tables for logicTable xxxx
URL: https://github.com/apache/incubator-shardingsphere/issues/3963#issuecomment-575959420
 
 
   It's true,  if you want to do shard for table, you have to set actualNodes. Otherwise, the `availableTables` input to Algorithm maybe error.

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #3963: ActualDataNodes must be configured if want to shard tables for logicTable xxxx

Posted by GitBox <gi...@apache.org>.
KomachiSion commented on issue #3963: ActualDataNodes must be configured if want to shard tables for logicTable xxxx
URL: https://github.com/apache/incubator-shardingsphere/issues/3963#issuecomment-575959537
 
 
   Refer issue #3680 .

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #3963: ActualDataNodes must be configured if want to shard tables for logicTable xxxx

Posted by GitBox <gi...@apache.org>.
KomachiSion commented on issue #3963: ActualDataNodes must be configured if want to shard tables for logicTable xxxx
URL: https://github.com/apache/incubator-shardingsphere/issues/3963#issuecomment-585580839
 
 
   No response in this issue. Close it.

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


With regards,
Apache Git Services