ray/src/common/redis_module
Stephanie Wang 7496c98010 Fault tolerance race (#894)
* Remove race between local scheduler disconnecting and global scheduler
assigning a task

* Fix number of workers started in component failures test

* Fix race between global scheduler retrying a task assignment and monitor
cleaning up task table. The global scheduler should only retry the task
assignment if the local scheduler is still alive.

* Clean up task_table_update callback if failure

* Look up current local scheduler mapping when retrying actor task submission

* Log warning if no subscribers received a task table update

* Clean up database handle memory in local scheduler
2017-08-30 22:20:50 -07:00
..
CMakeLists.txt Fix installation instruction for ubuntu 14.04 (#805) 2017-08-02 18:14:14 -07:00
ray_redis_module.cc Fault tolerance race (#894) 2017-08-30 22:20:50 -07:00
redis_string.h Redis string formatting (#157) 2016-12-25 22:43:07 -08:00
redismodule.h Implement tables with redis modules (#114) 2016-12-11 17:40:19 -08:00