File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
syncer-transmission/src/main/java/syncer/transmission/task Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ public void run() {
113113 //注册增量命令解析器
114114 final Replication replicationHandler = DefaultCommandRegister .addCommandParser (replication );
115115 replicationHandler .getConfig ().setTaskId (taskModel .getTaskId ());
116- //全量->增量 全量成功增量续传失败是否重新全量开始,true为宕掉任务 。
117- //若全量阶段存在拆分大key,不全为序列化时设置为true ,因为多次全量会导致 list等结构数据重复
118- //若全量全为dump格式时可设置为false
119- //默认为false
116+ //全量->增量 全量成功增量续传失败是否重新全量开始,false为宕掉任务 。
117+ //若全量阶段存在拆分大key,不全为序列化时设置为false ,因为多次全量会导致 list等结构数据重复
118+ //若全量全为dump格式时可设置为true
119+ //默认为true
120120 replicationHandler .getConfig ().setAllowFullResync (false );
121121 //注册RDB全量解析器
122122 replicationHandler .setRdbParser (new ValueDumpIterableRdbParser (replicationHandler , taskModel .getRdbVersion ()));
You can’t perform that action at this time.
0 commit comments