Skip to content

Tags: pinterest/ray

Tags

ray-2.9.3

Toggle ray-2.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[core] Fix protobuf breaking change by adding a compat layer. (ray-pr…

…oject#43172) (ray-project#43188)

Latest postmerge failure linux://python/ray/tests:test_output turns out to be from a recent protobuf pre-release change. It changed an argument name which breaks our event logger. This PR introduces a compatibility layer to support both args.

Also re-enabled core minimal tests in premerge.

Signed-off-by: Ruiyang Wang <rywang014@gmail.com>

ray-2.9.2

Toggle ray-2.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Serve] fix missing message body for json log formats (ray-project#42729

) (ray-project#42874)

Pick of ray-project#42729

Signed-off-by: Gene Su <e870252314@gmail.com>

ray-2.9.1

Toggle ray-2.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Debugger] Adding debupgy as the ray debugger (ray-project#42311) (ra…

…y-project#42361)

- enabled debugpy as the ray debugger for breakpoint and post_mortem debugging
- added flag RAY_DEBUG=1 to enable debugpy. If RAY_DEBUG is not set and RAY_PDB is set, then rpdb will be used.
- used state api to save worker debugging port.

ray-2.9.0

Toggle ray-2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
disable StreamingOutputBackpressurePolicy (ray-project#42000)

Cherrypick ray-project#41999 to 2.9.0. This can fix a regression for small-scale jobs (ray-project#41496). But it will also hurt stability for large-scale jobs.

Signed-off-by: Hao Chen <chenh1024@gmail.com>

ray-2.8.1

Toggle ray-2.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[wheel] revert commit injection (ray-project#41550)

in case we need to do a ray 2.8.2 ..

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>

ray-2.8.0

Toggle ray-2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Doc][KubeRay] Add a doc for RayService high-availability (ray-projec…

…t#40672) (ray-project#40870)

Signed-off-by: Kai-Hsun Chen <kaihsun@anyscale.com>
Signed-off-by: Kai-Hsun Chen <kaihsun@apache.org>
Co-authored-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com>

ray-2.7.1

Toggle ray-2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pick of ray-project#40149 (ray-project#40150)

Signed-off-by: can <can@anyscale.com>

ray-2.7.0

Toggle ray-2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[core] Fix empty resource update to GCS resource manager. (ray-projec…

…t#39648) (ray-project#39664)

* [core] Fix empty resource update to GCS resource manager.  (ray-project#39648)


---------

Signed-off-by: rickyyx <rickyx@anyscale.com>

* update

Signed-off-by: rickyyx <rickyx@anyscale.com>

---------

Signed-off-by: rickyyx <rickyx@anyscale.com>

ray-2.6.3

Toggle ray-2.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[core][autoscaler] Fix idle resource status accounting from raylet ra…

…y-project#38268 (ray-project#38285)


---------

Signed-off-by: rickyyx <rickyx@anyscale.com>

ray-2.6.2

Toggle ray-2.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update the KubeRay-related docs to v0.6.0 (ray-project#37833) (ray-pr…

…oject#37901)