mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 02:46:49 +08:00
66edebce3a
* add dac * remove cachign * rename return buffer * cleanup * add tests * add perf * fix * flip * remove * remove it * lint * remove fork safety * lint * comments * s/core/client * wip * remove * fmt * consistently return direct naming * basic pass by ref * fix bugs * wip * wip * wip * wip * add test * works now * fix constructor * fix merge * add todo for perf * fix single client test * use lower n * bazel * faster * fix core worker test * init * fix tests * no plasma for direct call * Update worker.py * add order test * fixes * comments * remove old assert * lint * add test * Very wip * wip * add options for tasks * add test * fmt * add backpressure * remove idle prof event * lint * Fix 0 returns * Set memcopy threads globally * add benchmark * Fix object exists * Fix reference * Remove return_buffer * Add check * add exit handler * update benchmarks * Fix compile error * Fix NoReturn * Use is instead of == for NoReturn * fix * Remove list comprehension * Fix core worker test * comment * Apply suggestions from code review Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com> * fix merge error * lint * wip * fix merge * wip * finish * lint * task interface * add file * add * wip * now works! * updated * wip * dep resolution * remove remote dep handling * comments * fix test_multithreading * fix merge * fix exit handling * fix merge * comments * get fallback fetch working * handle contains * fix typo * Skeleton for SubmitTask proto * Update src/ray/common/id.h Co-Authored-By: Stephanie Wang <swang@cs.berkeley.edu> * comments * rename to core worker service * lint * fix compile * wip * update * error code * fix up and rename * clean up call manager * comments * add test and cleanup deserialization * fix pickle * fix comments, lint * test todo * comments * use shared ptr * rename * Update src/ray/protobuf/gcs.proto Co-Authored-By: Stephanie Wang <swang@cs.berkeley.edu> * require transport type for ids; lint * cleanup * comments 1 * use worker available for real * wip * fix test * resolve local dependencies test * add num pending metric * client factory * unit test task submission * wip * fix bug * rename * Pass through node manager port, connect in raylet client * finish rename * Switch submit task to grpc * fix crash * Check port in use * fix merge * comments more * doc * Remove default port, set port randomly from driver * add unique_ptr comment about TaskSpec * lint * fix test * update * fix lint * GetMessageMutable should not be const * iwyu * fix const * Update direct_task_transport_test.cc * fix segfault * Fix test * Add RpcAddress, set in actor table data * fix serialization * fix lint * Pass through task caller address * Fix object manager test * RpcAddress -> Address * merge * Port WorkerLease to grpc * wip * fix test * add mem test * update * comments * fix core worker tests * fix * remove old worker lease code * First pass on spillback * lint * crash? * Debug * Fix task spec copy, extend test basic * lint * Port return worker to grpc * lint * Return worker to the correct raylet * Only request worker if queued tasks * A bit better failure handling * Fix unit test * Add unit test for spillback * fix * python test multinode * update * updates * fix