mirror of https://github.com/apache/lucene.git
SOLR-9846: Track Overseer close better.
This commit is contained in:
parent
738da0998a
commit
a243befdbb
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue