Refactoring

merge-requests/1/head
megala21 7 years ago
parent d8dbae712a
commit 605832c960

@ -414,14 +414,12 @@ public class CarbonServerManagerExtension {
log.info("Execution data file non empty file size in KB : " + file.length() / 1024);
break;
} else {
try {
log.warn("Execution data file is empty file size in KB : " + file.length() / 1024);
Thread.sleep(500);
} catch (InterruptedException ignored) {
log.warn("Sleep interrupted ", ignored);
}
}
}
}

Loading…
Cancel
Save