Skip to content

Commit

Permalink
Fix compilation for #50813
Browse files Browse the repository at this point in the history
Bad interaction with other recently merged PR.
  • Loading branch information
ywelsch committed Jan 14, 2020
1 parent d94b81e commit 7cd4b73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected void processNodePaths(Terminal terminal, Path[] dataPaths, OptionSet o
throw new UserException(ExitCodes.USAGE, "Must supply at least one custom metadata name to remove");
}

final PersistedClusterStateService persistedClusterStateService = createPersistedClusterStateService(dataPaths);
final PersistedClusterStateService persistedClusterStateService = createPersistedClusterStateService(env.settings(), dataPaths);

terminal.println(Terminal.Verbosity.VERBOSE, "Loading cluster state");
final Tuple<Long, ClusterState> termAndClusterState = loadTermAndClusterState(persistedClusterStateService, env);
Expand Down

0 comments on commit 7cd4b73

Please sign in to comment.