minio/pkg/ioutil
Harshavardhana 51a8619a79
[feat] Add configurable deadline for writers (#11822)
This PR adds deadlines per Write() calls, such
that slow drives are timed-out appropriately and
the overall responsiveness for Writes() is always
up to a predefined threshold providing applications
sustained latency even if one of the drives is slow
to respond.
2021-03-18 14:09:55 -07:00
..
append-file_nix.go fix: use buffers only when necessary for io.Copy() (#11229) 2021-01-06 09:36:55 -08:00
append-file_windows.go fix: use buffers only when necessary for io.Copy() (#11229) 2021-01-06 09:36:55 -08:00
ioutil.go [feat] Add configurable deadline for writers (#11822) 2021-03-18 14:09:55 -07:00
ioutil_test.go [feat] Add configurable deadline for writers (#11822) 2021-03-18 14:09:55 -07:00
read_file.go [feat]: use DSYNC for xl.meta writes and NOATIME for reads (#11615) 2021-02-24 00:14:16 -08:00
read_file_noatime_notsupported.go fix: runtime issue on FreeBSD due to missing O_NOATIME/O_DSYNC support (#11790) 2021-03-15 14:02:36 -07:00
read_file_noatime_supported.go fix: runtime issue on FreeBSD due to missing O_NOATIME/O_DSYNC support (#11790) 2021-03-15 14:02:36 -07:00