Skip to content

Commit

Permalink
wal_read_status check in RecoverLogFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykorean committed Mar 19, 2024
1 parent b4e9f5a commit 645c166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/db_impl/db_impl_secondary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ Status DBImplSecondary::RecoverLogFiles(
status = *wal_read_status;
}
if (!status.ok()) {
wal_read_status->PermitUncheckedError();
return status;
}
}
Expand Down

0 comments on commit 645c166

Please sign in to comment.