You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/08/05 04:29:13 UTC

[GitHub] [druid] jihoonson commented on issue #11544: "java.lang.NullPointerException" occurs when using APPROX_QUANTILE_DS

jihoonson commented on issue #11544:
URL: https://github.com/apache/druid/issues/11544#issuecomment-893155588


   Hi @lsee9, thank you for the report. I would call this a bug of Druid because Druid should have returned a better error than NPE. To answer your questions, I think your assessment is correct about the lack of memory. Please see https://datasketches.apache.org/docs/Quantiles/OrigQuantilesSketch.html for the memory space required per `k`. I'm not sure why the query exploded in your case though because data seems pretty small. What was `druid.processing.buffer.sizeBytes` set to in your test? You could try either with a smaller `k` or a bigger buffer size.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org