mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Add account, stream and consumer name to consumer alignment cleanup warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user