From 508149b3c3004ee5ef8b02bd797e26ceaac896b2 Mon Sep 17 00:00:00 2001 From: henktillman Date: Mon, 15 Jun 2020 21:14:58 -0700 Subject: [PATCH] Remove redundant logger warning (#8954) --- python/ray/services.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/ray/services.py b/python/ray/services.py index 9e71501a4..0c5ce0fb6 100644 --- a/python/ray/services.py +++ b/python/ray/services.py @@ -935,9 +935,6 @@ def _start_redis_instance(executable, load_module_args += ["--loadmodule", module] while counter < num_retries: - if counter > 0: - logger.warning("Redis failed to start, retrying now.") - # Construct the command to start the Redis server. command = [executable] if password: