diff --git a/docs/migration.md b/docs/migration.md index 96632b804e3..a76c343014f 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -21,14 +21,18 @@ license: | # Migration Guide -## Upgrading from 0.3 to 0.4 +## Upgrading from 0.3.1 to 0.4 - Since 0.4.0, Celeborn won't be compatible with Celeborn client that versions below 0.3.0. Note that: It's strongly recommended to use the same version of Client and Celeborn Master/Worker in production. - Since 0.4.0, Celeborn won't support `org.apache.spark.shuffle.celeborn.RssShuffleManager`. -## Upgrading from 0.2 to 0.3 +## Upgrading from 0.3.0 to 0.3.1 + +- Since 0.3.1, Celeborn changed the default value of `celeborn.worker.directMemoryRatioToResume` from `0.5` to `0.7`. + +## Upgrading from 0.2 to 0.3.0 - Celeborn 0.2 Client is compatible with 0.3 Master/Server, it allows to upgrade Master/Worker first then Client. Note that: It's strongly recommended to use the same version of Client and Celeborn Master/Worker in production.