commit | f8bf9e7a05ab1409259c16f8b512c3ef43ff31fc | [log] [tgz] |
---|---|---|
author | Michael Blow <michael.blow@couchbase.com> | Tue Nov 26 18:51:58 2019 -0500 |
committer | Michael Blow <michael.blow@couchbase.com> | Tue Nov 26 18:51:58 2019 -0500 |
tree | 24813b1c2247ae786e487d72f42e24869e35dd36 | |
parent | 311e46d4c3917daf503b03a011f0a5421ae52f11 [diff] | |
parent | 22928109577b5022e730fc8428aeacaf1af62e75 [diff] |
Merge branch 'gerrit/mad-hatter' into 'master' Change-Id: Ib31ef5e0d84c3f66d0f8c7db2af3b05d4f1734f1
diff --git a/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.bat b/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.bat index 652abff..1d874c2 100644 --- a/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.bat +++ b/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.bat
@@ -108,7 +108,7 @@ start /MIN "cc" cmd /c "echo See output in %LOGSDIR%\cc.log && "%INSTALLDIR%\bin\${CC_COMMAND}" -config-file "%CLUSTERDIR%\conf\cc.conf" >>"%LOGSDIR%\cc.log" 2>&1" echo. -call "%INSTALLDIR%\bin\${HELPER_COMMAND}" wait_for_cluster -timeout 30 +call "%INSTALLDIR%\bin\${HELPER_COMMAND}" wait_for_cluster -timeout 90 if %ERRORLEVEL% EQU 0 ( goto :END )
diff --git a/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.sh b/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.sh index 9268bed..34c3a0f 100755 --- a/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.sh +++ b/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.sh
@@ -129,5 +129,5 @@ "$INSTALLDIR/bin/${NC_SERVICE_COMMAND}" -logdir - -config-file "$CLUSTERDIR/conf/blue.conf" >> "$LOGSDIR/blue-service.log" 2>&1 & "$INSTALLDIR/bin/${NC_SERVICE_COMMAND}" -logdir - >> "$LOGSDIR/red-service.log" 2>&1 & "$INSTALLDIR/bin/${CC_COMMAND}" -config-file "$CLUSTERDIR/conf/cc.conf" >> "$LOGSDIR/cc.log" 2>&1 & -"$INSTALLDIR/bin/${HELPER_COMMAND}" wait_for_cluster -timeout 30 +"$INSTALLDIR/bin/${HELPER_COMMAND}" wait_for_cluster -timeout 90 exit $?