You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2018/11/17 08:21:29 UTC

[GitHub] Jackie-Jiang commented on issue #3512: Let PinotDataBuffer.newIndexFor(...) takes long value

Jackie-Jiang commented on issue #3512: Let PinotDataBuffer.newIndexFor(...) takes long value
URL: https://github.com/apache/incubator-pinot/pull/3512#issuecomment-439599148
 
 
   I don't think we have support for index size larger than 2G. Only changing this cannot fix the issue. If you look at **SegmentLocalFSDirectory.getNewIndexBuffer()**, the size is cast to int. If you need huge index support, we need to check multiple places.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pinot.apache.org
For additional commands, e-mail: dev-help@pinot.apache.org