mirror of https://github.com/apache/druid.git
remove defaults for druid tiers
This commit is contained in:
parent
aa8fb7b9a3
commit
1fb3bf5cd8
|
@ -75,7 +75,7 @@ public class DruidServer implements Comparable
|
||||||
this.host = host;
|
this.host = host;
|
||||||
this.maxSize = maxSize;
|
this.maxSize = maxSize;
|
||||||
this.type = type;
|
this.type = type;
|
||||||
this.tier = tier == null ? "normal" : tier;
|
this.tier = tier;
|
||||||
|
|
||||||
this.dataSources = new ConcurrentHashMap<String, DruidDataSource>();
|
this.dataSources = new ConcurrentHashMap<String, DruidDataSource>();
|
||||||
this.segments = new HashMap<String, DataSegment>();
|
this.segments = new HashMap<String, DataSegment>();
|
||||||
|
|
Loading…
Reference in New Issue