dobet

Results 13 comments of dobet

i meet this problem too. and i do this: fmt.Println("has etcd ?", c.HasEtcd()) fmt.Println("etcd hosts:", c.Etcd.Hosts) fmt.Println("validator etcd", c.Etcd.Validate()) i get: has etcd ? true etcd hosts: [etcd:2379] validator etcd...

the Validate code is : func (c EtcdConf) Validate() error { if len(c.Hosts) == 0 { return errEmptyEtcdHosts } else if len(c.Key) == 0 { return errEmptyEtcdKey } else {...

i found is my yaml xxxRpc config is nil, but the error is so simple

why my config don't load tenant info ? I need create an arana tenant?

yes, i use sysbench test. Before use arana test, I use Xiaomi/Gaea test, have this bug also. And Gaea use Tidb parser also. So I think this is maybe tidb...

> Yes, Xiaomi/Gaea have this bug also. vitess maybe have this bug, I don't test vitess, because it doesn't support auto read write split.

the stack is: ``` [INFO ] 2024-07-27 00:51:27.190 [ShardingSphere-Command-0] ShardingSphere-SQL - Logic SQL: /* ApplicationName=DBeaver 24.0.0 - SQLEditor */ create table sbtest1 (id int) [INFO ] 2024-07-27 00:51:27.190 [ShardingSphere-Command-0] ShardingSphere-SQL...

maybe is sql router error, because get an " Table 'sbtest_1.sbtest1' doesn't exist", real table is sbtest_1.sbtest1_1.