This is an automated email from the ASF dual-hosted git repository.
nicholasjiang pushed a commit to branch branch-0.5
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/branch-0.5 by this push:
new 7131763af [CELEBORN-1752] Migration guide for unexpected shuffle
RESTful api change since 0.5.0
7131763af is described below
commit 7131763af5ecb2b4fbfeaf2ad7405b839ed671df
Author: Wang, Fei <[email protected]>
AuthorDate: Thu Nov 28 16:16:47 2024 +0800
[CELEBORN-1752] Migration guide for unexpected shuffle RESTful api change
since 0.5.0
---
docs/migration.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/migration.md b/docs/migration.md
index a7ce650f1..3bac05638 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -52,6 +52,8 @@ license: |
- Since 0.5.0, Celeborn worker REST API `/exit` uses POST method and the
parameter `type` uses form parameter instead.
+- Since 0.5.0, Celeborn master and worker REST API `/shuffles` is renamed as
`/shuffle`, and will be deprecated since 0.6.0.
+
## Upgrading from 0.4.0 to 0.4.1
- Since 0.4.1, Celeborn master adds a limit to the estimated partition size
used for computing worker slots.