ray/java
Qing Wang eb29895dbb
[Core] Remove multiple core workers in one process 1/n. (#24147)
This is the 1st PR to remove the code path of multiple core workers in one process. This PR is aiming to remove the flags and APIs related to `num_workers`.
After this PR checking in, we needn't to consider the multiple core workers any longer.

The further following PRs are related to the deeper logic refactor, like eliminating the gap between core worker and core worker process,  removing the logic related to multiple workers from workerpool, gcs and etc.

**BREAK CHANGE**
This PR removes these APIs:
- Ray.wrapRunnable();
- Ray.wrapCallable();
- Ray.setAsyncContext();
- Ray.getAsyncContext();

And the following APIs are not allowed to invoke in a user-created thread in local mode:
- Ray.getRuntimeContext().getCurrentActorId();
- Ray.getRuntimeContext().getCurrentTaskId()

Note that this PR shouldn't be merged to 1.x.
2022-05-19 00:36:22 +08:00
..
api [Core] Remove multiple core workers in one process 1/n. (#24147) 2022-05-19 00:36:22 +08:00
performance_test [Core] Remove multiple core workers in one process 1/n. (#24147) 2022-05-19 00:36:22 +08:00
runtime [Core] Remove multiple core workers in one process 1/n. (#24147) 2022-05-19 00:36:22 +08:00
serve [Core] Remove multiple core workers in one process 1/n. (#24147) 2022-05-19 00:36:22 +08:00
test [Core] Remove multiple core workers in one process 1/n. (#24147) 2022-05-19 00:36:22 +08:00
build-jar-multiplatform.sh Remove streaming deploying process. (#21603) 2022-01-17 23:37:48 +08:00
BUILD.bazel [Java] Add javac.activative dependency for java worker. (#22538) 2022-02-23 16:24:47 +08:00
checkstyle-suppressions.xml [Java] Format ray java code (#13056) 2020-12-29 10:36:16 +08:00
checkstyle.xml [Java] Support parallel actor in experimental. (#21701) 2022-04-21 22:54:33 +08:00
cleanup.sh Shellcheck comments (#9595) 2020-07-21 16:47:09 -05:00
dependencies.bzl [Java] upgrade protobuf-java version (#23627) 2022-03-31 09:12:58 -07:00
generate_jni_header_files.sh Use javac -h instead of javah. (#19311) 2021-10-12 22:37:14 +08:00
java-release-guide.md [Java] Add Java release guideline. (#22288) 2022-02-11 14:56:20 +08:00
pom.xml [Java] Support parallel actor in experimental. (#21701) 2022-04-21 22:54:33 +08:00
shade_rule [Java] Shade jackson to avoid conflict. (#24535) 2022-05-07 10:44:31 +08:00
test.sh [Core] Remove multiple core workers in one process 1/n. (#24147) 2022-05-19 00:36:22 +08:00
testng.xml [Serve] Define Java Backend (#16169) 2021-07-01 20:41:17 -07:00