You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling the Recording#close() method may throw an exception if the FlightRecorder MXBean closeRecording function fails.
The behavior of the original microsoft/jfr-streaming code was to swallow the exception. The behavior of the contributed code is different and this has caused a regression in an application that uses this module.
Steps to Reproduce
Expected Result
The close() method on a Recording should not throw an exception.
Actual Result
Component version
1.37.0
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component(s)
jfr-connection
What happened?
Description
Calling the Recording#close() method may throw an exception if the FlightRecorder MXBean closeRecording function fails.
The behavior of the original microsoft/jfr-streaming code was to swallow the exception. The behavior of the contributed code is different and this has caused a regression in an application that uses this module.
Steps to Reproduce
Expected Result
The close() method on a Recording should not throw an exception.
Actual Result
Component version
1.37.0
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: