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

maxyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git

commit 7158e52a99bd21d249dce08a750e8176496f6a84
Author: hyongtao-db <[email protected]>
AuthorDate: Thu Feb 16 13:32:53 2023 +0800

    inclusive terminology for Greenplum 7 in gpfdist (#14987)
    
    rename master to coordinator in gpfdist
    
    **Signed-off-by:** Yongtao Huang <[email protected]>
---
 src/bin/gpfdist/doc/init  | 4 ++--
 src/bin/gpfdist/doc/start | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/bin/gpfdist/doc/init b/src/bin/gpfdist/doc/init
index e0b9e64f5e..c8a8e66e39 100644
--- a/src/bin/gpfdist/doc/init
+++ b/src/bin/gpfdist/doc/init
@@ -52,7 +52,7 @@ MA
 ===
 
 1.  do initdb for all segment except standby QD
-2.  copy data drom master QD to standby QD
-    "scp -r %s %s:%s" % ( seginfo[master_qd_idx].dir,
+2.  copy data from coordinator QD to standby QD
+    "scp -r %s %s:%s" % ( seginfo[coordinator_qd_idx].dir,
            seginfo[standby_qd_idx].host,
            seginfo[standby_qd_idx].dir)
diff --git a/src/bin/gpfdist/doc/start b/src/bin/gpfdist/doc/start
index c72e6f4907..d300bca726 100644
--- a/src/bin/gpfdist/doc/start
+++ b/src/bin/gpfdist/doc/start
@@ -20,12 +20,12 @@ waitflag = (wait ? "-w" : "")
 
 
 
-Start master QD
+Start coordinator QD
 =====================
 
 1.  kill gpsyncmaster
 
-2.  start master QD
+2.  start coordinator QD
 
 waitflag = (wait ? "-w" : "")
 
@@ -50,7 +50,7 @@ fi
 
 
 
-Start Standby Sync master
+Start Standby Sync coordinator
 =========================
 
 $GPHOME/bin/gpsyncmaster -p %d -D %s -i >> %s.log 2>&1 &" % (pgport, datadir, 
datadir)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to