ensure metadata updates go to same pool where version exists (#17451)

This PR also returns the replication status in 
proxy calls and defers replication attempt if 
HEAD on object version returned a error different
from NoSuchKey
This commit is contained in:
Poorna
2023-06-17 07:30:53 -07:00
committed by GitHub
parent 142a5b0dcd
commit c4d0c49a5f
3 changed files with 24 additions and 2 deletions

View File

@@ -99,6 +99,8 @@ type ObjectOptions struct {
IndexCB func() []byte
InclFreeVersions bool
MetadataChg bool // is true if it is a metadata update operation.
}
// ExpirationOptions represents object options for object expiration at objectLayer.