jiahuiss opened a new issue, #28478:
URL: https://github.com/apache/shardingsphere/issues/28478
DISTSQL:
REGISTER STORAGE UNIT ds_XXXX or ALTER SHARDING TABLE RULE rule_name
Report an error:
mysql> REGISTER STORAGE UNIT ds_xxxx_dev (
->
URL="jdbc:mysql://127.0.0.1:3306/database0?serverTimezone=UTC&useSSL=false&useServerPrepStmts=false&prepStmtCacheSize=512&prepStmtCacheSqlLimit=256&useUnicode=true&characterEncoding=utf8&character_set_server=utf8mb4&connectionCollation=utf8mb4_unicode_ci",
-> USER="",
-> PASSWORD="",
-> PROPERTIES("maximumPoolSize"=100,"idleTimeout"="30000")
-> );
ERROR 30000 (HY000): Unknown exception: Max length of resource name
exceeded: should be less than 45
log output:

--
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]