Skip to content

Commit

Permalink
Override expectEmptyRetentionLeases in RemoteStoreRecoverySource
Browse files Browse the repository at this point in the history
Signed-off-by: Bhumika Saini <[email protected]>
  • Loading branch information
Bhumika Saini committed Jul 19, 2023
1 parent 9f93f0e commit 6f3b206
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,10 @@ public int hashCode() {
return Objects.hash(restoreUUID, index, version);
}

@Override
public boolean expectEmptyRetentionLeases() {
return false;
}
}

/**
Expand Down

0 comments on commit 6f3b206

Please sign in to comment.