Skip to content

Commit

Permalink
Update src/server/server.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Twice <twice@apache.org>
  • Loading branch information
VasuDevrani and PragmaTwice authored May 16, 2024
1 parent 2193497 commit ccaf7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -811,10 +811,10 @@ void Server::cron() {
auto s = storage->GetDB()->Resume();
if (s.ok()) {
LOG(WARNING) << "[server] Successfully resumed DB after retryable IO error";
storage->SetDBInRetryableIOError(false);
} else {
LOG(ERROR) << "[server] Failed to resume DB after retryable IO error: " << s.ToString();
}
storage->SetDBInRetryableIOError(false);
}

// check if we need to clean up exited worker threads every 5s
Expand Down

0 comments on commit ccaf7e6

Please sign in to comment.