On Fri Sep 6 15:26:06 2024 +0000, Nikolay Sivov wrote:
I'd rather returned error instead of retrying.
@nsivov This is exactly the correct behavior, in case of interruption by the kernel or blocking of the file, we try to read it again. It is unlikely that we will get stuck in an infinite blocking. I would prefer to keep the current behavior.