[
https://issues.apache.org/jira/browse/ACCUMULO-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Newton resolved ACCUMULO-1652.
-----------------------------------
Resolution: Fixed
Assignee: Eric Newton
You will have to set the variable ACCUMULO_KILL_CMD:
ACCUMULO_KILL_CMD="/path/to/new/oom.sh %p"
in your conf/accumulo-env.sh file.
> Provide hooks to customize OnOutOfMemoryError behavior
> ------------------------------------------------------
>
> Key: ACCUMULO-1652
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1652
> Project: Accumulo
> Issue Type: Improvement
> Components: scripts
> Affects Versions: 1.4.3, 1.5.0
> Reporter: Drew Farris
> Assignee: Eric Newton
> Priority: Minor
>
> Currently, the accumulo startup script hardcodes {{OnOutOfMemoryError}}
> behavior to be {{kill -9 %p}}. Perhaps this could be modified to call a
> script.
> for example: {noformat}-XX:OnOutOfMemoryError="${ACCUMULO_HOME}/bin/oom.sh %p
> $1"{noformat} whose default behavior implementation is {{kill -9}}, but this
> can be modified by the administrator to implement other behavior (e.g. do a
> {{jstack}} first).
> This has the added benefit of being able to modify the behavior at runtime
> without restarting processes.
--
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