You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:18:24 UTC

[jira] [Created] (TRAFODION-840) LP Bug: 1404108 - dcsstop does not stop all mxosrvrs

Alice Chen created TRAFODION-840:
------------------------------------

             Summary: LP Bug: 1404108 - dcsstop does not stop all mxosrvrs
                 Key: TRAFODION-840
                 URL: https://issues.apache.org/jira/browse/TRAFODION-840
             Project: Apache Trafodion
          Issue Type: Bug
          Components: connectivity-dcs
            Reporter: Aruna Sadashiva
            Assignee: Tharak Capirala
            Priority: Critical
             Fix For: 1.0 (pre-incubation)


All MXOSRVRs do not get stopped when dcsstop (or sqstop or even ckillall) is run. 

cstat still shows several processes like this:
rhel-mapr3: trafodion     9255  7827 futex_ 1537324 3146568 01:30:06 Sl mxosrvr -ZkHost rhel-mapr1:2181,rhel-mapr2:2181,rhel-mapr3:2181 -RZ rhel-mapr3.hpl.hp.com:3:3 -ZkPnode /trafodion -CNGTO 60 -ZKSTO 180 -EADSCO 0 -TCPADD 15.25.112.36 -MAXHEAPPCT 0

Workaround from dev is to run this :

pdsh $MY_NODES "ps -u $USER -o pid,cmd | grep mxosrvr " |sed -e "s@:@@" | awk '{print "ssh "$1" kill -9 "$2}'>killmxo
killmxo



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)