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
diskio: Correctly account the release of the final chunk
In incremental file processing we need to correctly account for
the final chunk being released, otherwise we end up holding a chunk
for the duration of the rest of the component for every incremental
file in the tarball. This is what caused the issue surfaced in the
previous commit, and thus this commit fixes#2774
Signed-off-by: Daniel Silverstone <[email protected]>
0 commit comments