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

zhouky 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 a734b8cb7 [CELEBORN-1020] Remove outdated info in README.md file
a734b8cb7 is described below

commit a734b8cb790756547c822f7b80b91cde8139ab74
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]>
---
 README.md | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/README.md b/README.md
index 1f86a9203..e19f5941e 100644
--- a/README.md
+++ b/README.md
@@ -346,15 +346,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