Skip to content

Commit

Permalink
remove peers_v2 from restore (#1076)
Browse files Browse the repository at this point in the history
Co-authored-by: ayushis <ayushis@netflix.com>
  • Loading branch information
ayushisingh29 and ayushis committed Sep 26, 2023
1 parent cf8bd32 commit ec2ef37
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -41,7 +41,12 @@ public class BackupRestoreUtil {
ImmutableMap.of(
"system",
Arrays.asList(
"local", "peers", "hints", "compactions_in_progress", "LocationInfo"));
"local",
"peers",
"peers_v2",
"hints",
"compactions_in_progress",
"LocationInfo"));

@Inject
public BackupRestoreUtil(String configIncludeFilter, String configExcludeFilter) {
Expand Down

0 comments on commit ec2ef37

Please sign in to comment.