We are running JIRA Data Center load balanced across 2 nodes. These nodes share the same JIRA operational directory that stores attachments, plugins... This directory is an efs mount in AWS.
Scenario: the operational efs mount unexpectedly becomes unmounted while JIRA DC is running.
Observed Behavior: A second JIRA process is started on the same server when the shared operation directory unmounts.
Outcome: Property conflicts between 2 instances on the same box. One of these JVMs cannot be stopped immediately, even using kill -9. Its hanging.
Is this the expected JIRA behavior? Is there a configuration to prevent this?