Commit Graph
57 Commits
Author SHA1 Message Date
Robert NishiharaandPhilipp Moritz 98a508d6ca Terminology change Object Reference -> Object ID (#330) 2016-07-31 19:58:03 -07:00
mehrdadnandRobert Nishihara 36fff9b555 Retry registering workers better (#300) 2016-07-29 00:23:31 -07:00
mehrdadnandPhilipp Moritz 44064389b9 Checked locking (#262)
* Lock order should be based on field order only

* Checked locking
2016-07-27 11:24:09 -07:00
Robert NishiharaandPhilipp Moritz 8e9f98c5ff Properly import remote functions and reusable variables on workers that register late (#290) 2016-07-25 16:17:17 -07:00
Robert Nishihara 03f1830cd0 implement key value store for sharing reusable variables 2016-07-22 18:43:33 -07:00
mehrdadnandRobert Nishihara f2c43bec87 Function serialization (#261) 2016-07-17 22:05:07 -07:00
Robert NishiharaandPhilipp Moritz 49decce6f6 print python backtrace in error message (#209) 2016-07-06 00:25:02 -07:00
Mehrdad 9bdde6941f Simplify SynchronizedPtr 2016-07-02 17:45:38 -07:00
Robert NishiharaandGitHub f5316d50fc Merge pull request #193 from amplab/visualizegraph
Visualize the computation graph
2016-07-01 13:21:01 -07:00
Philipp Moritz 9ad2c033d4 Visualize computation graph 2016-07-01 12:13:23 -07:00
mehrdadnandPhilipp Moritz 5821851318 C++ does not guarantee order of argument evaluation (#194) 2016-06-30 18:49:37 -07:00
Robert NishiharaandPhilipp Moritz b155f44a12 remove some unsafe gets (#187) 2016-06-30 12:58:29 -07:00
mehrdadnandPhilipp Moritz 5328890001 Kill workers (#148) 2016-06-29 22:40:04 -07:00
Robert NishiharaandPhilipp Moritz 72f22a238a let scheduler distinguish drivers from workers (#185) 2016-06-29 21:43:06 -07:00
Robert Nishihara 8aa613b77f replace locks with synchronized 2016-06-29 15:16:36 -07:00
Philipp Moritz 7af0f1b221 Write computation graph to file 2016-06-27 12:20:30 -07:00
Robert Nishihara 188569be37 push/pull -> put/get 2016-06-23 12:58:48 -07:00
Robert NishiharaandPhilipp Moritz d5fe49584a track more task info (#133) 2016-06-21 10:59:32 -07:00
Philipp Moritz 912fd5cc81 Write logs to files instead of printing them to stdout 2016-06-19 12:45:34 -07:00
Robert NishiharaandPhilipp Moritz c7e14e0a8b fix bug in which object is deallocated before objready is called (#120) 2016-06-18 15:44:48 -07:00
Robert Nishihara 3ae07b293e cleanups locks in the scheduler 2016-06-18 00:11:46 -07:00
mehrdadnandPhilipp Moritz 0e5feecd65 Get failed worker information (#114) 2016-06-17 15:01:48 -07:00
Philipp MoritzandGitHub 1b68e10f17 Revert "fix bug in which object is deallocated before objready is called" (#119) 2016-06-16 16:10:09 -07:00
Robert NishiharaandPhilipp Moritz 102e3682d9 make sure the scheduler sends tasks to the worker only after the worker is ready (#116) 2016-06-16 16:04:52 -07:00
Robert NishiharaandPhilipp Moritz 99aed7dc2d fix bug in which object is deallocated before objready is called (#115) 2016-06-15 19:12:33 -07:00
Mehrdad N e8ed13e960 Unregistered function handling 2016-06-13 23:30:10 +00:00
Wapaul1 4e885d4896 Added RAY_CHECK with line num and file name for logs 2016-06-13 00:07:22 +00:00
Robert NishiharaandPhilipp Moritz 41539141af catch exceptions on workers and pass them to the scheduler (#93) 2016-06-11 15:44:56 -07:00
Robert NishiharaandPhilipp Moritz 4cc024ae36 renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
Robert NishiharaandPhilipp Moritz 67086f663e change filenames and directory structure to use halo (#81) 2016-06-03 18:32:57 -07:00
Robert NishiharaandPhilipp Moritz 6d97c55299 add computation graph (#75) 2016-06-02 16:35:46 -07:00
Robert NishiharaandPhilipp Moritz 23d202bb73 renaming Call -> Task (#70) 2016-05-26 16:33:30 -07:00
Robert Nishihara f2824d134e Merge pull request #65 from amplab/localityawarescheduler
Implement a locality aware scheduler
2016-05-17 15:19:39 -07:00
Philipp Moritz a76d91f50d Locality aware scheduler 2016-05-17 15:08:49 -07:00
Robert NishiharaandPhilipp Moritz 912001ad6a clear objtable_ entry when an object is deallocated (#57) 2016-05-14 05:54:00 -07:00
Philipp Moritz d3f62c4288 make it possible to start multiple nodes in a cluster; add some more logging 2016-04-28 15:31:31 -07:00
Robert Nishihara 6b846d2bc0 support multiple object stores, part one 2016-04-24 19:06:14 -07:00
Philipp Moritz e02d246974 reduce the amount of logging, separating out logging for reference counting 2016-04-22 12:54:36 -07:00
Robert NishiharaandPhilipp Moritz 87bc8801ab changing segment names to include objstoreid (#50) 2016-04-22 12:07:02 -07:00
Robert NishiharaandPhilipp Moritz 10c38a4756 fixing bug, unaccounted for reference counting (#48) 2016-04-22 11:06:14 -07:00
Robert NishiharaandPhilipp Moritz bffae5a80e fix reference counting lock bug (#45) 2016-04-19 12:27:56 -07:00
Robert NishiharaandPhilipp Moritz 2d1453c46d fixed reference counting bug (#44) 2016-04-19 10:54:16 -07:00
Robert NishiharaandPhilipp Moritz 1548a1a523 implement reference counting and much more (#43) 2016-04-18 13:05:36 -07:00
Robert NishiharaandPhilipp Moritz a6a77bc416 refactor schedule code (#41) 2016-04-09 10:55:03 -07:00
Robert NishiharaandPhilipp Moritz a28920bb24 Alias (#38)
* implement objref aliasing

* updates
2016-04-08 12:58:08 -07:00
Robert Nishihara 6a5eeec86b fix naming Pull -> Request 2016-04-06 22:06:53 -07:00
Philipp Moritz f5147d8e59 arrow integration for ndarrays 2016-04-05 00:57:14 -07:00
Philipp Moritz 4f5a637a8f document and clean up orchestra protocol buffer specification 2016-03-25 13:46:12 -07:00
Robert Nishihara 29a923fc31 implementing distributed linear algebra 2016-03-23 18:38:42 -07:00
Robert Nishihara b773003b70 make ObjStore.GetObj wait until the object is present in the object store, other miscellaneous fixes 2016-03-15 00:13:12 -07:00