/*end[HADOOP_NON_SECURE]*/
this.myTaskInfo = myTaskInfo;
sendBufferSize = GiraphConstants.SERVER_SEND_BUFFER_SIZE.get(conf);
receiveBufferSize = GiraphConstants.SERVER_RECEIVE_BUFFER_SIZE.get(conf);
workerRequestReservedMap = new WorkerRequestReservedMap(conf);
bossExecutorService = Executors.newCachedThreadPool(
new ThreadFactoryBuilder().setNameFormat(
"netty-server-boss-%d").build());
workerExecutorService = Executors.newCachedThreadPool(