Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JEMH will evaluate the disk space prior to processing every email, a lockfile is used to flag whether we’ve already issued ‘forward’ notificiation notification {{JIRA_HOME/data/jemh/jemh-lowdiskspace.lck}}.

  1. If more than 250MB is available, any historic lock file will be cleared and normal processing resumes

  2. If less than 250MB is available, and no lockfile lock-file was yet created, JEMH creates the lockfile lock-file and generates an audit event, resulting in a forward notification about the problem:

    1. No mail is processed or marked read - no data loss outcome

  3. The next time Jira invokes JEMH, the (current) lack of disk space and presence of the lockfile results in:

    1. No additional audit event generated, no additional forward notifications (as JEMH will be invoked possibly 000’s of times before anyone does something).

    2. No mail is processed or marked read - no data loss outcome

  4. The cycle above repeats until available disk space is above the minimum, at which time, the lockfile is cleared, and normal processing resumes.

...