ray/src/local_scheduler
Robert Nishihara f12db5f0e2 Divide large plasma requests into smaller chunks, and wait longer before reissuing large requests. (#678)
* Divide large get requests into smaller chunks.

* Divide fetches into smaller chunks.

* Wait longer in worker and manager before reissuing fetch requests if there are many outstanding fetch requests.

* Log warning if a handler in the local scheduler or plasma manager takes more than one second.
2017-06-18 04:42:15 +00:00
..
build Rename photon -> local scheduler. (#322) 2017-02-27 12:24:07 -08:00
format Suppress excess warning messages related to intentional actor deaths. (#627) 2017-06-01 20:10:40 +00:00
test Shard Redis. (#539) 2017-05-18 17:40:41 -07:00
CMakeLists.txt Don't link Python extensions to libpython*.so (#598) 2017-05-25 19:01:12 -07:00
local_scheduler.cc Divide large plasma requests into smaller chunks, and wait longer before reissuing large requests. (#678) 2017-06-18 04:42:15 +00:00
local_scheduler.h Allow remote functions to specify max executions and kill worker once limit is reached. (#660) 2017-06-13 00:34:58 -07:00
local_scheduler_algorithm.cc Make the Plasma store ready for Arrow integration (#579) 2017-05-31 16:24:23 -07:00
local_scheduler_algorithm.h Clean up when a driver disconnects. (#462) 2017-04-24 18:10:21 -07:00
local_scheduler_client.cc Suppress excess warning messages related to intentional actor deaths. (#627) 2017-06-01 20:10:40 +00:00
local_scheduler_client.h Suppress excess warning messages related to intentional actor deaths. (#627) 2017-06-01 20:10:40 +00:00
local_scheduler_extension.cc Suppress excess warning messages related to intentional actor deaths. (#627) 2017-06-01 20:10:40 +00:00
local_scheduler_shared.h Log fatal error if plasma manager or local scheduler heartbeats take too long. (#676) 2017-06-16 19:11:01 +00:00