mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[dashboard] Fix GCS retry error message in dashboard_head (#18057)
This commit is contained in:
parent
18ae99d8d8
commit
ca61e43e76
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@ class DashboardHead:
|
|||
if self._gcs_rpc_error_counter > \
|
||||
dashboard_consts.GCS_CHECK_ALIVE_MAX_COUNT_OF_RPC_ERROR:
|
||||
logger.error(
|
||||
"Dashboard suicide, the GCS RPC error count %s > %s",
|
||||
"Dashboard exiting because it received too many GCS RPC "
|
||||
"errors count: %s, threshold is %s.",
|
||||
self._gcs_rpc_error_counter,
|
||||
dashboard_consts.GCS_CHECK_ALIVE_MAX_COUNT_OF_RPC_ERROR)
|
||||
# TODO(fyrestone): Do not use ray.state in
|
||||
|
|
Loading…
Add table
Reference in a new issue