From: <tho...@us...> - 2011-02-04 13:01:07
|
Revision: 4178 http://bigdata.svn.sourceforge.net/bigdata/?rev=4178&view=rev Author: thompsonbry Date: 2011-02-04 13:01:01 +0000 (Fri, 04 Feb 2011) Log Message: ----------- Modified to first stop the lookup service and httpd classserver in addition to zookeeper before starting those services. This change was made in an effort to keep CI clean when a previous CI run was broken, e.g., due to a timeout, and thus left some services running. Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/build.xml Modified: branches/QUADS_QUERY_BRANCH/build.xml =================================================================== --- branches/QUADS_QUERY_BRANCH/build.xml 2011-02-03 23:40:35 UTC (rev 4177) +++ branches/QUADS_QUERY_BRANCH/build.xml 2011-02-04 13:01:01 UTC (rev 4178) @@ -1420,6 +1420,9 @@ <!-- around if the JVM is killed. That pid file needs to be cleaned --> <!-- up before we can start a new instance. --> <antcall target="stopZookeeper" /> + <antcall target="stopLookup" /> + <antcall target="stopHttpd" /> + <antcall target="startZookeeper" /> <antcall target="startHttpd" /> <antcall target="startLookup" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |