can't update transaction-atomicity via configuration file #7935
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
severity/minor
type/bug
The issue is confirmed as a bug.
What did you do?
update transaction-atomicity from table to none
cdc cli changefeed update -c xxx --config cf.toml
What did you expect to see?
changefeed is started with transaction-atomicity ="none"
What did you see instead?
changefeed is started with transaction-atomicity ="table"
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):TiCDC version (execute
cdc version
):The text was updated successfully, but these errors were encountered: