How to resolve short read ? #1482
Replies: 1 comment 1 reply
-
Use a more recent kernel and you'll have a better time, also for short reads. 5.10 is ancient. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using iouring in my application for raw disk reads and writes. Reads and writes use separate file descriptors: reads use buffered I/O, while writes use direct I/O.
I've found that when reading data, sometimes the length of the data read is less than expected. How can I resolve this issue?
linux version: 5.10.0-1.0.0.39
Beta Was this translation helpful? Give feedback.
All reactions