Leader rotation flag plumbing

This commit is contained in:
Michael Vines
2018-12-05 17:33:32 -08:00
parent 3d996bf080
commit 094f0a8be3
8 changed files with 76 additions and 11 deletions

View File

@ -197,6 +197,7 @@ startBootstrapLeader() {
${#fullnodeIpList[@]} \
\"$RUST_LOG\" \
$skipSetup \
$leaderRotation \
"
) >> "$logFile" 2>&1 || {
cat "$logFile"
@ -223,6 +224,7 @@ startNode() {
${#fullnodeIpList[@]} \
\"$RUST_LOG\" \
$skipSetup \
$leaderRotation \
"
) >> "$logFile" 2>&1 &
declare pid=$!