Ricky Xu
Ricky Xu
## Why are these changes needed? Seems virtualenv didn't work with python3.10 on pip 23.1.0/1 https://github.com/pypa/virtualenv/issues/2560 We could close it since we ping pip version now, and this should be...
## Why are these changes needed? With https://github.com/ray-project/ray/pull/31019, we always have up to 10k dead actors cached by default. There's no existing usecase where we don't want to have actors...
## Why are these changes needed? Ran into an unexpected failure on https://github.com/ray-project/ray/issues/34554, where the query changes as we changes one of the value from (`Worker` to `WORKER`) I think...
## Why are these changes needed? With this change, `ObjectRef` will work just as if it's an asyncio.Future. API that only take `asyncio.Future` rather than awaitable will also work with...
## Why are these changes needed? I think this is an incorrect flag when we have multiple workers in the cluster. This will create `num_workers x 64` threads when we...
## Why are these changes needed? Fix the error introduced by https://github.com/ray-project/ray/commit/6a13b094585bd85674825088779077dc1d03104c ## Related issue number ## Checks - [ ] I've signed off every commit(by using the -s flag,...
## Why are these changes needed? Add 3.11 for mac wheels in - wheels download from CI - wheels check from pypi ## Related issue number ## Checks - [...
### What happened + What you expected to happen We never explicitly check the nightly wheels: 1. links are correct 2. the wheel commit is correct ### Versions / Dependencies...
## Why are these changes needed? This PR updates the GCS side data loss tracking. This PR: - Introduces a TaskEventLocator for locating task events from a task attempt in...
### What happened + What you expected to happen We have seen cases where minimal test did not run in the targeted python version (propabbly due to conda not having...