This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new e4a60d15e [CELEBORN-909][FOLLOWUP][DOCS] Restore titles in migration
guide
e4a60d15e is described below
commit e4a60d15e43cf159c406a104ddf24de7b84fa694
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Sep 28 20:04:53 2023 +0800
[CELEBORN-909][FOLLOWUP][DOCS] Restore titles in migration guide
### What changes were proposed in this pull request?
Restore titles in migration guide
### Why are the changes needed?
Make title in migration guide consistent.
### Does this PR introduce _any_ user-facing change?
Yes, docs changed.
### How was this patch tested?
Pass GA.
Closes #1949 from pan3793/CELEBORN-909-followup.
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
docs/migration.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/migration.md b/docs/migration.md
index 8f654c315..7fcddebcb 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -21,7 +21,7 @@ license: |
# Migration Guide
-## Upgrading from 0.3.1 to 0.4
+## Upgrading from 0.3 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.
@@ -36,7 +36,7 @@ license: |
- Since 0.3.1, Celeborn changed the default value of
`celeborn.worker.monitor.disk.check.interval` from `60` to `30`.
-## Upgrading from 0.2 to 0.3.0
+## Upgrading from 0.2 to 0.3
- 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.