Skip to content

Commit

Permalink
Merge pull request #2444 from nats-io/stall
Browse files Browse the repository at this point in the history
Add in warn for error on catchup of a stream
  • Loading branch information
derekcollison committed Aug 16, 2021
2 parents 23e30b0 + 3f099f6 commit 01d45bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/jetstream_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -4564,6 +4564,7 @@ RETRY:
s.resourcesExeededError()
return
} else {
s.Warnf("Catchup for stream '%s > %s' errored, will retry: %v", mset.account(), mset.name(), err)
goto RETRY
}
if mrec.reply != _EMPTY_ {
Expand Down

0 comments on commit 01d45bb

Please sign in to comment.