SOLR-9846: Track Overseer close better.

This commit is contained in:
markrmiller 2017-02-13 12:08:10 -05:00
parent 738da0998a
commit a243befdbb
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,6 @@ public class Overseer implements Closeable {
this.zkController = zkController;
this.stats = new Stats();
this.config = config;
assert ObjectReleaseTracker.track(this);
}
public synchronized void start(String id) {
@ -521,6 +520,7 @@ public class Overseer implements Closeable {
updaterThread.start();
ccThread.start();
arfoThread.start();
assert ObjectReleaseTracker.track(this);
}
public Stats getStats() {