Replies: 1 comment 5 replies
-
the gRPC port would end up being used when running queries and for completing remote-write requests. The cluster might appear healthy before that, but reads and writes won't be able to work without the gRPC port (9095 in your case & the default) is accessible between instances. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've read some posts on this forum that GRPC port must be enabled and externally available even if using monolithic mode with 3 instances.
I'm running RHEL9.3 with firewall enabled and only opened port 9096 for http server and 7946 for GOSSIP protocol.
When I start the cluster, I see all 3 nodes and cluster as healthy. Also all modules like compactor see all 3 instances in the hashring and as healthy.
I'm using the following config (the config is deployed by Ansible, so bind address 192.168.123.x and hostname are approproately changed on each host)
Beta Was this translation helpful? Give feedback.
All reactions