mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Do not ping event targets during cluster initialization (#19959)
S3 operations are frozen during startup, therefore we should avoid pinging event targets during the initialization since it can stall.
This commit is contained in:
@@ -158,7 +158,7 @@ func printEventNotifiers() {
|
||||
return
|
||||
}
|
||||
|
||||
arns := globalEventNotifier.GetARNList(true)
|
||||
arns := globalEventNotifier.GetARNList()
|
||||
if len(arns) == 0 {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user