Skip to content

Commit 66262a6

Browse files
authored
DM: update DM mydumper extra-args example config (#21421)
1 parent dfebd11 commit 66262a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dm/dm-precheck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ mydumpers: # Configuration arguments of the dump proce
176176
global: # Configuration name
177177
threads: 4 # The number of threads that access the upstream when the dump processing unit performs the precheck and exports data from the upstream database (4 by default)
178178
chunk-filesize: 64 # The size of the files generated by the dump processing unit (64 MB by default)
179-
extra-args: "--consistency none" # Other arguments of the dump processing unit. You do not need to manually configure table-list in `extra-args`, because it is automatically generated by DM.
179+
extra-args: "--consistency auto" # Other arguments of the dump processing unit. You do not need to manually configure table-list in `extra-args`, because it is automatically generated by DM.
180180

181181
```
182182

dm/task-configuration-file-full.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ mydumpers:
114114
global: # The configuration name of the processing unit.
115115
threads: 4 # The number of threads that access the upstream when the dump processing unit performs the precheck and exports data from the upstream database (4 by default)
116116
chunk-filesize: 64 # The size of the file generated by the dump processing unit (64 MB by default).
117-
extra-args: "--consistency none" # Other arguments of the dump processing unit. You do not need to manually configure table-list in `extra-args`, because it is automatically generated by DM.
117+
extra-args: "--consistency auto" # Other arguments of the dump processing unit. You do not need to manually configure table-list in `extra-args`, because it is automatically generated by DM.
118118

119119
# Configuration arguments of the load processing unit.
120120
loaders:

0 commit comments

Comments
 (0)