|
@@ -268,6 +268,7 @@ public class ResourceTrackerService extends AbstractService implements
|
|
|
|
|
|
@Override
|
|
@Override
|
|
protected void serviceStop() throws Exception {
|
|
protected void serviceStop() throws Exception {
|
|
|
|
+ decommissioningWatcher.stop();
|
|
if (this.server != null) {
|
|
if (this.server != null) {
|
|
this.server.stop();
|
|
this.server.stop();
|
|
}
|
|
}
|