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

     1  ---
     2  name: test
     3  task-mode: all
     4  heartbeat-update-interval: 1
     5  heartbeat-report-interval: 1
     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      syncer-config-name: "global"
    17      validator-config-name: global
    18  
    19  block-allow-list:
    20    instance:
    21      do-dbs: ["validator_basic"]
    22  
    23  syncers:
    24    global:
    25      worker-count: 16
    26      batch: 100
    27  
    28  validators:
    29    global:
    30      mode: full
    31      worker-count: 4
    32      validate-interval: 1500s # increase validate-interval and meta-flush-interval to make sure the validator won't trigger validation automatically
    33      check-interval: 1s
    34      row-error-delay: 1s
    35      meta-flush-interval: 1500s
    36      max-pending-row-size: 500m
    37      max-pending-row-count: 1000