双集群日志回放问题

This commit is contained in:
chenzhikai
2023-07-03 16:31:27 +08:00
parent 45647ca71b
commit 2dfe92130b

View File

@ -19329,7 +19329,7 @@ retry:
}
/* Don't try to read from a source that just failed */
sources &= ~t_thrd.xlog_cxt.failedSources;
t_thrd.xlog_cxt.readFile = XLogFileReadAnyTLI(t_thrd.xlog_cxt.readSegNo, DEBUG2, sources);
t_thrd.xlog_cxt.readFile = SSXLogFileReadAnyTLI(t_thrd.xlog_cxt.readSegNo, emode, sources, xlog_path);
if (t_thrd.xlog_cxt.readFile >= 0) {
break;
}