Dongpo Liu
Dongpo Liu
This is a tracking issue for Chinese translations. If you have any questions/problems with Chinese translations, feel free to leave a comment here!
- It didn't GA and tested. - It does not have docs. - It does not useful. (It is not used by users and developers.)
Just discussed with @leoppro about removing one of cli's current interactive modes, https://github.com/pingcap/tiflow/blob/409c9525596e8ce2c8e1ec80244202427bfbee1c/pkg/cmd/cli/cli.go#L74. Introduced two years ago in this PR: https://github.com/pingcap/tiflow/pull/351 This mode is rarely used by users and is...
**This is a tracking issue for unstable tests, and each unstable test is linked as a subtask.** # TiCDC - [x] https://github.com/pingcap/ticdc/issues/2273 - [ ] https://github.com/pingcap/ticdc/issues/2289 - [x] https://github.com/pingcap/ticdc/issues/2293 -...
### Is your feature request related to a problem? For now, we have a bunch of make commands but no docs. It isn't easy to find the available commands. ###...
#### What this PR does Set unlimited max concurrency in PromQL engine and update test. #### Which issue(s) this PR fixes or relates to Fixes https://github.com/grafana/mimir/issues/1298 #### Checklist - [x]...
Try to Search upward if the path does not exist when `cargo new`. ### What does this PR try to resolve? close https://github.com/rust-lang/cargo/issues/10981 ### How should we test and review...
Support find repo in ancestor path in non-existent parent path. See: https://github.com/libgit2/libgit2/discussions/6380 ### Expected behavior 1. init git in `/User/rustin/test` 2. try find the repo in `/User/rustin/test/non-exist` path. 3. Use...
### What problem does this PR solve? Issue Number: ref https://github.com/pingcap/tiflow/issues/7271 ### What is changed and how it works? Bump the golang-lint-ci to 1.50.0 locally and try to fix some...
Implement MQ sink and MySQL sink in asynchronous mode to improve the throughput of the sink and reduce the coupling of modules. - https://github.com/pingcap/tiflow/pull/7214 - [Add MQ worker batch flush...