RecordingStream and RemoteRecordingStream do not terminate when the associated Recording is stopped or closed externally

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • 26
    • Affects Version/s: 26
    • Component/s: hotspot
    • None
    • jfr

      When a Recording created with JDK Flight Recorder's RecordingStream or RemoteRecordingStream is stopped or closed from an external source, the corresponding stream does not terminate as expected.

      RecordingStream

      If the associated Recording is stopped externally. RecordingStream stops as expected.

      If the associated Recording is closed externally. RecordingStream does not stop.

      RemoteRecordingStream

      If the associated Recording is stopped externally. RemoteRecordingStream does not stop.

      If the associated Recording is closed externally. RemoteRecordingStream also does not stop.

      This leads to streams continuing to run indefinitely, even though their underlying recording has been stopped or closed.

            Assignee:
            Chihiro Ito
            Reporter:
            Chihiro Ito
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: