双集群日志回放问题
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user