nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
16k stars 1.41k forks source link

[FIXED] o.chkflr must not be greater than o.asflr+1 #6146

Closed MauriceVanVeen closed 1 day ago

MauriceVanVeen commented 2 days ago

o.chkflr was set to be too high, whereas it should never be higher than o.asflr+1. If o.chkflr > o.asflr+1 we're not able to retry acking messages until o.asflr is upped.

Signed-off-by: Maurice van Veen github@mauricevanveen.com

MauriceVanVeen commented 1 day ago

@derekcollison, removed the retry floor from this PR, this is ready for review again.