[autoscaler/k8s] ray up 409 error fix (#11660)

This commit is contained in:
Gekho457
2020-10-28 15:19:57 -04:00
committed by GitHub
parent 1d5694ddea
commit 9e63f7ccc3
3 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ class Node:
ray.utils.set_sigterm_handler(sigterm_handler)
def _init_temp(self, redis_client):
# Create an dictionary to store temp file index.
# Create a dictionary to store temp file index.
self._incremental_dict = collections.defaultdict(lambda: 0)
if self.head: