mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 22:53:20 +08:00
014929e658
* Add a lineage_ref_count to References * Refactor TaskManager to store TaskEntry as a struct * Refactor to fix deadlock between TaskManager and ReferenceCounter Add references to task specs * Pin TaskEntries and References in the lineage of any ObjectIDs in scope * Fix deadlock, convert num_plasma_returns to a set of object IDs * fix unit tests * Feature flag * Do not release lineage for objects that were promoted to plasma * fix build * fix build * Remove num executions * Simplify num return values * Remove unused * doc * Set num returns * Move lineage pinning flag to ReferenceCounter * comments * Fixes * Remove irrelevant test (replaced by ref counting tests)