You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.warn("Attempted to resurrect connection to dead ES instance, but got an error",url: url.sanitized.to_s,exception: e.class,message: e.message)
242
+
logger.warn("Attempted to resurrect connection to dead OpenSearch instance, but got an error",url: url.sanitized.to_s,exception: e.class,message: e.message)
244
243
end
245
244
end
246
245
end
@@ -312,7 +311,7 @@ def update_urls(new_urls)
312
311
logger.info? && logger.info("OpenSearch pool URLs updated",:changes=>state_changes)
313
312
end
314
313
315
-
# Run an inline healthcheck anytime URLs are updated
314
+
# Run an inline health check anytime URLs are updated
316
315
# This guarantees that during startup / post-startup
317
316
# sniffing we don't have idle periods waiting for the
318
317
# periodic sniffer to allow new hosts to come online
0 commit comments