Ian Maxon has submitted this change and it was merged. Change subject: Fix asterix-docker ......................................................................
Fix asterix-docker Change-Id: Ifac17caf603f1d4f1c53413996d833869d68a266 Reviewed-on: https://asterix-gerrit.ics.uci.edu/1506 Reviewed-by: Michael Blow <[email protected]> Integration-Tests: Michael Blow <[email protected]> Tested-by: Michael Blow <[email protected]> --- M asterixdb/asterix-docker/docker/supervisord.conf M asterixdb/asterix-docker/pom.xml 2 files changed, 3 insertions(+), 3 deletions(-) Approvals: Michael Blow: Looks good to me, approved; Verified; Verified diff --git a/asterixdb/asterix-docker/docker/supervisord.conf b/asterixdb/asterix-docker/docker/supervisord.conf index acce92e..9f70dd1 100644 --- a/asterixdb/asterix-docker/docker/supervisord.conf +++ b/asterixdb/asterix-docker/docker/supervisord.conf @@ -26,14 +26,14 @@ stderr_logfile_maxbytes=0 [program:asterixnc1] -command=/asterixdb/bin/asterixnc -node-id nc1 -cc-host localhost -iodevices /asterixdb/nc1 -cluster-net-ip-address localhost -data-ip-address localhost -result-ip-address localhost -- -metadata-port 50031 +command=/asterixdb/bin/asterixnc -node-id nc1 -cc-host localhost -iodevices /asterixdb/nc1 -cluster-net-ip-address localhost -data-ip-address localhost -result-ip-address localhost -- stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 [program:asterixnc2] -command=/asterixdb/bin/asterixnc -node-id nc2 -cc-host localhost -iodevices /asterixdb/nc2 -cluster-net-ip-address localhost -data-ip-address localhost -result-ip-address localhost -- -metadata-port 50031 +command=/asterixdb/bin/asterixnc -node-id nc2 -cc-host localhost -iodevices /asterixdb/nc2 -cluster-net-ip-address localhost -data-ip-address localhost -result-ip-address localhost -- stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr diff --git a/asterixdb/asterix-docker/pom.xml b/asterixdb/asterix-docker/pom.xml index 6ea0564..c947711 100644 --- a/asterixdb/asterix-docker/pom.xml +++ b/asterixdb/asterix-docker/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>apache-asterixdb</artifactId> <groupId>org.apache.asterix</groupId> - <version>0.8.9-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <artifactId>asterix-docker</artifactId> <properties> -- To view, visit https://asterix-gerrit.ics.uci.edu/1506 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifac17caf603f1d4f1c53413996d833869d68a266 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jianfeng Jia <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: abdullah alamoudi <[email protected]>
