ray/java
Clark Zinzow d49cc68cc8
[1.6.0 Release] Pop worker and friends (#17787)
* [Core] Support ConcurrentGroup part1 (#16795)

* Core change and Java change.

* Fix void call.

* Address comments and fix cases.

* Fix asyncio

* Change core worker C++ namespace to ray::core (#17610)

* [C++ Worker] Replace `Ray::xxx` with `ray::xxx` and update namespaces (#17388)

* [core] make 'PopWorker' to be an async function (#17202)

* make 'PopWorker' to be an async function

* pop worker async works

* fix

* address comments

* bugfix

* fix cluster_task_manager_test

* fix

* bugfix of detached actor

* address comments

* fix

* address comments

* fix aioredis

* Revert "fix aioredis"

This reverts commit 041b983eac95b105ab0e853e84c4cf2647008431.

* bug fix

* fix

* fix test_step_resources test

* format

* add unit test

* fix

* add test case PopWorkerStatus

* address commit

* fix lint

* address comments

* add python test

* address comments

* make an independent function

* Update test_basic_3.py

Co-authored-by: Hao Chen <chenh1024@gmail.com>

Co-authored-by: Qing Wang <kingchin1218@gmail.com>
Co-authored-by: Hao Chen <chenh1024@gmail.com>
Co-authored-by: qicosmos <383121719@qq.com>
Co-authored-by: SongGuyang <guyang.sgy@antfin.com>
2021-08-12 15:21:44 -07:00
..
api [1.6.0 Release] Pop worker and friends (#17787) 2021-08-12 15:21:44 -07:00
performance_test [Java] Upgrade log4j (#16657) 2021-06-24 21:01:27 -07:00
runtime [1.6.0 Release] Pop worker and friends (#17787) 2021-08-12 15:21:44 -07:00
serve Fix Java CI (#16835) 2021-07-02 21:52:51 +08:00
test [1.6.0 Release] Pop worker and friends (#17787) 2021-08-12 15:21:44 -07:00
build-jar-multiplatform.sh [Buildkite] Add wheels, jars, and docker builds. (#14190) 2021-02-18 14:19:28 -08:00
BUILD.bazel [Java] Remove redis dependency(jedis) in java lang layer (#17029) 2021-07-13 17:34:10 +08:00
checkstyle-suppressions.xml [Java] Format ray java code (#13056) 2020-12-29 10:36:16 +08:00
checkstyle.xml [Java] Format ray java code (#13056) 2020-12-29 10:36:16 +08:00
cleanup.sh Shellcheck comments (#9595) 2020-07-21 16:47:09 -05:00
dependencies.bzl [Java] Remove redis dependency(jedis) in java lang layer (#17029) 2021-07-13 17:34:10 +08:00
generate_jni_header_files.sh Shellcheck quoting (#9596) 2020-07-21 21:56:41 -05:00
pom.xml Revert "Revert "[Java] upgrade jar deps to fix cves" (#16889)" (#16899) 2021-07-06 14:00:50 -07:00
test.sh Optimize lambda copy to improve direct call performance. (#15036) 2021-04-14 11:02:49 +08:00
testng.xml [Serve] Define Java Backend (#16169) 2021-07-01 20:41:17 -07:00