Fixing bug where isRunning is not set

This commit is contained in:
Joshua Kim 2020-07-27 17:58:39 -04:00
parent 44f2cb7d5b
commit bc5dae270f

View file

@ -82,6 +82,7 @@ public class LeaseCleanupManager {
*/
public void start() {
log.debug("Starting lease cleanup thread.");
isRunning = true;
completedLeaseStopwatch.start();
garbageLeaseStopwatch.start();