strongduanmu opened a new issue, #19153: URL: https://github.com/apache/shardingsphere/issues/19153
## Bug Report ### Which version of ShardingSphere did you use? https://github.com/apache/shardingsphere/commit/66c330a8fb369997452bf0cbbc3add421efcdf46 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior Execute ADD SHARDING TABLE RULE successfully. ```sql CREATE SHARDING TABLE RULE ASW_PEOPLE_COUNTER ( DATANODES("RTS_STOCK_WTCTH.ASW_PEOPLE_COUNTER_${2019..2029}${['01','02','03','04','05','06','07','08','09','10','11','12']}${['01','02','03','04','05','06','07','08','09','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','25','26','27','28','29','30','31']},RTS_STOCK_WTCMY.ASW_PEOPLE_COUNTER_${2019..2029}${['01','02','03','04','05','06','07','08','09','10','11','12']}${['01','02','03','04','05','06','07','08','09','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','25','26','27','28','29','30','31']}"), DATABASE_STRATEGY(TYPE=standard,SHARDING_COLUMN=BU_CODE,SHARDING_ALGORITHM(TYPE(NAME=RTS_STOCK_DATABASE))), TABLE_STRATEGY(TYPE=standard,SHARDING_COLUMN=DATA,SHARDING_ALGORITHM(TYPE(NAME=RTS_STOCK_TABLE_BY_DATE))) ); ``` ### Actual behavior The DistSQL execution takes a long time and the client does not respond. ### Reason analyze (If you can) ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. ### Example codes for reproduce this issue (such as a github link). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
