public GetCurrentEditLogTxidResponseProto getCurrentEditLogTxid(RpcController controller, GetCurrentEditLogTxidRequestProto req) throws ServiceException { try { return GetCurrentEditLogTxidResponseProto.newBuilder().setTxid( server.getCurrentEditLogTxid()).build(); } catch (IOException e) { throw new ServiceException(e); } }