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 84ef52718 [CELEBORN-1007][FOLLOWUP][DOCS] Update Migration Guide
84ef52718 is described below
commit 84ef527181a58cec829fcefd27fdc65c72831a18
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Sep 28 21:08:11 2023 +0800
[CELEBORN-1007][FOLLOWUP][DOCS] Update Migration Guide
### What changes were proposed in this pull request?
Mention metrics name change in Migration Guide
### Why are the changes needed?
https://github.com/apache/incubator-celeborn/pull/1939
### Does this PR introduce _any_ user-facing change?
Yes, docs updated.
### How was this patch tested?
Review.
Closes #1950 from pan3793/CELEBORN-1007-followup.
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
docs/migration.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/migration.md b/docs/migration.md
index 7fcddebcb..202106129 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -36,6 +36,8 @@ license: |
- Since 0.3.1, Celeborn changed the default value of
`celeborn.worker.monitor.disk.check.interval` from `60` to `30`.
+- Since 0.3.1, name of JVM metrics changed, see details at CELEBORN-1007.
+
## 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.