this.bindAddr = NetUtils.getConnectAddress(rpcServer.getListenAddress());
this.addr = bindAddr.getHostName() + ":" + bindAddr.getPort();
this.port = bindAddr.getPort();
queryMaster = new QueryMaster(workerContext);
addService(queryMaster);
} catch (Exception e) {
LOG.error(e.getMessage(), e);
}