Skip to content

Commit

Permalink
fix compile problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
horizonzy committed Sep 4, 2023
1 parent f4145c5 commit fa97680
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public RackawareEnsemblePlacementPolicyImpl initialize(ClientConfiguration conf,
store = BookieRackAffinityMapping.createMetadataStore(conf);
} catch (MetadataException e) {
throw new RuntimeException(METADATA_STORE_INSTANCE + " failed initialized");

}
Set<String> primaryIsolationGroups = new HashSet<>();
Set<String> secondaryIsolationGroups = new HashSet<>();
if (conf.getProperty(ISOLATION_BOOKIE_GROUPS) != null) {
Expand Down

0 comments on commit fa97680

Please sign in to comment.