-
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
v1,0-beta1 GROUP BY returns multiple same timestamps?! #6877
Comments
@jsternberg I just attempted with beta2 & this still happens |
This might be related to #6738. |
@ckdarby is there any chance you can make a tarball of your data, wal, and meta directories and upload it somewhere for me to check? If it's not possible for some reason, have you found any way to reproduce this consistently? |
@jsternberg I ran with 0.13 and everything works fine now. #6738 was exactly what I was experiencing. Unable to tarball due to the nature of data. It was always reproducible. Different spots in the data. Send a total of about 200 million 1 value points across a span of 6 days. Data was sent to influxdb in non-ordered fashion. Send in batches of about 1 million at a time, followed by another 1 million shortly after in a repeating fashion. These are the tags: For fields just value. Sending time with precision nanosecond. |
Ok then. I'm going to close this as a duplicate of #6738. I think the problem still exists, but I'm not really sure at this point. Did you do anything to try and modify the database or did it just fix itself when you upgraded? Thanks. |
I purged the install, deleting everything, installed 0.13 and reimported
|
Bug report
System info:
Steps to reproduce:
Expected behavior: Groupby returns a non-repeated timestamp
Actual behavior: Has duplicate timestamps
The text was updated successfully, but these errors were encountered: