added formating to avoid build failure
This commit is contained in:
parent
2f17a68b2a
commit
e464302415
1 changed files with 1 additions and 4 deletions
|
|
@ -124,10 +124,7 @@ public final class LeaseAssignmentManager {
|
|||
// so reset the flag to refresh the state before processing during a restart of LAM.
|
||||
tookOverLeadershipInThisRun = false;
|
||||
managerFuture = executorService.scheduleWithFixedDelay(
|
||||
this::performAssignment,
|
||||
0L,
|
||||
(int) (leaseAssignmentIntervalMillis),
|
||||
TimeUnit.MILLISECONDS);
|
||||
this::performAssignment, 0L, (int) (leaseAssignmentIntervalMillis), TimeUnit.MILLISECONDS);
|
||||
log.info("Started LeaseAssignmentManager");
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue