influxdata / influxdb-relay

Service to replicate InfluxDB data for high availability
MIT License
855 stars 350 forks source link

HA influx on relay method #82

Closed mohan-nagandlla closed 3 years ago

mohan-nagandlla commented 3 years ago

HI team, Its very pleasure to have the HA in influx i am new to this DB deployment, I have deployed the influx and connect the Prometheus to the influx every thing is good. Coming to the HA enable most of the documents are directing to use the relay method but i am not getting the clarity on that like who we are going to write the data with relay and do we check that and a few important aspects are need to know can you please guide me on that or is there any best documentation available on practical example (I read the documentation on official web set it is not clear)

dipeshtripathi commented 3 years ago

https://docs.openstack.org/developer/performance-docs/methodologies/monitoring/influxha.html#influxdbha-deployment-script

Give this a try.

jhg03a commented 3 years ago

That solution is slightly different than using the influxdb-relay. Just adding a load balancer of some kind only issues a single write to an influxdb. The influxdb-relay on the other hand forks the writes across all the member influxDB I think.

dipeshtripathi commented 3 years ago

No so we are adding the load balancer for redundancy between the relays.

The relay would still perform as intended.

On Wed, 21 Apr, 2021, 10:26 pm Jonathan G, @.***> wrote:

That solution is slightly different than using the influxdb-relay. Just adding a load balancer of some kind only issues a single write to an influxdb. The influxdb-relay on the other hand forks the writes across all the member influxDB I think.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/influxdata/influxdb-relay/issues/82#issuecomment-824213507, or unsubscribe https://github.com/notifications/unsubscribe-auth/APVFGGH6R4UWTUUIUSMUJUDTJ37VNANCNFSM4WIKWTEQ .

jhg03a commented 3 years ago

Ah my mistake, I misunderstood the topology.