Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Mar 13, 2023
1 parent df408c2 commit 8b863eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/storage/src/hummock/backup_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ impl BackupReader {
p.backup_storage_url().to_string(),
p.backup_storage_directory().to_string(),
);
if config == self.store.load().1 {
continue;
}
if let Err(e) = self.set_store(config.clone()).await {
// Retry is driven by periodic system params notification.
tracing::warn!(
Expand Down

0 comments on commit 8b863eb

Please sign in to comment.