|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ Amdatu-developers mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-developers


The configuration mechanism used by the Ace process launcher is not very suitable if you want to be sure that a process is launched only once. You have no full control over the process being launched, as there is the config admin in between.
To fix the issue a locking mechamism (creating .lock files) should be added to the cassandra manager. The process launcher should be overruled (embed and extend) to invoke the startProcess and stopProcess with the configuration directly, without the config admin in between. This provides the required control to the cassandra manager.