-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config(ticdc): remove useless config variables (#10610)
ref #10457
- Loading branch information
1 parent
61b73e1
commit 3d185a4
Showing
6 changed files
with
10 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
tests/integration_tests/server_config_compatibility/conf/server.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
per-table-memory-quota = 1024 | ||
[debug] | ||
# Ensure sure removed configarations are not used. | ||
# TiCDC should ignore the removed configuration silently. | ||
enable-pull-based-sink = true | ||
enable-db-sorter = true | ||
enable-new-sink = true | ||
|
||
[sorter] | ||
# Ensure that deprecated configurations are not used and will not be validated. | ||
# TiCDC should ignore the deprecated configuration silently. | ||
chunk-size-limit = -1 | ||
max-memory-consumption = -1 | ||
num-concurrent-worker = -1 | ||
num-workerpool-goroutine = -1 |