You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/03/07 08:23:43 UTC

[GitHub] [incubator-shardingsphere] KomachiSion edited a comment on issue #1979: Use PreciseShardingAlgorithm with IN throws exception that some tables could not be found in the database

KomachiSion edited a comment on issue #1979: Use PreciseShardingAlgorithm with IN  throws exception that some tables could not be found in the database
URL: https://github.com/apache/incubator-shardingsphere/issues/1979#issuecomment-470428997
 
 
   @cocoyadi , I find that your configuration didn't set the actual dataNodes. It might cause shardingsphere do cartesian route.
   
   I suggest you add `TableRuleConfig.setActualDataNodes("database_0.table_${000...250},database_1.table_${251...500}")` in `getContentTableRuleConfiguration` method then retry.

----------------------------------------------------------------
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