Closed meetme2meat closed 1 year ago
Sorry for the inconvenience in your setup, this issue with the server in standalone mode has been fixed since v2.9.16 here: https://github.com/nats-io/nats-server/issues/2993
Hey @wallyqs, I'm using JetStream with a cluster of 3 nodes and I'm having the same issue, can you detail the fix mentioned above?
I'm currently using nats-server 2.9.19
Our production system has been idle state because the nats message that was sent to nats is no longer getting retrieved.
I certainly have for sure, 829 messages (observe that on our application logs) in one of the topics(i.e content.ingest)
Following how I published
and nats did not report any error when publishing these messages yet when we looked at
Clear there are 710 messages(less than 829 though) but
Using a
nats-cli
client to subscribe to the given topic yields nothing.In fact I subscribed to all the topics(one at a time) with --all
flag
not one of them returned any message.We restarted Nats couple of times and we saw every time (hoping it will solve the problem)
We also observed these messages (from yesterday's logs)
Lastly we have retention of 3 days the message was published to nats yesterday we still have time before the retention happens yet we see 5 messages as deleted
Any help as to why this happened here we have our production isn't working for the last 24 hours.
Details
We started the nats using
systemctl
unit file that start nats like this