-
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
group-by on time returns data out of order #45
Comments
Fixed. Please give it another try and reopen if the issue is still reproducible with the latest version. |
seems to work perfectly. I was surprised you had to do a sort... but looks like you are doing a mini-map-reduce on the parts. interesting! thanks,
|
There are definitely some optimizations that can be applied here. I'm
|
add server state mutex to avoid state race condition
I'm using ubuntu package, downloaded today.
I have something putting stats in every 10s.
everything nice, time descending, sequence descending
when I use group by, the timestamps come "mostly decreasing"
for example using the following query:
we get this. first col is time, second is difference from previous (should always be positive), third is count. Make no difference if I group by different time values.
what's going on here?
The text was updated successfully, but these errors were encountered: