You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2013/11/14 18:24:58 UTC

svn commit: r1541986 - /uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim

Author: challngr
Date: Thu Nov 14 17:24:58 2013
New Revision: 1541986

URL: http://svn.apache.org/r1541986
Log:
UIMA-3414 Scripting to remove checks and balances for OR lock file.

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim?rev=1541986&r1=1541985&r2=1541986&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/scripts/stop_sim Thu Nov 14 17:24:58 2013
@@ -52,8 +52,6 @@ class StopSim(DuccUtil):
             cmp = inst
         self.ssh(node, False, 'kill', signal, pid)
 
-        if ( inst == 'or' ):
-            self.remove_orchestrator_lock()
         return msgs
 
     def usage(self, msg):