Commit Graph

34 Commits

Author SHA1 Message Date
Robert Nishihara 98a508d6ca Terminology change Object Reference -> Object ID (#330) 2016-07-31 19:58:03 -07:00
Robert Nishihara 8e9f98c5ff Properly import remote functions and reusable variables on workers that register late (#290) 2016-07-25 16:17:17 -07:00
Philipp Moritz 5591aa4665 cleanup serialization code (#291) 2016-07-25 15:47:10 -07:00
Philipp Moritz 4a0f35b042 new arrow serialization code (serialize python objects recursively) (#284) 2016-07-25 13:41:47 -07:00
Robert Nishihara 03f1830cd0 implement key value store for sharing reusable variables 2016-07-22 18:43:33 -07:00
Wapaul1 b68512ec7d Added handles for python to access buffers in objstore (#282) 2016-07-20 17:36:15 -07:00
mehrdadn f2c43bec87 Function serialization (#261) 2016-07-17 22:05:07 -07:00
mehrdadn 5328890001 Kill workers (#148) 2016-06-29 22:40:04 -07:00
Robert Nishihara 72f22a238a let scheduler distinguish drivers from workers (#185) 2016-06-29 21:43:06 -07:00
mehrdadn 27bd859925 Remove objstore_stub_ (#176) 2016-06-27 13:16:35 -07:00
Philipp Moritz 8a0b8e8789 Unmap segments properly to avoid memory leaks 2016-06-24 16:56:26 -07:00
Philipp Moritz 5281bd414f preparation to deallocate objects properly 2016-06-21 13:46:38 -07:00
mehrdadn 0e5feecd65 Get failed worker information (#114) 2016-06-17 15:01:48 -07:00
Mehrdad N e8ed13e960 Unregistered function handling 2016-06-13 23:30:10 +00:00
Robert Nishihara 41539141af catch exceptions on workers and pass them to the scheduler (#93) 2016-06-11 15:44:56 -07:00
Robert Nishihara 4cc024ae36 renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
Robert Nishihara 67086f663e change filenames and directory structure to use halo (#81) 2016-06-03 18:32:57 -07:00
Robert Nishihara 23d202bb73 renaming Call -> Task (#70) 2016-05-26 16:33:30 -07:00
Philipp Moritz 8d0c3be28f implement serialization using numbuf 2016-04-26 15:14:04 -07:00
Robert Nishihara 87bc8801ab changing segment names to include objstoreid (#50) 2016-04-22 12:07:02 -07:00
Robert Nishihara 1548a1a523 implement reference counting and much more (#43) 2016-04-18 13:05:36 -07:00
Robert Nishihara a28920bb24 Alias (#38)
* implement objref aliasing

* updates
2016-04-08 12:58:08 -07:00
Philipp Moritz f5147d8e59 arrow integration for ndarrays 2016-04-05 00:57:14 -07:00
Philipp Moritz c1459f3603 clean up queues 2016-03-17 22:56:55 -07:00
Philipp Moritz dd88bae487 implement event based object store 2016-03-17 22:32:31 -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
Philipp Moritz c249efa7d1 Improved OrchPy lib error handling, fixed tests, added tests 2016-03-10 20:10:49 -08:00
Robert Nishihara 08a7e4d450 implementing worker.py and miscellaneous changes 2016-03-10 12:40:05 -08:00
Philipp Moritz f47bad3828 switching from Cython to Python C API 2016-03-10 12:35:31 -08:00
Philipp Moritz 954e34c0ae function return working with one return value 2016-03-05 15:11:39 -08:00
Philipp Moritz 3ebf8b0699 clean up, mainly the scheduler 2016-03-02 15:23:11 -08:00
Philipp Moritz 743f843524 before refactoring 2016-03-01 01:02:08 -08:00
Philipp Moritz bade870a38 fix includes and first steps to get call working 2016-02-22 16:06:16 -08:00
Philipp Moritz dcb73aba90 commit worker 2016-02-22 13:58:13 -08:00