Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data is not synchronised #53

Open
divgwd opened this issue Feb 10, 2017 · 1 comment
Open

data is not synchronised #53

divgwd opened this issue Feb 10, 2017 · 1 comment

Comments

@divgwd
Copy link

divgwd commented Feb 10, 2017

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

@ishworgurung
Copy link

ishworgurung commented Sep 28, 2017

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants