-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Druid 28.0.0 breaks the whole-query cache for groupBy queries with multiple post-aggregate metrics. #15393
Comments
can you post your complete ingestion spec that you used to ingest the Wikipedia date? |
seems like this is caused by restoring all postaggs into the same index during pullFromCache |
That one is a showstopper for me now. |
My ingestion spec is as follows. To add, this ingestion was done on Druid 27.0.0.
|
Fixes apache#15393 (cherry picked from commit dff5bcb)
It's fixed, and we will likely do a patch release soon. Thank you for reporting @hnakamor |
Thanks @kgyrtkirk, @abhishekagarwal87 and @LakshSingla for the correction. Appreciate the quick work. |
I have been using Druid 28.0.0 and found a new bug.
The whole-query cache for groupBy queries with multiple post-aggregation metrics is broken.
However, if there are no post-aggregation metrics or a single post-aggregation metric, this bug does not seem to occur.
This bug is probably caused by a new feature in #11595.
Affected Version
Druid 28.0.0
Description
Below is a description of what happens when the bug occurs.
Settings changed from default settings
Query
No cache result
Result level cache result
The text was updated successfully, but these errors were encountered: