mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
![]() Why are these changes needed? If max concurrency is 1 in default group, a blocking task executing in default group will block the following tasks in different group. See reproduction script in #20475 The issue is due to tasks executing in the default concurrent group run in the main task execution thread, and tasks in other concurrent groups will be blocked if the main task execution thread is blocked. This PR only changes concurrent actor behavior that default group will not block other groups. Related issue number Fix #20475 |
||
---|---|---|
.. | ||
api | ||
performance_test | ||
runtime | ||
serve | ||
test | ||
build-jar-multiplatform.sh | ||
BUILD.bazel | ||
checkstyle-suppressions.xml | ||
checkstyle.xml | ||
cleanup.sh | ||
dependencies.bzl | ||
generate_jni_header_files.sh | ||
pom.xml | ||
test.sh | ||
testng.xml |