[Tarantool-patches] [PATCH v11 1/8] box: fix bootstrap comment

Cyrill Gorcunov gorcunov at gmail.com
Sat Apr 4 19:15:17 MSK 2020


We're not starting new master node but
a new instance instead. The comment simply
leftover from older modifications.

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
 src/box/box.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/box/box.cc b/src/box/box.cc
index 765d64678..0c15ba5e9 100644
--- a/src/box/box.cc
+++ b/src/box/box.cc
@@ -2414,7 +2414,7 @@ box_cfg_xc(void)
 		local_recovery(&instance_uuid, &replicaset_uuid,
 			       &checkpoint->vclock);
 	} else {
-		/* Bootstrap a new master */
+		/* Bootstrap a new instance */
 		bootstrap(&instance_uuid, &replicaset_uuid,
 			  &is_bootstrap_leader);
 	}
-- 
2.20.1



More information about the Tarantool-patches mailing list