!4889 修复一处日志打印导致的coredump
Merge pull request !4889 from ljy/fix_master_redo_log2
This commit is contained in:
@ -1151,14 +1151,13 @@ void RedoPageManagerMain()
|
|||||||
CountAndGetRedoTime(g_redoWorker->timeCostList[TIME_COST_STEP_1],
|
CountAndGetRedoTime(g_redoWorker->timeCostList[TIME_COST_STEP_1],
|
||||||
g_redoWorker->timeCostList[TIME_COST_STEP_2]);
|
g_redoWorker->timeCostList[TIME_COST_STEP_2]);
|
||||||
PageManagerRedoDistributeItems(record_block_state);
|
PageManagerRedoDistributeItems(record_block_state);
|
||||||
|
t_thrd.log_cxt.error_context_stack = err_context.previous;
|
||||||
SPSCBlockingQueuePop(g_redoWorker->queue);
|
SPSCBlockingQueuePop(g_redoWorker->queue);
|
||||||
CountRedoTime(g_redoWorker->timeCostList[TIME_COST_STEP_2]);
|
CountRedoTime(g_redoWorker->timeCostList[TIME_COST_STEP_2]);
|
||||||
RedoInterruptCallBack();
|
RedoInterruptCallBack();
|
||||||
clean_smgr(clear_redo_fd_count);
|
clean_smgr(clear_redo_fd_count);
|
||||||
ADD_ABNORMAL_POSITION(5);
|
ADD_ABNORMAL_POSITION(5);
|
||||||
GetRedoStartTime(g_redoWorker->timeCostList[TIME_COST_STEP_1]);
|
GetRedoStartTime(g_redoWorker->timeCostList[TIME_COST_STEP_1]);
|
||||||
|
|
||||||
t_thrd.log_cxt.error_context_stack = err_context.previous;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SPSCBlockingQueuePop(g_redoWorker->queue);
|
SPSCBlockingQueuePop(g_redoWorker->queue);
|
||||||
|
Reference in New Issue
Block a user