Comment 2 for bug 1411475

Revision history for this message
Trafodion-Gerrit (neo-devtools) wrote : Fix merged to dcs (master)

Reviewed: https://review.trafodion.org/1164
Committed: https://github.com/trafodion/dcs/commit/fbdd97e918f28631a8efcf556064fef117c05457
Submitter: Trafodion Jenkins
Branch: master

commit fbdd97e918f28631a8efcf556064fef117c05457
Author: matbrown <email address hidden>
Date: Fri Feb 20 21:10:21 2015 +0000

    DcsServer checks if Trafodion is running before mxosrvr restart

    DcsServer aggresively tried to restart its child mxosrvrs.
    In scenarios where Trafodion had been stopped abruptly e.g.,
    when "ckillall" command was executed, it would cause many
    mxosrvr processes to start then quickly die. This change
    adds check to ensure that Trafodion is running before ever
    attempting a restart of any mxosrvr.

    Change-Id: If430ce94e6071e402786d73d544d2ab23306d1fe
    Closes-Bug: #1411475