qupeng
qupeng
This PR make CallTag reusable for streaming calls. ### Task list: - [x] PR for implementation - [x] Benchmark result cmd = run_performance_tests.py -l rust --regex="protobuf_async_streaming_qps_unconstrained" patched: ``` "summary": {...
I'm testing tower-grpc with `tokio::runtime::Runtime` as the backgroud executor of tower-grpc: ```rust let mut runtime = RuntimeBuilder::new() .name_prefix("server-grpc-runtime-") .core_threads(2) // thread count. .build() .unwrap(); let mut http = Http::new(); let...
### Before asking a question, make sure you have - [X] Searched existing Stack Overflow questions - [X] Googled your question - [X] Searched open and closed [GitHub issues](https://github.com/pingcap/tiflow/issues?q=is%3Aissue) -...
This PR add some new fields into `CompactionFilterContext`: * table_properties: a vector of `TableProperties` for all involved SST files * file_numbers: a vector of file number for all involved SST...
## Bug Report ### What version of TiKV are you using? ### What operating system and CPU are you using? ### Steps to reproduce ### What did you expect? ###...
## Bug Report ### What version of TiKV are you using? ### What operating system and CPU are you using? ### Steps to reproduce ### What did you expect? ###...
### What problem does this PR solve? Issue Number: ref #10486 ### What is changed and how it works? There is still a table level log `starts to check locked...
### What problem does this PR solve? Issue Number: close #10574 ### What is changed and how it works? After #10506 is merged, puller module just receives events and table...
### What problem does this PR solve? Issue Number: ref #10143 ### What is changed and how it works? Revert something from PR #10139 . I guess it's introduced mistakely...
### Before asking a question, make sure you have - [X] Searched existing Stack Overflow questions - [X] Googled your question - [X] Searched open and closed [GitHub issues](https://github.com/pingcap/tiflow/issues?q=is%3Aissue) -...