Harshavardhana
630963fa6b
protect tracker copy properly to avoid race ( #18984 )
...
```
WARNING: DATA RACE
Write at 0x00c000aac1e0 by goroutine 1133:
github.com/minio/minio/cmd.(*healingTracker).updateProgress()
github.com/minio/minio/cmd/background-newdisks-heal-ops.go:183 +0x117
github.com/minio/minio/cmd.(*erasureObjects).healErasureSet.func5()
github.com/minio/minio/cmd/global-heal.go:292 +0x1d3
Previous read at 0x00c000aac1e0 by goroutine 1003:
github.com/minio/minio/cmd.(*allHealState).updateHealStatus()
github.com/minio/minio/cmd/admin-heal-ops.go:136 +0xcb
github.com/minio/minio/cmd.(*healingTracker).save()
github.com/minio/minio/cmd/background-newdisks-heal-ops.go:223 +0x424
```
2024-02-06 08:56:59 -08:00
Harshavardhana
a4cfb5e1ed
return errors if dataDir is missing during HeadObject() ( #18477 )
...
Bonus: allow replication to attempt Deletes/Puts when
the remote returns quorum errors of some kind, this is
to ensure that MinIO can rewrite the namespace with the
latest version that exists on the source.
2023-11-20 21:33:47 -08:00
Harshavardhana
db3a9a5990
update missing mc command on multipart-tests
2023-09-30 20:29:45 -07:00
Harshavardhana
c50627ee3e
Add tests for multipart upload overwrites on versioned buckets ( #18142 )
2023-09-30 03:13:56 -07:00