mirror of https://github.com/apache/druid.git
whitespace
This commit is contained in:
parent
3e4a4f5566
commit
b8bd19e87c
|
@ -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),
|
||||||
|
|
Loading…
Reference in New Issue