whitespace

This commit is contained in:
cheddar 2013-09-12 10:13:04 -05:00
parent 3e4a4f5566
commit b8bd19e87c
1 changed files with 2 additions and 6 deletions

View File

@ -760,16 +760,12 @@ public class DruidMaster
.withLoadManagementPeons(loadManagementPeons) .withLoadManagementPeons(loadManagementPeons)
.withSegmentReplicantLookup(segmentReplicantLookup) .withSegmentReplicantLookup(segmentReplicantLookup)
.withBalancerReferenceTimestamp(DateTime.now()) .withBalancerReferenceTimestamp(DateTime.now())
.withMasterSegmentSettings( .withMasterSegmentSettings(segmentSettingsAtomicReference.get())
segmentSettingsAtomicReference.get()
)
.build(); .build();
} }
}, },
new DruidMasterRuleRunner( new DruidMasterRuleRunner(
DruidMaster.this, DruidMaster.this, config.getReplicantLifetime(), config.getReplicantThrottleLimit()
config.getReplicantLifetime(),
config.getReplicantThrottleLimit()
), ),
new DruidMasterCleanup(DruidMaster.this), new DruidMasterCleanup(DruidMaster.this),
new DruidMasterBalancer(DruidMaster.this), new DruidMasterBalancer(DruidMaster.this),