Skip to content
Snippets Groups Projects
Commit 5784b91b authored by Michael Eischer's avatar Michael Eischer
Browse files

REFITLocalReplica: Add a short delay after the first replica init

This should lead to less mangled stack traces
parent bf9e785a
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ public class REFITLocalSystem {
throw new InternalError(e);
}
});
if (i == 0) REFITTime.sleep(100);
}
executor.shutdown();
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment