Skip to content
Snippets Groups Projects
Commit 3ea86725 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

box-switch_mode: review fixes.

parent aa2a5bb7
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@ for i in range(1, 5):
master.sql.execute("insert into t0 values ({0}, 'the tuple #{0}')".format(i),
silent=False)
slave.wait_lsn(5)
print """
#
# Reconfigure slave to replicate from secondary feeder.
......
pid_file = "tarantool.pid"
logger="tee -a tarantool.log"
wal_feeder_bind_ipaddr = "127.0.0.1"
wal_feeder_bind_port = 33016
......
pid_file = "tarantool.pid"
logger="tee -a tarantool.log"
wal_feeder_bind_ipaddr = "127.0.0.1"
wal_feeder_bind_port = 33026
......
pid_file = "tarantool.pid"
logger="tee -a tarantool.log"
wal_feeder_bind_ipaddr = "127.0.0.1"
wal_feeder_bind_port = 33116
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment