mirror of https://github.com/minio/minio.git
77dc99e71d
* Do not use inline data size in xl.meta quorum calculation Data shards of one object can different inline/not-inline decision in multiple disks. This happens with outdated disks when inline decision changes. For example, enabling bucket versioning configuration will change the small file threshold. When the parity of an object becomes low, GET object can return 503 because it is not unable to calculate the xl.meta quorum, just because some xl.meta has inline data and other are not. So this commit will be disable taking the size of the inline data into consideration when calculating the xl.meta quorum. * Add tests for simulatenous inline/notinline object Co-authored-by: Anis Elleuch <anis@min.io> |
||
---|---|---|
.. | ||
decryptObjectInfo.json.zst | ||
metacache.s2 | ||
xl-meta-consist.zip | ||
xl-meta-inline-notinline.zip | ||
xl.meta | ||
xl.meta-corrupt.gz | ||
xl.meta-v1.2.zst |