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/04/20 07:22:28 UTC

[GitHub] [shardingsphere] coderMmw commented on issue #5208: data fragmentation and separation of reading and writing problem

coderMmw commented on issue #5208:
URL: https://github.com/apache/shardingsphere/issues/5208#issuecomment-616360801


   > > > Config actual-data-nodes must be starting 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"   />
   > > > ```
   > > 
   > > 
   > > Is it because of the version I quoted
   > 
   > what you quoted?
   
   <dependency>
   			<groupId>org.apache.shardingsphere</groupId>
   			<artifactId>sharding-jdbc-core</artifactId>
   			<version>4.0.0-RC1-SNAPSHOT</version>
   		</dependency>
   		<dependency>
   			<groupId>org.apache.shardingsphere</groupId>
   			<artifactId>sharding-jdbc-spring-namespace</artifactId>
   			<version>4.0.0-RC1-SNAPSHOT</version>
   		</dependency>


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