mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Refactoring
This commit is contained in:
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);
|
log.info("Execution data file non empty file size in KB : " + file.length() / 1024);
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
log.warn("Execution data file is empty file size in KB : " + file.length() / 1024);
|
log.warn("Execution data file is empty file size in KB : " + file.length() / 1024);
|
||||||
Thread.sleep(500);
|
Thread.sleep(500);
|
||||||
} catch (InterruptedException ignored) {
|
} catch (InterruptedException ignored) {
|
||||||
log.warn("Sleep interrupted ", ignored);
|
log.warn("Sleep interrupted ", ignored);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user