mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
Clean up targets properly on bucket deletion (#12565)
This commit is contained in:
committed by
GitHub
parent
d40268d899
commit
ba6e9682e5
@@ -521,6 +521,7 @@ func (s *peerRESTServer) DeleteBucketMetadataHandler(w http.ResponseWriter, r *h
|
||||
|
||||
globalReplicationStats.Delete(bucketName)
|
||||
globalBucketMetadataSys.Remove(bucketName)
|
||||
globalBucketTargetSys.Delete(bucketName)
|
||||
if localMetacacheMgr != nil {
|
||||
localMetacacheMgr.deleteBucketCache(bucketName)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user