You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[core] Revamp GetAllNodeInfo to be more efficient and take multiple NodeID's (#55115)
Needed for #55112 as
GetAllNodeInfo needs to be able to take multiple node id's as arguments
so you can get information for multiple nodes in one rpc to the GCS.
Revamping the request here to make it make more sense with this model
where you can select multiple nodes or get all nodes if you don't use
any selectors. Also adding an "optimized path" where if all the
selectors are just node id's, we can just do lookups in the map and add
them to the reply instead of iterating through all of it. Also adding
some extra tests for new behavior.
---------
Signed-off-by: dayshah <dhyey2019@gmail.com>
Signed-off-by: sampan <sampan@anyscale.com>
0 commit comments