private void cancelWornOuts() {
try {
- LOG.debug("Deleting any worn out task");
+ LOG.trace("Deleting any worn out task");
internalCeQueue.cancelWornOuts();
} catch (Exception e) {
LOG.warn("Failed to cancel worn out tasks", e);
private void resetTasksWithUnknownWorkerUUIDs() {
try {
- LOG.debug("Resetting state of tasks with unknown worker UUIDs");
+ LOG.trace("Resetting state of tasks with unknown worker UUIDs");
internalCeQueue.resetTasksWithUnknownWorkerUUIDs(ceDistributedInformation.getWorkerUUIDs());
} catch (Exception e) {
LOG.warn("Failed to reset tasks with unknown worker UUIDs", e);