public TabletServer(ServerConfiguration conf, VolumeManager fs) {
super();
this.serverConfig = conf;
this.instance = conf.getInstance();
this.fs = fs;
this.logSorter = new LogSorter(instance, fs, getSystemConfiguration());
SimpleTimer.getInstance().schedule(new Runnable() {
@Override
public void run() {
synchronized (onlineTablets) {
long now = System.currentTimeMillis();