Plasma subscribe (#227)

* Use object_info as notification, not just the object_id

* Add a regression test for plasma managers connecting to store after some objects have been created

* Send notifications for existing objects to new plasma subscribers

* Continuously try the request to the plasma manager instead of setting a timeout in the test case

* Use ray.services to start Redis in plasma test cases

* fix test case
This commit is contained in:
Stephanie Wang
2017-01-25 22:57:15 -08:00
committed by Philipp Moritz
parent ab8c3432f7
commit a5c8f28f33
3 changed files with 104 additions and 50 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ def start_redis(node_ip_address, num_retries=20, cleanup=True, redirect_output=F
/dev/null.
Returns:
The port used by Redis.
The address used by Redis.
Raises:
Exception: An exception is raised if Redis could not be started.