From 7131763af5ecb2b4fbfeaf2ad7405b839ed671df Mon Sep 17 00:00:00 2001 From: "Wang, Fei" Date: Thu, 28 Nov 2024 16:16:47 +0800 Subject: [PATCH] [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 a7ce650f1a3..3bac0563870 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.