ray/src/common
Stephanie Wang 925e392b2d Add an Append call to the GCS Log that checks for current length (#1788)
* TABLE_APPEND call

* Convert callbacks back to taking in a string...

* GCS returns flatbuffers, define Log class

* Cleanups

* Modify client table to use the Log interface

* Fix bug where we replied twice from redis

* Fixes

* lint

* Compile and test raylet TaskTable

* Modify GCS tables to handle unique_ptrs from nested flatbuffers

* Add raylet::TaskTable unit tests to replace ObjectTable ones

* Convert ObjectTable to a log

* Convert ObjectTable tests to the Log

* AppendAt Redis and gcs Log command

* unit test for AppendAt

* Add a Log for task reconstruction data

* Add check for unique entries in TABLE_APPEND

* Documentation
2018-03-27 13:04:43 -07:00
..
cmake First Part of Internal Ray API Refactor (#1173) 2017-12-14 14:54:09 -08:00
doc Merge task table and task log into a single table (#30) 2016-11-10 18:13:26 -08:00
format Treat actor creation like a regular task. (#1668) 2018-03-16 11:18:07 -07:00
lib/python Treat actor creation like a regular task. (#1668) 2018-03-16 11:18:07 -07:00
redis_module Add an Append call to the GCS Log that checks for current length (#1788) 2018-03-27 13:04:43 -07:00
shims/windows Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
state Print error when actor takes too long to start, and refactor error me… (#1747) 2018-03-19 20:24:35 -07:00
test Treat actor creation like a regular task. (#1668) 2018-03-16 11:18:07 -07:00
thirdparty restructure how to organize 3rd party libs (#1630) 2018-03-01 14:29:56 -08:00
CMakeLists.txt restructure how to organize 3rd party libs (#1630) 2018-03-01 14:29:56 -08:00
common.cc Second Part of Internal API Refactor (#1326) 2017-12-26 16:22:04 -08:00
common.h Update logging and check macros. (#1627) 2018-02-28 15:13:00 -08:00
common_protocol.cc Update logging and check macros. (#1627) 2018-02-28 15:13:00 -08:00
common_protocol.h Second Part of Internal API Refactor (#1326) 2017-12-26 16:22:04 -08:00
event_loop.cc Fix bug with reused file descriptors (#471) 2017-05-02 19:45:27 -07:00
event_loop.h Fix bug with reused file descriptors (#471) 2017-05-02 19:45:27 -07:00
io.cc Update logging and check macros. (#1627) 2018-02-28 15:13:00 -08:00
io.h Move all config constants into single file. (#1192) 2017-11-08 11:10:38 -08:00
logging.cc Second Part of Internal API Refactor (#1326) 2017-12-26 16:22:04 -08:00
logging.h Second Part of Internal API Refactor (#1326) 2017-12-26 16:22:04 -08:00
net.cc Shard Redis. (#539) 2017-05-18 17:40:41 -07:00
net.h Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
task.cc Treat actor creation like a regular task. (#1668) 2018-03-16 11:18:07 -07:00
task.h Treat actor creation like a regular task. (#1668) 2018-03-16 11:18:07 -07:00