minio/internal/logger/target
Klaus Post 472c2d828c
Fix waitgroup add after wait on config reload (#14584)
Fix `panic: "POST /minio/peer/v21/signalservice?signal=2": sync: WaitGroup is reused before previous Wait has returned`

Log entries already on the channel would cause `logEntry` to increment the
 waitgroup when sending messages, after Cancel has been called.

Instead of tracking every single message, just check the send goroutine. Faster 
and safe, since it will not decrement until the channel is closed.

Regression from #14289
2022-03-19 09:15:45 -07:00
..
console fix: audit log to support object names in multipleObjectNames() handler (#14017) 2022-01-03 01:28:52 -08:00
http Fix waitgroup add after wait on config reload (#14584) 2022-03-19 09:15:45 -07:00
kafka Fix waitgroup add after wait on config reload (#14584) 2022-03-19 09:15:45 -07:00
types Make audit webhook and kafka config dynamic (#14390) 2022-02-24 09:05:33 -08:00