Skip dead nodes to avoid connection timeout. (#4154)

This commit is contained in:
Yuhong Guo
2019-03-03 05:11:19 +08:00
committed by Philipp Moritz
parent 9950f63e8c
commit 6f46edca51
9 changed files with 131 additions and 38 deletions
+1
View File
@@ -56,6 +56,7 @@ MONITOR_DIED_ERROR = "monitor_died"
LOG_MONITOR_DIED_ERROR = "log_monitor_died"
REPORTER_DIED_ERROR = "reporter_died"
DASHBOARD_DIED_ERROR = "dashboard_died"
RAYLET_CONNECTION_ERROR = "raylet_connection_error"
# Abort autoscaling if more than this number of errors are encountered. This
# is a safety feature to prevent e.g. runaway node launches.