glorv

Results 128 comments of glorv

@makuru-dd Seems nixos does not support the feature `core_intrinsics`. Currnetly, we only build and test tikv for linux os, other os are not guaranteed to be compatible with all the...

/cc @Connor1996 @v01dstar Could you help take a look?

/cc @YuJuncen Seems the failure is due to multiple backup-steam tests concurrently visit the same temp file.

https://github.com/tidb-incubator/tidis is a library that provide the redis protocol for tikv, you may want to take a try.

In a v5.4.3 cluster, we found read-pool pending task consistently increase and finally reached the threshold and then cause tikv directly rejecting all following read request wiht ServerIsBusy errors. The...

@overvenus @Connor1996 @hbisheng @LykxSassinator PTAL again, thanks~

@xj524598 Set `debug = true` only enlarge the binary size(as it includes debug info in the binary), there is almost no performance impact.