Yang Zhang
Yang Zhang
/cc @BusyJay We used this to resolve the inconsistent region issue, do you think it is necessary to merge this to the master branch in case we need them in...
I've just had a quick look at the Titan code, and it appears that the write, read, and garbage collection processes are managed by the TiKV rate limiter at a...
TiKV IO rate limiter does not restrict IO if it is high priority (by default, when the mode is not `strict`). This is to avoid traffic turbulence that we have...
we can merge this after #16460
Will you update this https://github.com/pingcap/tidb/blob/master/store/driver/tikv_driver.go#L120 any soon? The client-go PR is blocking TiDB to have any further client-go changes, I think `etcdAddrs, disableGC, _, err : = config.ParsePath` can make...
Maybe not relevant, just for references, region 1965 received 1 vote from the dead store 1 ``` [2023/07/28 07:54:59.375 +00:00] [INFO] [raft.rs:2230] ["received votes response"] [term=9] [type=MsgRequestVoteResponse] [approvals=2] [rejections=0] [f...
I can't find any clue from the log. I think the the snapshot related stuff was "ok" in this case, the key is to find out why PD decided to...
Recommend check the performance regression box in the "Side Effect" section of the PR's description.
``` nowrap /nix/store/9bv7dcvmfcjnmg5mnqwqlq2wxfn8d7yi-gcc-wrapper-13.2.0/bin/c++ ... -I/build/cargo-vendor-dir/libtitan_sys-0.0.1/../rocksdb -I/build/cargo-vendor-dir/libtitan_sys-0.0.1/../rocksdb/include ... -c /build/cargo-vendor-dir/libtitan_sys-0.0.1/titan/src/blob_file_reader.cc ``` The compiler was expecting those header files under `-I/build/cargo-vendor-dir/libtitan_sys-0.0.1/../rocksdb`, can you please check whether they are there?
I was on vacation for 2 weeks, have you resolved the issue? Feels to me, it is related to how you organize the dependencies. Do you use "vendored" sources? If...