apache / kvrocks

Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
https://kvrocks.apache.org/
Apache License 2.0
3.55k stars 466 forks source link

Executing test client: LOADING kvrocks is restoring the db from backup #655

Closed tisonkun closed 2 years ago

tisonkun commented 2 years ago

Report: https://github.com/apache/incubator-kvrocks/runs/7026847364?check_suite_focus=true#step:10:713

git-hulk commented 2 years ago

I will follow up this issue, it should be caused by forbidding to get role when restoring the data.

PragmaTwice commented 2 years ago

There is another fail with same exception: https://github.com/apache/incubator-kvrocks/runs/7085774273?check_suite_focus=true But I feel that the root cause of this error and the above error may be different, because the execution path seems to be different.

git-hulk commented 2 years ago

Looks caused by this line: replication.tcl#L196, need to wait for restoring. Will fix it later.