Andrey Reshetnikov

Results 7 comments of Andrey Reshetnikov

Hello @wallyqs, sorry for ping you, but in general, it is difficult to understand which server displays the real information. we have different values from each nats server(**0 / 8...

A few new points, I used the promql query: `count(nats_consumer_num_pending > 0) by (cluster_id, account, consumer_name, stream_name, consumer_leader) > 0` and I found that if there is a difference in...

as far as I understand, when using the `nats consumer info` command, information about "Unprocessed Messages" is always given by the consumer leader. Is there any way to view this...

after testing, it turned out that the nats pod, which is consumer_leader at the moment, always shows the correct value for pending messages and for ack pending messages. I added...

Hi @leetreveil, did I understand correctly that changing the `readinessProbe.initialDelaySeconds` to 120 and increasing the number of replicas to 5 solved the problem?

Hi @david-yu, we have encountered the same error, values file is: ``` global: name: consul datacenter: eks tls: enabled: false enableAutoEncrypt: false acls: manageSystemACLs: true connectInject: enabled: false client: enabled:...

for ease of research, I reduced the number of replicas to 3 and restarted `consul-server-0` pod at 19:47, I attach logs of all pods: [consul-server-0.txt](https://github.com/hashicorp/consul-k8s/files/12070972/consul-server-0.txt) [consul-server-1.txt](https://github.com/hashicorp/consul-k8s/files/12070990/consul-server-1.txt) [consul-server-2.txt](https://github.com/hashicorp/consul-k8s/files/12071019/consul-server-2.txt) you can see...