Skip to content

Commit dddf2bd

Browse files
authored
ticdc: change sort-engine to sort_engine (#21574) (#21587)
1 parent cafa497 commit dddf2bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ticdc/ticdc-manage-changefeed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,10 @@ For the changefeeds created using `cdc cli` after v4.0.13, Unified Sorter is ena
300300
To check whether or not the Unified Sorter feature is enabled on a changefeed, you can run the following example command (assuming the IP address of the PD instance is `http://10.0.10.25:2379`):
301301

302302
```shell
303-
cdc cli --server="http://10.0.10.25:8300" changefeed query --changefeed-id=simple-replication-task | grep 'sort-engine'
303+
cdc cli --server="http://10.0.10.25:8300" changefeed query --changefeed-id=simple-replication-task | grep 'sort_engine'
304304
```
305305

306-
In the output of the above command, if the value of `sort-engine` is "unified", it means that Unified Sorter is enabled on the changefeed.
306+
In the output of the above command, if the value of `sort_engine` is "unified", it means that Unified Sorter is enabled on the changefeed.
307307

308308
> **Note:**
309309
>

0 commit comments

Comments
 (0)