--问题描述
启动shardingsphere-proxy报错
[INFO ] 2024-02-05 15:47:44.920 [main] o.o.core.v3.ConnectionFactoryImpl - Connect complete. ID: 2e065e33-dbcb-4499-ac2d-dea6692b8202
Exception in thread "main" java.lang.IllegalStateException: Can not find all auditors `[sharding_key_required_auditor]` in database `fuwa`.
--分析过程
查看分片配置文件内容
#databaseName: sharding_db
schemaName: shared_fuwa ##逻辑数据源,可自定义
dataSources:
ds_0:
url: jdbc:opengauss://192.168.40.152:15400/fuwa?loggerLevel=OFF
username: sync
password: Topnet_123
connectionTimeoutMilliseconds: 30000
idleTimeoutMilliseconds: 60000
maxLifetimeMilliseconds: 1800000
maxPoolSize: 50
minPoolSize: 1
ds_1:
url: jdbc:opengauss://192.168.40.153:15400/fuwa?loggerLevel=OFF
username: sync
password: Topnet_123
connectionTimeoutMilliseconds: 30000
idleTimeoutMilliseconds: 60000
maxLifetimeMilliseconds: 1800000
maxPoolSize: 50
minPoolSize: 1
ds_2:
url: jdbc:opengauss://192.168
启动shardingsphere-proxy报错
于 2024-02-05 17:23:47 首次发布