Fixing bug where isRunning is not set
This commit is contained in:
parent
44f2cb7d5b
commit
bc5dae270f
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ public class LeaseCleanupManager {
|
|||
*/
|
||||
public void start() {
|
||||
log.debug("Starting lease cleanup thread.");
|
||||
isRunning = true;
|
||||
completedLeaseStopwatch.start();
|
||||
garbageLeaseStopwatch.start();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue