Refine checkpoint handling in Subserver and remove unnecessary debug logs in CheckpointUtilsJ9

This commit is contained in:
2025-07-16 09:43:24 +02:00
parent 44c06314c6
commit 3e5055c246
2 changed files with 1 additions and 3 deletions
@@ -220,6 +220,7 @@ public class Subserver {
try {
if (checkpoint) {
start(process.getErrorStream(), line -> line.contains("Restore finished successfully."));
Thread.sleep(300);
} else {
start(process.getInputStream(), line -> {
if (line.contains("Loading libraries, please wait"))