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.
Reviewed: https:/ /review. trafodion. org/1164 /github. com/trafodion/ dcs/commit/ fbdd97e918f2863 1a8efcf556064fe f117c05457
Committed: https:/
Submitter: Trafodion Jenkins
Branch: master
commit fbdd97e918f2863 1a8efcf556064fe f117c05457
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: If430ce94e6071e 402786d73d544d2 ab23306d1fe
Closes-Bug: #1411475