ray/src/common
alanamarzoev 4d5ac9dad5 Include object size and hash in the table returned by the object_table function in the GlobalStateAPI. (#665)
* added log_table function and a test

* fixed log_files and added task_profiles

* fixed formatting

* fixed linting errors

* fixes

* removed file

* more fixes

* hopefully fixed

* Small changes.

* Fix linting.

* Fix bug in log monitor.

* Small changes.

* Fix bug in travis.

* Including data_size and hash in the ResultTableReply.

* Included data_size and hash info in object_table.

* Fixed bugs in ray_redis_module.cc.

* Removing commented out code.

* Fixes

* Freed hash and data_size strings after using, and checked if they're null along with task_id and is_put.

* Changed it so that data_size is set correctly.

* Removed iostream import.

* Included a check to ensure that the Redis string to long long conversion was successful.

* Included separate data_size and hash null checks.

* Fixed bug.

* Made linting changes.

* Another linting error.

* Slight simplication.
2017-06-16 23:17:11 -07:00
..
cmake Don't link Python extensions to libpython*.so (#598) 2017-05-25 19:01:12 -07:00
doc Merge task table and task log into a single table (#30) 2016-11-10 18:13:26 -08:00
format Include object size and hash in the table returned by the object_table function in the GlobalStateAPI. (#665) 2017-06-16 23:17:11 -07:00
lib/python Shard Redis. (#539) 2017-05-18 17:40:41 -07:00
redis_module Include object size and hash in the table returned by the object_table function in the GlobalStateAPI. (#665) 2017-06-16 23:17:11 -07:00
shims/windows Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
state Remove timeout for Redis commands. (#649) 2017-06-09 15:55:36 -07:00
test Remove timeout for Redis commands. (#649) 2017-06-09 15:55:36 -07:00
thirdparty Move documentation to ReadTheDocs. (#326) 2017-02-27 21:14:31 -08:00
CMakeLists.txt Log fatal error if plasma manager or local scheduler heartbeats take too long. (#676) 2017-06-16 19:11:01 +00:00
common.cc Log fatal error if plasma manager or local scheduler heartbeats take too long. (#676) 2017-06-16 19:11:01 +00:00
common.h Log fatal error if plasma manager or local scheduler heartbeats take too long. (#676) 2017-06-16 19:11:01 +00:00
common_protocol.cc Convert task_spec to flatbuffers (#255) 2017-03-05 02:05:02 -08:00
common_protocol.h Shard Redis. (#539) 2017-05-18 17:40:41 -07: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 Increase socket listen backlog from 5 to 128. (#661) 2017-06-11 06:34:16 +00:00
io.h Modernize plasma store (C to C++ changes). (#546) 2017-05-15 01:19:44 -07:00
logging.cc Shard Redis. (#539) 2017-05-18 17:40:41 -07:00
logging.h Change type naming convention. (#315) 2017-02-26 00:32:43 -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 Fix actor bug arising from overwriting task specifications in the local scheduler (#513) 2017-05-06 17:39:35 -07:00
task.h Fix actor bug arising from overwriting task specifications in the local scheduler (#513) 2017-05-06 17:39:35 -07:00