ray/cpp
Gagandeep Singh d226cbf21a
Added StartupToken to idenitfy a process at startup (#19014)
* Added StartupToken to idenitfy a process at startup

* Applied linting formats

* Addressed reviews

* Fixing worker_pool_test

* Fixed worker_pool_test

* Applied linting formatting

* Added documentation for StartupToken

* Fixed linting

* Reordered initialisation of WorkerPool members

* Fixed Python docs

* Fixing bugs in cluster_mode_test

* Fixing Java tests

* Create and set shim process after verifying startup_token

* shim_process.GetId() -> worker_shim_pid

* Improvements in startup token and modifying java files

* update io_ray_runtime_RayNativeRuntime.h

* Fixed java tests by adding startup-token to conf

* Applied linting

* Increased arg count for startup_token

* Attempt to fix streaming tests

* Type correction

* applied linting

* Corrected index of startup token arg

* Modified, mock_worker.cc to accept startup tokens

* Applied linting

* Applied linting changes from CI

* Removed override from worker.h

* Applied linting from scripts/format.sh

* Addressed reviews and applied scripts/format.sh

* Applied linting script from ci/travis

* Removed unrequired methods from public scope

* Applied linting
2021-10-15 15:13:13 -07:00
..
example [C++ API][hotfix] fix C++ worker dynamic library loading issue on macOS (#18877) 2021-09-24 23:39:00 +08:00
include/ray [C++ API] support head_args config in C++ API (#18709) 2021-09-23 19:30:53 +08:00
src/ray Added StartupToken to idenitfy a process at startup (#19014) 2021-10-15 15:13:13 -07:00
BUILD.bazel Update build rules and patches for darwin_arm64 platform. (#19037) 2021-10-09 18:48:35 -07:00