remove defaults for druid tiers

This commit is contained in:
Fangjin Yang 2012-11-30 11:32:02 -08:00
parent aa8fb7b9a3
commit 1fb3bf5cd8
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class DruidServer implements Comparable
this.host = host;
this.maxSize = maxSize;
this.type = type;
this.tier = tier == null ? "normal" : tier;
this.tier = tier;
this.dataSources = new ConcurrentHashMap<String, DruidDataSource>();
this.segments = new HashMap<String, DataSegment>();