-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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.5-nightly-827c513] cannot unmarshal array into Go value #4550
Comments
Any ideas @dgnorton ? |
@sergzin can you post the |
@sergzin can you also post the results of |
#4561 is also a report of this against a 0.9.5 nightly. |
Is it safe to assume that the data being written is getting stored properly but only the retrieving part is failing? |
The issue started after I upgraded to 0.9.5-nightly. Here is my environment:
The following query works fine on all nodes.
If I query for tags I get the following output. Query to server 172.31.141.196:
InfluxDB log on machine 196:
Log on machine 195:
|
Another might be interesting example from logs on all servers: InfluxDB CLI:
Query log on server .195:
InfluxDB log on .196:
InfluxDB log on .197:
InfluxDB log on .199:
After |
I see similar issues with test database if replication factor less than number of servers in cluster. |
fixed by #4833 |
I am running an influxdb cluster with the following version:
three out of 4 nodes return the following output for
show measurements
commandsome other queries works fine
I tried to restart all nodes but it didn't help.
The text was updated successfully, but these errors were encountered: