88 Commits (876b79b8d8e10e4e4f213b495c6af0713e0f061c)

Author SHA1 Message Date
Harshavardhana 0e3211f4ad
fix: server upgrades should have more descriptive error messages (#11476) 4 years ago
Harshavardhana c9b0f595b9
support directory objects in listing in certain scenarios (#11452) 4 years ago
Harshavardhana f108873c48
fix: replication metadata comparsion and other fixes (#11410) 4 years ago
Anis Elleuch b3f81e75f6
xl: Make it clear when to create delete marker for a non existant object (#11423) 4 years ago
Anis Elleuch 6ef678663e
xl: Create a delete-marker when no other version exists (#11362) 4 years ago
Anis Elleuch 65aa2bc614
ilm: Remove object in HEAD/GET if having an applicable ILM rule (#11296) 4 years ago
Anis Elleuch e9ac7b0fb7
heal: Remove empty directories (#11354) 4 years ago
Harshavardhana 43f973c4cf
fix: check for O_DIRECT support for reads and writes (#11331) 4 years ago
Harshavardhana d1a8f0b786
fix possible crashes on deleteMarker replication (#11308) 4 years ago
Harshavardhana b5049d541f
fix: reduce an extra readdir() attempted on non-legacy setups (#11301) 4 years ago
Harshavardhana 3ca6330661
fix: optimize parentDirIsObject by moving isObject to storage layer (#11291) 4 years ago
Harshavardhana f903cae6ff
Support variable server pools (#11256) 4 years ago
Harshavardhana 1a5775e2e8
enable small and large file optimization (#11260) 4 years ago
Harshavardhana e4e117faab
fix: enable xl.json to xl.meta only if legacy drive is found (#11255) 4 years ago
Harshavardhana 4593b146be
fix: print errors only when metacache status has errors (#11248) 4 years ago
Harshavardhana f21d650ed4
fix: readData in bulk call using messagepack byte wrappers (#11228) 4 years ago
Harshavardhana 76e2713ffe
fix: use buffers only when necessary for io.Copy() (#11229) 4 years ago
Harshavardhana d0027c3c41
do not use large buffers if not necessary (#11220) 4 years ago
Harshavardhana c4b1d394d6
erasure: avoid io.Copy in hotpaths to reduce allocation (#11213) 4 years ago
Harshavardhana c4131c2798
feat: Small object optimization read data in single bulk call (#11207) 4 years ago
Anis Elleuch c9d502e6fa
parentDirIsObject() to return quickly with inexistant parent (#11204) 4 years ago
Anis Elleuch 677e80c0f8
xl: Remove check-dir in ReadVersion (#11200) 4 years ago
Anis Elleuch a317d220ed
xl-storage: Do not stat bucket assuming the object exists (#11201) 4 years ago
Harshavardhana cc457f1798
fix: enhance logging in crawler use console.Debug instead of logger.Info (#11179) 4 years ago
Harshavardhana 445a9bd827
fix: heal optimizations in crawler to avoid multiple healing attempts (#11173) 4 years ago
Harshavardhana c19e6ce773
avoid a crash in crawler when lifecycle is not initialized (#11170) 4 years ago
Harshavardhana a773cf48d8
fix: overlapping object and prefix rejected (#11130) 4 years ago
Harshavardhana 3e83643320
lifecycle improvements and additional debug logging (#11096) 4 years ago
Anis Elleuch f164085227
xl: Always set root disk to true in test environment (#11094) 4 years ago
Harshavardhana d8c1f93de6
reject mixed drive situations with drives on root disks (#11057) 4 years ago
Ritesh H Shukla 038bcd9079
Add replication capacity metrics support in crawler (#10786) 4 years ago
Klaus Post a896125490
Add crawler delay config + dynamic config values (#11018) 4 years ago
Harshavardhana 96c0ce1f0c
add support for tuning healing to make healing more aggressive (#11003) 4 years ago
Harshavardhana bdd094bc39
fix: avoid sending errors on missing objects on locked buckets (#10994) 4 years ago
Harshavardhana df93102235
fix: unwrapping issues with os.Is* functions (#10949) 4 years ago
Poorna Krishnamoorthy 39f3d5493b
Show Delete replication status header (#10946) 4 years ago
Poorna Krishnamoorthy 1ebf6f146a Add support for ILM transition (#10565) 4 years ago
Harshavardhana 9a34fd5c4a Revert "Revert "Add delete marker replication support (#10396)"" 4 years ago
Harshavardhana 267d7bf0a9 Revert "Add delete marker replication support (#10396)" 4 years ago
Poorna Krishnamoorthy 50c10a5087
Add delete marker replication support (#10396) 4 years ago
Harshavardhana fde3299bf3
re-use optimized readdir for isDirEmpty() (#10829) 4 years ago
Harshavardhana 1a1f00fa15
fix: use internode data for DisksInfo, VolsInfo in message pack (#10821) 4 years ago
Klaus Post 37749f4623
Optimize FileInfo(Version) transfer (#10775) 4 years ago
Klaus Post 86e0d272f3
Reduce WriteAll allocs (#10810) 4 years ago
Krishna Srinivas 3a2f89b3c0
fix: add support for O_DIRECT reads for erasure backends (#10718) 4 years ago
Klaus Post a982baff27
ListObjects Metadata Caching (#10648) 4 years ago
Anis Elleuch eb95353cb1
fix: Get/HeadObject return 404 on non quorum objects (#10753) 4 years ago
Anis Elleuch 00124c56d9
erasure: Commit data before xl.meta in RenameData() (#10734) 4 years ago
Harshavardhana 2042d4873c
rename crawler config option to heal (#10678) 4 years ago
Klaus Post 03991c5d41
crawler: Remove waitForLowActiveIO (#10667) 4 years ago