You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
we are trying to implement HA for influxdb using influx-relay.
after the initial set-up I tried testing the relay by doing a manual curl post ,what I observed after that is the data doesn't get written to one of the servers.below is my relay config and the database o/p as well.
my relay config
[[http]]
name = "simple-relay"
bind-addr = "0.0.0.0:9096"
output = [
{ name="influx1", location = "http://172.16.23.15:9096/write" },
{ name="influx2", location = "http://172.16.23.20:8086/write" },
]
@divgwd was this issue resolved by yourself? More importantly, did someone here repro?
back to you @divgwd. were you able to figure out whether it was because of network/firewall etc issue at your end or you still believe the lossy writes are happening with influxdb-relay? thanks
Hi,
we are trying to implement HA for influxdb using influx-relay.
after the initial set-up I tried testing the relay by doing a manual curl post ,what I observed after that is the data doesn't get written to one of the servers.below is my relay config and the database o/p as well.
my relay config
[[http]]
name = "simple-relay"
bind-addr = "0.0.0.0:9096"
output = [
{ name="influx1", location = "http://172.16.23.15:9096/write" },
{ name="influx2", location = "http://172.16.23.20:8086/write" },
]
from influx1 db
select * from test;
name test
time value
1486730660357106979 1
from influx2 db
select * from test;
name test
time value
1486729766273384897 1
1486729777494460423 1
1486730066964361329 1
1486730660357106979 1
1486732208067048977 2
1486732320456879542 5
The text was updated successfully, but these errors were encountered: