jvenant opened a new issue, #10697:
URL: https://github.com/apache/pinot/issues/10697

   Hi,
   
   It seems that using NaN as a default value for Double in schemas can lead to 
much more calls to the BaseOffHeapMutableDictionary.expand that required.
   
   And because a multiplication factor is apply at each call. It can quickly 
try to allocate a huge amount of off heap memory
   I suspect a hazardous conversion of NaN Double to null somewhere that 
prevent the DoubleOffHeapMutableDictionary.compare to achieve its goal correctly
   I wasn't able to get much more details, but maybe be it will be enough to 
ring a bell to someone knowing this part of Pinot.


-- 
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-unsubscr...@pinot.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to