-
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
After process killed sequence_number start from beginning #78
Comments
It's a known issue with sequence number. It's not currently being persisted The behavior you're seeing of updating points if ones with a given time and We'll keep this issue open until we merge that PR in. On Tue, Nov 26, 2013 at 6:47 AM, Mladen Srdic notifications@github.comwrote:
|
btw, any chance you'll be making your java library available? |
Thanks for the quick reply, I'll be watching for the merge next week. Currently, the library mainly depends on internal libraries at my company, but I think I will be able to make it available as soon as it's completely functional (it's still in an early stage) and resolved of said dependencies. |
I'm noticing some strange behaviour after I force kill (and after that automatically restart) influxdb process. I'm using the latest brew version on MacOS Mavericks.
I'm working on a Java client library for influxdb and I'm trying to write some fairly generic data (I'm writing this data with time values set to 0). Here's the scenario:
Now I force kill the process and restart it.
Force kill it again and restart. Write some data to series_2 and here's where it gets interesting:
Here's the sample data:
Is this expected behaviour or a know bug regarding the uniqueness of sequence_number?
The text was updated successfully, but these errors were encountered: