Add account, stream and consumer name to consumer alignment cleanup warning

This commit is contained in:
Charlie Howes
2022-11-25 15:08:02 +00:00
parent 6f616c57ca
commit a89fab0bad

View File

@@ -1362,7 +1362,7 @@ func (o *consumer) deleteNotActive() {
js.mu.RUnlock()
if ca != nil {
if fs {
s.Warnf("Consumer assignment not cleaned up, retrying")
s.Warnf("Consumer assignment not cleaned up for account: '%s', stream: '%s', consumer: '%s', retrying", acc, stream, name)
meta.ForwardProposal(removeEntry)
}
fs = true