Skip to content

Commit

Permalink
Merge pull request #3666 from ch629/main
Browse files Browse the repository at this point in the history
Add account, stream and consumer name to consumer alignment cleanup warning
  • Loading branch information
derekcollison committed Nov 25, 2022
2 parents 5738eeb + a89fab0 commit be0558c
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 be0558c

Please sign in to comment.