Skip to content

Commit 6de33c3

Browse files
committed
remove continue
Signed-off-by: Tilak Raj <tilak.raj94@gmail.com>
1 parent 67c639b commit 6de33c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/jetstream_cluster.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,8 +1553,6 @@ func (js *jetStream) checkForOrphans() {
15531553
s.Noticef("Adopting orphaned R1 stream '%s > %s' into cluster assignments", accName, cfg.Name)
15541554
if err := meta.ForwardProposal(encodeAddStreamAssignment(sa)); err != nil {
15551555
s.Warnf("Failed to propose adoption of R1 stream '%s > %s': %v", accName, cfg.Name, err)
1556-
conflicts = true
1557-
continue
15581556
}
15591557

15601558
// Consumer adoption is deferred to the next sweep: once the stream

0 commit comments

Comments
 (0)