Skip to content

Commit

Permalink
addendum to keycloak#23786 - readiness check should end after the fir…
Browse files Browse the repository at this point in the history
…st dump (keycloak#26215)

Signed-off-by: Steve Hawkins <[email protected]>
  • Loading branch information
shawkins authored Jan 16, 2024
1 parent 12ae800 commit 42b010c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
import java.util.concurrent.TimeoutException;
import java.util.concurrent.locks.LockSupport;
import java.util.function.Consumer;
import java.util.stream.Collectors;
import javax.net.ssl.HostnameVerifier;
import javax.net.ssl.HttpsURLConnection;
import javax.net.ssl.SSLContext;
Expand Down Expand Up @@ -296,6 +295,7 @@ private void waitForReadiness(String scheme, int port) throws MalformedURLExcept
threadDump();
LOG.warn("Timeout [" + getStartTimeout() + "] while waiting for Quarkus server", ex);
LOG.warn("TODO: this should be a hard error / re-diagnosed after https://issues.redhat.com/browse/JBTM-3830 is pulled into Keycloak");
return;
}

if (!keycloak.isAlive()) {
Expand Down

0 comments on commit 42b010c

Please sign in to comment.