taojintianxia opened a new issue #5957: URL: https://github.com/apache/shardingsphere/issues/5957
## Bug Report Please answer these questions before submitting your issue. Thanks! ### Which version of ShardingSphere did you use? 4.1.0 or 5.0.0 SNAPSHOT ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? sharding scaling ### Expected behavior Sync increment data ### Actual behavior Does'n work ### Reason analyze (If you can) Not sure if there is something wrong with some configuraion in MySQL ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. 1. insert some test data into table `source_schema.test` 2. start sharding scaling, and post the `scaling/job/start` request 3. scaling start to sync the inventory data , this works well 4. during scaling sync the inventory data , try to update one of the data in `source_schema.test` , such as `update test set amount = amount +1 where id = LAST_ONE` 5. wait for a moment , all inventory data have been transtered to new sharded database through proxy, but the update change doesn't work I grant the root user all privileges , and config root user in proxy.I'm not sure if there is any other configuration for database or proxy I should set up ? ---------------------------------------------------------------- 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]
