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

[0.9.2]Cluster replication issue #3708

Closed
catalincatana opened this issue Aug 18, 2015 · 1 comment
Closed

[0.9.2]Cluster replication issue #3708

catalincatana opened this issue Aug 18, 2015 · 1 comment
Assignees
Milestone

Comments

@catalincatana
Copy link

I am running on 3 nodes CENTOS 6.6 and i have created InfluxDB Cluster Configuration as very well exaplined in docs section. (i have installed InfluxDB 0.9.2 on all 3 nodes).

On the first node i created a database with:

create database mydb

which appeared on the other 3 nodes. I have inserted a measurement called cpu_load which also appeared on the other 3 nodes. All good and working as expected until now.

I have inserted another measurement called "cpu time" using the following line command:

insert cpu\ time,hostname=server01 value=100.

On this node i could succesfully query it and i had the following results:

show series

image

select * from "cpu time"

image

Now when i tried to query it on the other nodes, i got a slightly different result:(pay attention to _key):

On 2nd and 3rd node:

show series

image

select * from "cpu time"

ERR: Get http://localhost:8086/query?db=mydb&q=select+%2A+from+%22cpu+time%22: EOF

And if i try to make a Select query(as shown above), the service stops functioning and it must be restarted. Also when restarting i am getting:

Starting the process influxd [ OK ]

influxd process failed to start [ FAILED ]

but it seems that after 2-3 seconds its working fine, although the data is still the same.

So my guess is that when we insert measurements containing spaces, the replication is not working very well - it seems to add one more backslash to measurement _key on the other nodes.

Thank you!
Catalin Catana

@catalincatana
Copy link
Author

I didn't test with measurements containing commas but there are chances to exist the same issue there

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

3 participants