Skip to content

Commit

Permalink
Add account, stream and consumer name to consumer alignment cleanup w…
Browse files Browse the repository at this point in the history
…arning
  • Loading branch information
ch629 committed Nov 25, 2022
1 parent 6f616c5 commit a89fab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/consumer.go
Expand Up @@ -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
Expand Down

0 comments on commit a89fab0

Please sign in to comment.