"wasp.master.assignment.timeoutmonitor.timeout", 600000));
this.timerUpdater = new TimerUpdater(conf.getInt(
"wasp.master.assignment.timerupdater.period", 10000), server);
Threads.setDaemonThreadRunning(timerUpdater.getThread(),
server.getServerName() + ".timerUpdater");
this.zkTable = new ZKTable(this.watcher);
this.maximumAttempts = this.server.getConfiguration().getInt(
"wasp.assignment.maximum.attempts", 10);
this.balancer = balancer;
int maxThreads = conf.getInt("wasp.assignment.threads.max", 30);
this.threadPoolExecutorService = Threads.getBoundedCachedThreadPool(