We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ffffef commit e6e1121Copy full SHA for e6e1121
src/main/java/redis/clients/jedis/mcf/StatusTracker.java
@@ -61,7 +61,7 @@ public void onStatusChange(HealthStatusChangeEvent event) {
61
// Wait for the health status change event
62
// just for safety to not block indefinitely
63
boolean completed = latch.await(60, TimeUnit.SECONDS);
64
- if (!completed) {
+ if (!completed) {
65
throw new JedisValidationException("Timeout while waiting for health check result");
66
}
67
return resultStatus.get();
0 commit comments