You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2018/10/24 11:37:20 UTC

svn commit: r1844754 - /uima/uima-ducc/trunk/src/main/admin/stop_ducc

Author: degenaro
Date: Wed Oct 24 11:37:20 2018
New Revision: 1844754

URL: http://svn.apache.org/viewvc?rev=1844754&view=rev
Log:
UIMA-5875 DUCC admin command stop_ducc should accept --all --stop, which comprises --agents followed by --head

Modified:
    uima/uima-ducc/trunk/src/main/admin/stop_ducc

Modified: uima/uima-ducc/trunk/src/main/admin/stop_ducc
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/src/main/admin/stop_ducc?rev=1844754&r1=1844753&r2=1844754&view=diff
==============================================================================
--- uima/uima-ducc/trunk/src/main/admin/stop_ducc (original)
+++ uima/uima-ducc/trunk/src/main/admin/stop_ducc Wed Oct 24 11:37:20 2018
@@ -533,7 +533,7 @@ class StopDucc(DuccUtil):
             if(component == self.c_broker):
                 stop_broker = True
                 continue
-            elif(com == self.c_database):
+            elif(component == self.c_database):
                 stop_db = True
                 continue
             else: