mirror of
https://github.com/wassname/ray.git
synced 2026-08-15 12:45:23 +08:00
Actor fault tolerance using object lineage reconstruction (#902)
* Revert Python actor reconstruction * Actor reconstruction using object lineage * Add dummy arguments and return values for actor tasks * Pin dummy outputs for actor tasks * Skip checkpointing test for now * TODOs * minor edits * Generate dummy object dependencies in Python, not C * Fix linting. * Move actor counter and dummy objects inside of the actor handle * Refactor Worker._process_task, suppress exception propagation for sequential actor tasks
This commit is contained in:
committed by
Robert Nishihara
parent
d8aa826e63
commit
99c8b1f38c
@@ -1214,6 +1214,8 @@ class ActorReconstruction(unittest.TestCase):
|
||||
|
||||
ray.worker.cleanup()
|
||||
|
||||
@unittest.skip("Skipping until checkpointing is integrated with object "
|
||||
"lineage.")
|
||||
def testCheckpointing(self):
|
||||
ray.worker._init(start_ray_local=True, num_local_schedulers=2,
|
||||
num_workers=0, redirect_output=True)
|
||||
|
||||
Reference in New Issue
Block a user