mirror of
https://github.com/wassname/ray.git
synced 2026-07-12 05:29:00 +08:00
[GCS] Monitor.py bug fix (#8725)
* comment. * Fix bugs. * Used pubsub message instead. * Added a ray.actors test
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user