Skip to content

Commit

Permalink
HBASE-27806 Addendum fix error prone error (#5214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apache9 authored May 3, 2023
1 parent b776c12 commit bf20017
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ public HRegionServer(final Configuration conf) throws IOException {
initializeFileSystem();

this.configurationManager = new ConfigurationManager();
setupWindows(getConfiguration(), getConfigurationManager());
setupWindows(conf, configurationManager);

// Some unit tests don't need a cluster, so no zookeeper at all
// Open connection to zookeeper and set primary watcher
Expand Down

0 comments on commit bf20017

Please sign in to comment.