-
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
"Possible corruption: Memory capacity too small: 47136 < 12845088" exception occur in 0.14.x but not in 0.13.x #8032
Comments
@AlexanderSaydakov / @leerho does this look like a potential issue to you? druid-0.14.2 is using sketches-core 0.13.3, and druid-0.13.0 is using sketches-core 0.10.3. |
What is the type of the input field "fieldName": "resp_time_his"? |
@gianm @AlexanderSaydakov Thanks for quick reply. |
What k do the input sketches have? |
k=256. |
Hello
An exception "Possible corruption: Memory capacity too small: 47136 < 12845088" occurs in the historical log when I performed a query with the Quantiles Sketch in druid 0.14.2 like this
Then I changed
k=256
tok=128
, it worked.Also, I downgraded to druid 0.13.0 and set
k=256
, it worked.The historical jvm configurations:
The historical runtime configurations:
And the dataset which I queryed is very small, I have no idea of this exception.
@himanshug Can you give me some advices? Thank you !
Have a nice day!
The detail error messag:
The text was updated successfully, but these errors were encountered: