mirror of
https://github.com/wassname/ray.git
synced 2026-07-25 13:30:52 +08:00
[xray] Adds a driver table. (#2289)
This PR adds a driver table for the new GCS, which enables cleanup functionality associated with monitoring driver death. Some testing in `monitor_test.py` is restored, but redis sharding for xray is needed to enable remaining tests.
This commit is contained in:
committed by
Robert Nishihara
parent
df7ee7ff1e
commit
8ae82180b4
@@ -266,6 +266,10 @@ class ObjectManager : public ObjectManagerInterface {
|
||||
/// Register object remove with directory.
|
||||
void NotifyDirectoryObjectDeleted(const ObjectID &object_id);
|
||||
|
||||
/// Handle any push requests that were made before an object was available.
|
||||
/// This is invoked when an "object added" notification is received from the store.
|
||||
void HandleUnfulfilledPushRequests(const ObjectInfoT &object_info);
|
||||
|
||||
/// Part of an asynchronous sequence of Pull methods.
|
||||
/// Uses an existing connection or creates a connection to ClientID.
|
||||
/// Executes on main_service_ thread.
|
||||
|
||||
Reference in New Issue
Block a user