disksing
disksing
LGTM. Please rebase latest master. There are some files are moved to another directory.
if you use the txnkv api, updating the key in a transaction should be sufficient. for rawkv api, you can consider using `CompareAndSwap`. Be aware that it cannot avoid the...
I think even if update statistics in heartbeat, it can still lose sync.
you mean we should print in hex format?
After notify, PD does not fix regions immediately. Do we need to check all regions become healthy before scatting them?
> @disksing Maybe we can check region before splitting table in TiDB. If the region count of this table is 1 and its replicas number is 4 (yet only need...
I am not familiar with k8s, but I think maybe you can bind a domain name for each tikv node and PD node so that they can be accessed from...
This idea sounds interesting to me. I did some research and found that grpc provides the ability to customize name resolver functions (https://github.com/grpc/grpc-go/blob/master/examples/features/name_resolving/README.md) If possible, I think we can add...
@hawkingrei I think MemDB is not designed to allow accessing by multiple goroutines. So tidb may need some lock to avoid data race.
@hawkingrei could you confirm if the tidb you are using contains the patch #585 ?