From 577e69c13f0b611bcaacdc094d7a6f8eab7f7ee7 Mon Sep 17 00:00:00 2001 From: richie Date: Mon, 8 Aug 2022 16:11:46 +0800 Subject: [PATCH] Update ob_log_replay_engine.cpp (#936) --- src/storage/replayengine/ob_log_replay_engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/replayengine/ob_log_replay_engine.cpp b/src/storage/replayengine/ob_log_replay_engine.cpp index 9a8f1d44b9..e8b9a1c5af 100644 --- a/src/storage/replayengine/ob_log_replay_engine.cpp +++ b/src/storage/replayengine/ob_log_replay_engine.cpp @@ -2006,7 +2006,7 @@ void ObLogReplayEngine::process_replay_ret_code_(const int ret_code, const int64 int ObLogReplayEngine::pre_check_(const ObPartitionKey& pkey, ObReplayStatus& replay_status, ObReplayTask& task) { // Only set the status of ObReplaystatus to ERROR when encounts fatal error, - // to avoid replay tasks of current partiiton run out the memory of tenant, resulting in affecting other + // to avoid replay tasks of current partition run out the memory of tenant, resulting in affecting other // partitions int ret = OB_SUCCESS; if (replay_status.get_rwlock().try_rdlock()) { -- GitLab