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:
Anis Eleuch
2024-06-20 15:46:02 +01:00
committed by GitHub
parent 2825294b7b
commit 95e4cbbfde
3 changed files with 4 additions and 9 deletions

View File

@@ -158,7 +158,7 @@ func printEventNotifiers() {
return
}
arns := globalEventNotifier.GetARNList(true)
arns := globalEventNotifier.GetARNList()
if len(arns) == 0 {
return
}