kimmking edited a comment on issue #5208: data fragmentation and separation of reading and writing problem URL: https://github.com/apache/incubator-shardingsphere/issues/5208#issuecomment-614512497 Config actual-data-nodes must be with it's logic db, 'defaultDataSource0' in your case: ``` <sharding:table-rule logic-table="ucm_order" actual-data-nodes="defaultDataSource0.ucm_order_$->{0..9}" table-strategy-ref="orderTableStrategy" /> ```
---------------------------------------------------------------- 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
