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
While working on #574, we have seen that if we introduce some delay in the client (e.g., by converting RGB files to PNG) in the pipeline that reads pixel data, the conversions get stuck. We have seen that the disposable qube is blocked while writing on stdout, and that the client does not make any progress.
NOTE: Currently, we have seen this only if we add online RGB to PNG conversion in the client, when reading the pixel data. Else, the client simply fails the conversion with ENOSPC (see #574).EDIT: This is wrong, turns out that the qube can remain stuck even with the current implementation in main.
The text was updated successfully, but these errors were encountered:
While working on #574, we have seen that if we introduce some delay in the client (e.g., by converting RGB files to PNG) in the pipeline that reads pixel data, the conversions get stuck. We have seen that the disposable qube is blocked while writing on stdout, and that the client does not make any progress.
NOTE: Currently, we have seen this only if we add online RGB to PNG conversion in the client, when reading the pixel data.
Else, the client simply fails the conversion with ENOSPC (see #574).EDIT: This is wrong, turns out that the qube can remain stuck even with the current implementation inmain
.The text was updated successfully, but these errors were encountered: