sunbufu edited a comment on issue #2601: Verify the shardingRule at the 
beginning
URL: 
https://github.com/apache/incubator-shardingsphere/issues/2601#issuecomment-529110323
 
 
   ```
   org.apache.shardingsphere.core.exception.ShardingException: Get some absent 
DataNodes=[ds_2.t_order_0], DatabaseStrategy=[Inline{shardingColumn='order_id', 
algorithmExpression='ds_${order_id % 3}'}], 
TableStrategy=[Inline{shardingColumn='order_id', 
algorithmExpression='t_order_${order_id % 2}'}], with [t_order.order_id = 2], 
please check the configuration of rule and data node.
        at 
org.apache.shardingsphere.core.route.router.sharding.ParsingSQLRouter.throwExceptionForAbsentDataNode(ParsingSQLRouter.java:175)
        at 
org.apache.shardingsphere.core.route.router.sharding.ParsingSQLRouter.checkStandardRoutingResult(ParsingSQLRouter.java:169)
        at 
org.apache.shardingsphere.core.route.router.sharding.ParsingSQLRouter.checkRoutingResult(ParsingSQLRouter.java:113)
        at 
org.apache.shardingsphere.core.route.router.sharding.ParsingSQLRouter.route(ParsingSQLRouter.java:96)
   ......
   ```
   Can I use this error message?

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


With regards,
Apache Git Services

Reply via email to