zhaojinchao95 commented on issue #25744: URL: https://github.com/apache/shardingsphere/issues/25744#issuecomment-1551494174
<img width="1530" alt="image" src="https://github.com/apache/shardingsphere/assets/33742097/75e720b3-93fb-4884-ba4b-2c19f51132ce"> I can't reproduce. My steps : ``` 1. CREATE DATABASE test; 2. USE test; 3. REGISTER STORAGE UNIT ds_1 ( HOST="xxxx", PORT=33308, DB="test", USER="root", PASSWORD="xxxx" ); 4. CREATE READWRITE_SPLITTING RULE group_messagecenter ( WRITE_STORAGE_UNIT=ds_1, READ_STORAGE_UNITS(ds_1), TYPE(NAME="random") ); ``` -- 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]
