Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8365066

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 26
    • 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.

            cito Chihiro Ito
            cito Chihiro Ito
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: