[
https://issues.apache.org/jira/browse/FLINK-18334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-18334:
-----------------------------------
Labels: auto-deprioritized-major (was: stale-major)
Priority: Minor (was: Major)
This issue was labeled "stale-major" 7 ago and has not received any updates so
it is being deprioritized. If this ticket is actually Major, please raise the
priority and ask a committer to assign you the issue or revive the public
discussion.
> Exclude .dumpstream files that only contain JAVA_TOOL_OPTIONS logging
> ---------------------------------------------------------------------
>
> Key: FLINK-18334
> URL: https://issues.apache.org/jira/browse/FLINK-18334
> Project: Flink
> Issue Type: Bug
> Components: Build System / CI
> Reporter: Chesnay Schepler
> Priority: Minor
> Labels: auto-deprioritized-major
> Fix For: 1.14.0
>
>
> For debugging purposes we tell all JVMs on CI to create a heap dump if they
> hit an OOM.
> We additionally collect the .dumpstream files from surefire, which contain
> the raw JVM output.
> All JVMs will log something like this:
> {code}
> # Created at 2020-06-16T14:30:35.624
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> {code}
> This is fine, and cannot be avoided, but as a result you have a lot of
> .dumpstream files that only contain this entry, which is a bit annoying when
> looking for that one file that actually contains the important entries.
> Maybe we could filter out files that only contain these entries.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)