175176177178179180181182183184185
} catch (JMXConnectionException e) { return Response.status(503).entity("JMXConnectionException") .build(); } logger.debug("node tool compact being called"); nodetool.compact(); return Response.ok().build(); } @GET @Path("/cleanup")