throw new IOException(e);
} catch (InterruptedException e) {
throw new IOException(e);
}
Processor processor = new MasterClientService.Processor(TraceWrap.service(new MasterClientServiceHandler()));
clientService = TServerUtils.startServer(Property.MASTER_CLIENTPORT, processor, "Master", "Master Client Service Handler", null,
Property.MASTER_MINTHREADS, Property.MASTER_THREADCHECK).server;
while (!clientService.isServing()) {
UtilWaitThread.sleep(100);