-
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
Panic with nightly build version 0.9.3-nightly-ae674af #3664
Comments
@otoolep looks like leader election is failing immediately? @tsailiming Please give the exact writes and queries for "Upon startup, access the web browser and issue a query. This started happening after simple insert, drop measurement, insert and queries." The panic alone is insufficient to determine what is happening. Is this a single node cluster? |
Possibly @beckettsean, @jwilder I am seeing multiple issues with this trace, I am hopeful #3646 will fix it. |
Leader election can take a little time to stabilize at startup. It looks like when it started up and replayed the log, it became leader, lost leadership and then regain it. The panic shows it was the leader when this happened as well. I think #3646 should fix this. |
Believe fixed by #3646, please let us know if you see the issue with the next nightly build or 0.9.3. |
This was a straight forward single node test. Had issues from stable 0.9.2 before trying the nightly build. Steps were:
I was debugging my code and were inserting only about 10 records of various forms.
I was also testing the retention policy of 1h. The exact query was Will test the next build with fixed #3646. Thanks! |
@tsailiming the JSON write protocol is deprecated and will be removed in an upcoming release. Please transition your writes to the line protocol: https://influxdb.com/docs/v0.9/write_protocols/line.html, https://influxdb.com/docs/v0.9/write_protocols/write_syntax.html. Performance issues related to the JSON protocol are not something we will investigate since it is due for deletion soon. |
@tsailiming in addition, your query looks very strange. That's more of an 0.8 measurement name than an 0.9 measurement name, and it doesn't match up with your sample writes at all. |
Forgot to add that I was using a combination of MQTT and Fluentd with the InfluxDB plugin. The json structure was MQTT messages. The InfluxDB plugin uses the ruby library and creates the measurement based on the Fluentd tag/mqtt topic name. Here's a sample query using the python library:
|
I installed the latest nightly build |
Great, thanks for the update. On Saturday, August 15, 2015, Tsai Li Ming notifications@github.com wrote:
|
Same as 0.9.2, thus updated to nightly build to test.
Upon startup, access the web browser and issue a query. This started happening after simple insert, drop measurement, insert and queries.
The text was updated successfully, but these errors were encountered: