This is an automated email from the ASF dual-hosted git repository.

zhouky pushed a commit to branch branch-0.3
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/branch-0.3 by this push:
     new 7b5474db7 [CELEBORN-1020] Remove outdated info in README.md file
7b5474db7 is described below

commit 7b5474db734bae6d0da5067e1f28d79d2322c541
Author: Bowen Song <[email protected]>
AuthorDate: Mon Oct 9 00:11:47 2023 +0800

    [CELEBORN-1020] Remove outdated info in README.md file
    
    ### What changes were proposed in this pull request?
    The description about restart a Celeborn cluster is outdated, remove this 
part in README file
    
    Closes #1957 from zgzzbws/edit-doc.
    
    Authored-by: Bowen Song <[email protected]>
    Signed-off-by: zky.zhoukeyong <[email protected]>
    (cherry picked from commit a734b8cb790756547c822f7b80b91cde8139ab74)
    Signed-off-by: zky.zhoukeyong <[email protected]>
---
 README.md | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/README.md b/README.md
index c3d31ed3b..6038ba250 100644
--- a/README.md
+++ b/README.md
@@ -333,15 +333,3 @@ If you meet any questions, feel free to file a 🔗[Jira 
Ticket](https://issues.
 
 This is an active open-source project. We are always open to developers who 
want to use the system or contribute to it. 
 See more detail in [Contributing](CONTRIBUTING.md).
-
-## NOTICE
-If you need to fully restart a Celeborn cluster in HA mode,
-you must clean ratis meta storage first
-because ratis meta will store expired states of the last running cluster.
-
-Here are some instructions:
-1. Stop all workers.
-2. Stop all masters.
-3. Clean all master's ratis meta storage 
directory(celeborn.master.ha.ratis.raft.server.storage.dir).
-4. Start all masters.
-5. Start all workers.

Reply via email to