[Object Spilling] Remove retries and use a timer instead. (#13175)

This commit is contained in:
SangBin Cho
2021-01-19 11:01:45 -08:00
committed by GitHub
parent 86d5000047
commit 99375c4cfc
10 changed files with 88 additions and 75 deletions
-1
View File
@@ -210,7 +210,6 @@ class RayParams:
raise Exception(
"Object pinning cannot be enabled if using LRU eviction.")
self._system_config["object_pinning_enabled"] = False
self._system_config["object_store_full_max_retries"] = -1
self._system_config["free_objects_period_milliseconds"] = 1000
# Set the internal config options for object reconstruction.