Add JVM option to the minion startup script

Description

While working on https://opennms.atlassian.net/browse/NMS-13539#icft=NMS-13539 we encountered exceptions without stack traces in the Minion's log files. It seems that a JVM optimization mechanism strips off stack traces for frequently appearing exceptions. To disable this behaviour the JVM option `-XX:-OmitStackTraceInFastThrow` must be specified.

Acceptance / Success Criteria

JVM option `-XX:-OmitStackTraceInFastThrow` is correctly set for the Minion's java process.

Lucidchart Diagrams

Activity

Show:

Christian Pape September 13, 2021 at 2:18 PM

Merged.

Christian Pape September 9, 2021 at 1:10 PM

Fixed

Details

Assignee

Reporter

Components

Sprint

Fix versions

Affects versions

Priority

PagerDuty

Created September 8, 2021 at 2:46 PM
Updated September 14, 2021 at 1:58 PM
Resolved September 13, 2021 at 2:18 PM

Flag notifications