No description
Find a file
Stephanie Wang 12c9618c0c Plasma and worker node failure. (#373)
* Failing test case

* Local scheduler exits cleanly after plasma store dies

* Tolerate one plasma store failure

* Tolerate plasma store failures on all nodes except head node

* Plasma manager heartbeats

* Component failure tests

* Don't run the helper for Python testing

* Fix C test

* Fix hanging plasma transfer test

* Fix python3

* Consolidate ClientConnection code

* Fix valgrind test

* fix c test

* We can restart worker nodes!

* Fix flatbuffers bug

* Address comments

* Only register actual workers with the local scheduler

* Fix bug

* Fix segfaults

* Add test case that tests for driver liveness, fix local scheduler bug

* Clean up after tests

* Allocate retry info on the stack

* Send SIGKILL before waiting

* Relax unit test conditions

* Driver liveness test case and documentation
2017-03-17 17:03:58 -07:00
.travis Use flatbuffers for some messages from Redis. (#341) 2017-03-10 18:35:25 -08:00
cmake/Modules help cmake find right python interpreter on mac (#251) 2016-07-11 12:16:10 -07:00
doc Expand API documentation. (#375) 2017-03-17 16:48:25 -07:00
docker Use flatbuffers for some messages from Redis. (#341) 2017-03-10 18:35:25 -08:00
examples Atari on pixels (#364) 2017-03-14 13:31:29 -07:00
python Plasma and worker node failure. (#373) 2017-03-17 17:03:58 -07:00
scripts Plasma and worker node failure. (#373) 2017-03-17 17:03:58 -07:00
src Plasma and worker node failure. (#373) 2017-03-17 17:03:58 -07:00
test Plasma and worker node failure. (#373) 2017-03-17 17:03:58 -07:00
vsprojects Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
webui Put all log files in redis and visualize them in UI. (#350) 2017-03-16 15:27:00 -07:00
.clang-format Implement object table notification subscriptions and switch to using Redis modules for object table. (#134) 2016-12-18 18:19:02 -08:00
.editorconfig Update Windows support (#317) 2016-07-28 13:11:13 -07:00
.gitignore Expand API documentation. (#375) 2017-03-17 16:48:25 -07:00
.travis.yml Properly mock ray submodules when building documentation. (#337) 2017-03-04 23:02:56 -08:00
build-docker.sh Docker Updates (#308) 2017-02-28 18:57:51 -08:00
build.sh Convert task_spec to flatbuffers (#255) 2017-03-05 02:05:02 -08:00
CMakeLists.txt Rename photon -> local scheduler. (#322) 2017-02-27 12:24:07 -08:00
LICENSE Change license to Apache 2 (#20) 2016-11-01 23:19:06 -07:00
pylintrc adding pylint (#233) 2016-07-08 12:39:11 -07:00
Ray.sln Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
README.rst Expand API documentation. (#375) 2017-03-17 16:48:25 -07:00

Ray
===

.. image:: https://travis-ci.org/ray-project/ray.svg?branch=master
    :target: https://travis-ci.org/ray-project/ray

.. image:: https://readthedocs.org/projects/ray/badge/?version=latest
    :target: http://ray.readthedocs.io/en/latest/?badge=latest

|

Ray is a flexible, high-performance distributed execution framework.

View the `documentation`_.

.. _`documentation`: http://ray.readthedocs.io/en/latest/index.html