mirror of
https://github.com/vale981/ray
synced 2025-03-07 02:51:39 -05:00
[Autoscaler] Temporarily suppress "Removed stale ip mappings" message. (#12689)
This commit is contained in:
parent
dc4b5c7aa3
commit
bd7e26b768
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ class LoadMetrics:
|
|||
unwanted_key, mapping[unwanted_key]))
|
||||
del mapping[unwanted_key]
|
||||
if unwanted:
|
||||
logger.info(
|
||||
# TODO (Alex): Change this back to info after #12138.
|
||||
logger.debug(
|
||||
"LoadMetrics: "
|
||||
"Removed {} stale ip mappings: {} not in {}".format(
|
||||
len(unwanted), unwanted, active_ips))
|
||||
|
|
Loading…
Add table
Reference in a new issue