node icon indicating copy to clipboard operation
node copied to clipboard

UV_USE_IO_URING does not update file handle position

Open ronag opened this issue 5 months ago • 9 comments

I suspect possible regression. Not sure what version but must have been recent:

await stream.promises.pipeline(src, fs.createWriteStream(dstPath))

Will not create a full sized file. I suspect that since createWriteStream doesn't explicitly set position during writes it expects the file handle position to be properly updated, which does not seem to be the case with URING.

ronag avatar Sep 25 '24 07:09 ronag