ray/src/common
Robert Nishihara 10e067e5e5 Delay releasing a maximum number of bytes in the plasma client. (#160)
* Send message from plasma client to get plasma store capacity.

* Release objects from plasma client if they are too large.

* Use doubly-linked list instead of ring buffer for plasma client release history.

* Address comments.

* Fix problem with slicing PlasmaBuffer objects.

* Fix crash in plasma manager during transfer.

* Formatting.

* Make plasma client cache larger and make caching test not throw exceptions on Travis.
2016-12-27 19:51:26 -08:00
..
build Rearrange files to prepare to merge into Ray. 2016-10-25 13:59:47 -07:00
doc Merge task table and task log into a single table (#30) 2016-11-10 18:13:26 -08:00
lib/python Global scheduler - per-task transfer-aware policy (#145) 2016-12-22 03:11:46 -08:00
redis_module Use redismodules for task table and result table. (#156) 2016-12-25 23:57:05 -08:00
shims/windows Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
state Use redismodules for task table and result table. (#156) 2016-12-25 23:57:05 -08:00
test Use redismodules for task table and result table. (#156) 2016-12-25 23:57:05 -08:00
thirdparty Implement tables with redis modules (#114) 2016-12-11 17:40:19 -08:00
CMakeLists.txt Use flatcc for serialization of IPC messages. (#140) 2016-12-20 14:46:25 -08:00
common.c Global scheduler - per-task transfer-aware policy (#145) 2016-12-22 03:11:46 -08:00
common.h Global scheduler - per-task transfer-aware policy (#145) 2016-12-22 03:11:46 -08:00
event_loop.c Ion and Philipp's table retries (#10) 2016-10-29 15:22:33 -07:00
event_loop.h Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
io.c Use flatcc for serialization of IPC messages. (#140) 2016-12-20 14:46:25 -08:00
io.h Use flatcc for serialization of IPC messages. (#140) 2016-12-20 14:46:25 -08:00
logging.c Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
logging.h Rearrange files to prepare to merge into Ray. 2016-10-25 13:59:47 -07:00
Makefile Delay releasing a maximum number of bytes in the plasma client. (#160) 2016-12-27 19:51:26 -08:00
net.c Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
net.h Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
object_info.h Object table remove (#139) 2016-12-19 23:18:57 -08:00
task.c Use redismodules for task table and result table. (#156) 2016-12-25 23:57:05 -08:00
task.h Use redismodules for task table and result table. (#156) 2016-12-25 23:57:05 -08:00