605606607608609610611612613614
} catch (JMXConnectionException e) { return Response.status(503).entity("JMXConnectionException") .build(); } logger.debug("node tool drain being called"); nodetool.drain(); return Response.ok(REST_SUCCESS, MediaType.APPLICATION_JSON).build(); } }