zhaojinchao95 opened a new issue, #29574:
URL: https://github.com/apache/shardingsphere/issues/29574
Excute `IMPORT DATABASE CONFIGURATION FROM FILE
"/opt/config_sharding_db.yaml"` to restore metadata. It's not show all storage
units when i execute `SHOW STORAGE UNITS;`, i have to wait some times or
restart Proxy to show all storage units.
`config_sharding_db.yaml:`
```
databaseName: test
dataSources:
ds_0:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_1:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_2:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_3:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_4:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_5:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_6:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_7:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_8:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_9:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_10:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_11:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_12:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_13:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_14:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_15:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_16:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_17:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_18:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_19:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_20:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
ds_21:
password: 123456
url:
jdbc:mysql://127.0.0.1:3306/demo_ds_1?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
minPoolSize: 1
maxPoolSize: 50
```
--
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]