!831 解决指定时间点增量恢复hang住问题
Merge pull request !831 from mujinqiang/fixremote
This commit is contained in:
@ -302,7 +302,7 @@ void ApplyReadyTxnLogRecords(TxnRedoWorker *worker, bool forceAll)
|
||||
oldReplayedPageLSN = lrEnd;
|
||||
}
|
||||
RedoInterruptCallBack();
|
||||
} while (forceAll && XLByteLT(lrEnd, t_thrd.xlog_cxt.EndRecPtr));
|
||||
} while (forceAll && XLByteLT(lrEnd, g_dispatcher->dispatchEndRecPtr));
|
||||
}
|
||||
|
||||
worker->procHead = item;
|
||||
|
Reference in New Issue
Block a user