[GCS] Monitor.py bug fix (#8725)

* comment.

* Fix bugs.

* Used pubsub message instead.

* Added a ray.actors test
This commit is contained in:
SangBin Cho
2020-06-02 16:06:36 -07:00
committed by GitHub
parent 0306e4d589
commit 7c43991100
4 changed files with 27 additions and 4 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ class GlobalState:
if actor_id is not None:
actor_id = ray.ActorID(hex_to_binary(actor_id))
actor_info = self._aglobal_state_accessor.get_actor_info(actor_id)
actor_info = self.global_state_accessor.get_actor_info(actor_id)
if actor_info is None:
return {}
else: