File tree 1 file changed +0
-2
lines changed
ambry-clustermap/src/main/java/com/github/ambry/clustermap
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 19
19
import java .util .Objects ;
20
20
import java .util .concurrent .ConcurrentHashMap ;
21
21
import org .apache .helix .HelixManager ;
22
- import org .apache .helix .HelixManagerFactory ;
23
22
import org .apache .helix .HelixManagerProperty ;
24
23
import org .apache .helix .InstanceType ;
25
24
import org .apache .helix .constants .InstanceConstants ;
@@ -39,7 +38,6 @@ public class HelixFactory {
39
38
// exposed for use in testing
40
39
private final Map <ManagerKey , HelixManager > helixManagers = new ConcurrentHashMap <>();
41
40
private final Map <String , DataNodeConfigSource > dataNodeConfigSources = new ConcurrentHashMap <>();
42
- private static final String INSTANCE_CONFIG_HELIX_PORT = "15088" ;
43
41
44
42
/**
45
43
* Get a reference to a {@link HelixManager}
You can’t perform that action at this time.
0 commit comments