Bug 1651668
| Summary: | OpenDaylight code throws too many internal exceptions during normal running | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Michael Vorburger <vorburger> | ||||
| Component: | opendaylight | Assignee: | Michael Vorburger <vorburger> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Noam Manos <nmanos> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 13.0 (Queens) | CC: | mkolesni, nyechiel, skitt, smalleni | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-11-22 13:02:24 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 1650576, 1660167 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Michael Vorburger
2018-11-20 14:24:44 UTC
According to the Environment > Recording > Settings UI, there is a "jdk.JavaExceptionThrow" which is false which probably has to be set to true to record this. exception-level=all is mentioned on https://stackoverflow.com/questions/31793426/java-flight-recorder-how-to-dump-on-exception-flightrecordingdumponunhandledexc I'm guessing either of these probably has to be added to the XX:FlightRecorderOptions - should be tested locally before asking scale lab to do this. > probably has to be added to the XX:FlightRecorderOptions
That doesn't quite work (I've locally played with it) - will keep digging.
Created attachment 1507759 [details]
Custom Java Flight Recorder Configuration (JFC) which enables exception tracking
Ok I've figured this out; we must re-run a test with the full path to the attached default-with-all-exceptions.jfc instead of "default" in the settings= of the FlightRecorderOptions.
|