Skip to content

[Bug] Using paimon_fink_action to synchronize MySQL tables to Paimon issue #6831

@userL0122

Description

@userL0122

Search before asking

  • I searched in the issues and found nothing similar.

Paimon version

1.2

Compute Engine

flink1.18

Minimal reproduce step

mysql_sync_table
--warehouse
--database
--table
--primary_keys id
--mysql_conf hostname=
--mysql_conf port=
--mysql_conf username=
--mysql_conf password=
--mysql_conf database-name=
--mysql_conf table-name='cdctest_([0-9]+)?'
--table_conf changelog-producer=input
--table_conf bucket=-1

What doesn't meet your expectations?

version
flink1.18
paimon1.2
cdc3.2

mysql_sync_table
--warehouse
--database
--table
--primary_keys id
--mysql_conf hostname=
--mysql_conf port=
--mysql_conf username=
--mysql_conf password=
--mysql_conf database-name=
--mysql_conf table-name='cdctest_([0-9]+)?'
--table_conf changelog-producer=input
--table_conf bucket=-1

When starting this task, tables starting with cdctest_ were indeed recognized and synchronized. However, if a table starting with cdctest_ is added in MySQL without restarting the task, why doesn't it automatically recognize and synchronize the table

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions