mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:23:10 +08:00
[Autoscaler] Temporarily suppress "Removed stale ip mappings" message. (#12689)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user