@Override
 public synchronized void stop(StopContext context) {
   super.stop(context);
   modCluster.stop();
   modCluster = null;
   config = null;
 }