Fetch the object after requesting reconstruction during ray.get (#301)

* Fetch the object after requesting reconstruction during ray.get

* revert

* Fix documentation and memory leak

* Fix hanging reconstruction bug

* Fix for python3
This commit is contained in:
Stephanie Wang
2017-02-20 21:41:34 -08:00
committed by Robert Nishihara
parent 2220a33b62
commit 334aed9fa9
4 changed files with 33 additions and 27 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ class ReconstructionTests(unittest.TestCase):
ray.worker._init(address_info=address_info, start_ray_local=True,
num_workers=self.num_local_schedulers,
num_local_schedulers=self.num_local_schedulers,
num_cpus=100)
num_cpus=[1] * self.num_local_schedulers)
def tearDown(self):
self.assertTrue(ray.services.all_processes_alive())