Remove notification from NotificationSys on bucket deletion (#14236)

This commit is contained in:
Poorna
2022-02-02 17:11:56 -08:00
committed by GitHub
parent 24657859a8
commit 63a2e0bab6

View File

@@ -563,6 +563,7 @@ func (sys *NotificationSys) DeleteBucketMetadata(ctx context.Context, bucketName
globalReplicationStats.Delete(bucketName)
globalBucketMetadataSys.Remove(bucketName)
globalBucketTargetSys.Delete(bucketName)
globalNotificationSys.RemoveNotification(bucketName)
if localMetacacheMgr != nil {
localMetacacheMgr.deleteBucketCache(bucketName)
}