山岚
山岚
### What version of gRPC are you using? Current master. (UA: grpc-go/1.37.0-dev) ### What version of Go are you using (`go version`)? `go version go1.16 darwin/arm64` ### What operating system...
Signed-off-by: Yu Juncen ### What is changed and how it works? Issue Number: Ref #13196 What's Changed: This PR adapt the integration test cases for removing checkpoint v2. ```commit-message Now,...
## Development Task After adapting checkpoint V3, there is no need for keeping the poor old checkpoint model. In the 6.2 release, the config `use_checkpoint_v3` would always be `true`. We...
## Feature Request ### Describe your feature request related problem: When restoring many tables, it cost too many time for creating table, rebase auto ID or things likewise. ### Describe...
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. Run the case `br_log_restore `. 2. What...
1. What did you do? Remove all invokes to `splitPrepareWork` and `splitPostWork`, run test `br_db_online_newkv`. 2. What did you expect to see? Test should fail, since we didn't schedule restoring...
Please answer these questions before submitting your issue. Thanks! 1. What did you do? run integration test `br_ddl_full`. 2. What did you expect to see? The test passes in acceptable...
### What problem does this PR solve? Issue Number: close #36762 Problem Summary: See the issue. ### What is changed and how it works? The `AdvancerDaemon` has been refactored, now,...
### What problem does this PR solve? Issue Number: close #(TBD) Problem Summary: Key Rewriting is a heavy operation and may slow down the restoration. We can try to reduce...
Signed-off-by: Yu Juncen ### What problem does this PR solve? Issue Number: close #(TBD) Problem Summary: We need to refactor the code for better adapting the `SplitAndScatter` API. ### What...