mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 17:49:47 +08:00
cd7e567a57
* Add support for object spilling in the ownership-based object directory. * Move owner address hashmap into pinned_objects_ and objects_pending_spill_. * Update local object manager tests. * Feedback and misc. fixes. * Move spilled unpin callback lambda to std::binded private method. * Skip test_delete_objects_multi_node test on MacOS for now.