TiCDC continues to set tidb_cdc_write_source
session variable even if when downstream does not have this variable.
#9180
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
component/sink
Sink component.
severity/minor
type/bug
The issue is confirmed as a bug.
What did you do?
Create a changefeed that sink to mysql.
What did you expect to see?
no error message in downstream mysql.
What did you see instead?
Mysql keeps logging error about
tidb_cdc_write_source
variable.Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):(paste TiDB cluster version here)
Upstream TiKV version (execute
tikv-server --version
):(paste TiKV version here)
TiCDC version (execute
cdc version
):(paste TiCDC version here)
The text was updated successfully, but these errors were encountered: