GCS-Based actor management implementation (#6763)

* add gcs actor manager

* fix test_metrics.py

* fix TestTaskInfo

* fix comment

* fix comment

* fix comment

* fix comment

* fix comment

* fix comment

* fix compile error

* fix merge error

Co-authored-by: senlin.zsl <senlin.zsl@antfin.com>
This commit is contained in:
ZhuSenlin
2020-04-14 00:48:48 +08:00
committed by GitHub
parent 1b0f6fd558
commit 4a81793ba5
38 changed files with 2636 additions and 116 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ def test_raylet_info_endpoint(shutdown_only):
if child_actor_info["state"] == -1:
assert child_actor_info["requiredResources"]["CustomResource"] == 1
else:
assert child_actor_info["state"] == 0
assert child_actor_info["state"] == 1
assert len(child_actor_info["children"]) == 0
assert child_actor_info["usedResources"]["CPU"] == 1