mirror of
https://github.com/wassname/ray.git
synced 2026-07-02 01:37:40 +08:00
[Refactor] Rename ClientId to NodeId (#10992)
* rename ClientId to NodeId * format lint * format lint * fix conflicts * rename new ClientId to NodeId * update lint * make same version of clang-format with travis ci
This commit is contained in:
+1
-1
@@ -266,7 +266,7 @@ class GlobalState:
|
||||
"""
|
||||
self._check_connected()
|
||||
|
||||
node_id = ray.ClientID(hex_to_binary(node_id))
|
||||
node_id = ray.NodeID(hex_to_binary(node_id))
|
||||
node_resource_bytes = \
|
||||
self.global_state_accessor.get_node_resource_info(node_id)
|
||||
if node_resource_bytes is None:
|
||||
|
||||
Reference in New Issue
Block a user