MASTER_FATE_THREADPOOL_SIZE); fate = new Fate<Master>(this, store, threads); SimpleTimer.getInstance().schedule(new Runnable() { @Override public void run() { store.ageOff(); } }, 63000, 63000); } catch (KeeperException e) { throw new IOException(e); } catch (InterruptedException e...