1
0
mirror of https://github.com/minio/minio.git synced 2025-01-18 02:03:15 -05:00

7 Commits

Author SHA1 Message Date
Harshavardhana
ae4ee95d25
change default lock retry interval to 50ms ()
competing calls on the same object on versioned bucket
mutating calls on the same object may unexpected have
higher delays.

This can be reproduced with a replicated bucket
overwriting the same object writes, deletes repeatedly.

For longer locks like scanner keep the 1sec interval
2022-08-19 16:21:05 -07:00
Harshavardhana
069432566f update license change for MinIO
Signed-off-by: Harshavardhana <harsha@minio.io>
2021-04-23 11:58:53 -07:00
Klaus Post
c851e022b7
Tweaks to dynamic locks ()
* Fix cases where minimum timeout > default timeout.
* Add defensive code for too small/negative timeouts.
* Never set timeout below the maximum value of a request.
* Protect against (unlikely) int64 wraps.
* Decrease timeout slower.
* Don't re-lock before copying.
2020-09-18 09:18:18 -07:00
Harshavardhana
caad314faa
add ruleguard support, fix all the reported issues () 2020-08-24 12:11:20 -07:00
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Andrej Pregl
f45e0a44b8 Change average from int to int64 in order to support 32-bit systems. () 2017-09-14 10:23:23 -07:00
Frank Wessels
61e0b1454a Add support for timeouts for locks () 2017-08-31 14:43:59 -07:00