mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
![]() (Comment from the PR:) If a GRPC call exceeds timeout, the calls is cancelled at client side but server may still reply to it, leading to missed messages and test failures. Using a sequence number to ensure no message is dropped can be the long term solution, but its complexity and the fact the Ray subscribers do not use deadline in production makes it less preferred. Therefore, a simpler workaround is used instead: a different subscriber is used for each get_error_message() call. Also, re-enable some additional tests in GCS HA mode. |
||
---|---|---|
.. | ||
copy_files.py | ||
Dockerfile | ||
Dockerfile.gpu | ||
pipeline.gpu.large.yml | ||
pipeline.gpu.yml | ||
pipeline.macos.yml | ||
pipeline.ml.yml | ||
pipeline.windows.yml | ||
pipeline.yml |