github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/async_checkpoint_flush/conf/dm-task.yaml (about)

     1  ---
     2  name: test
     3  task-mode: all
     4  is-sharding: false
     5  meta-schema: "dm_meta"
     6  
     7  target-database:
     8    host: "127.0.0.1"
     9    port: 4000
    10    user: "root"
    11    password: ""
    12  
    13  mysql-instances:
    14    - source-id: "mysql-replica-01"
    15      block-allow-list:  "instance"
    16      mydumper-config-name: "global"
    17      loader-config-name: "global"
    18      syncer-config-name: "global"
    19  
    20  block-allow-list:
    21    instance:
    22      do-dbs: ["async_checkpoint_flush"]
    23  
    24  mydumpers:
    25    global:
    26      threads: 4
    27      chunk-filesize: 64
    28      skip-tz-utc: true
    29      extra-args: ""
    30  
    31  loaders:
    32    global:
    33      pool-size: 16
    34      dir: "./dumped_data"
    35  
    36  syncers:
    37    global:
    38      checkpoint-flush-interval: 10
    39  experimental:
    40    async-checkpoint-flush: true