metalfs icon indicating copy to clipboard operation
metalfs copied to clipboard

Null-data sink: Stream end is not awaited

Open rs22 opened this issue 5 years ago • 0 comments

The I/O orchestration does not receive an interrupt from the hls_streamsink once the incoming stream is terminated. Instead, it terminates whenever the data source or any other operator have signaled completion.

When profiling, this leads to the performance counters being stopped too early, thus the profiling results do not show the entire amount of data that was transferred.

rs22 avatar Feb 01 '20 20:02 rs22