xiaoliu10 opened a new issue #8217:
URL: https://github.com/apache/shardingsphere/issues/8217
three database zookeeper_0, zookeeper_1, zookeeper_2. shardingColumn
order_id, algorithm use hash_mod
one database three physical table t_order_0, t_order_1, t_order_2 ,
shardingColumn user_id, algorithm use hash_mode
now, execute insert into `t_order` values('admin', now(), now()),
the expected result is to route to one of the nine tables, but all nine
tables insert the same piece of data
----------------------------------------------------------------
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]