Closed h-w-chen closed 2 years ago
this happens in perf test (go-ycsb run); not always; occasionally 1 out of per run (1000 ops)
./bin/go-ycsb load rkv -P workload/workloada ./bin/go-ycsb run rkv -P workload/workloada
notice rn command might yield an UOPDATE_ERROR sometimes.
two options to consider for now:
Will adopt option 2, since the experience that update would always succeed makes more sense than randomly fail,
this happens in perf test (go-ycsb run); not always; occasionally 1 out of per run (1000 ops)
How to reproduce:
notice rn command might yield an UOPDATE_ERROR sometimes.