tristaZero commented on issue #10439: URL: https://github.com/apache/shardingsphere/issues/10439#issuecomment-846718536
Looks strange if the first two work well. From your configuration, I suppose wt_tran_detail, user_account, user_subaccount and wt_tran share same sharding column and algorithm, don't they? If so, could you configure that in the way below? ```yaml bindingTables: - wt_tran, wt_tran_detail, user_account, user_subaccount ``` -- 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]
