gortiz commented on issue #9162: URL: https://github.com/apache/pinot/issues/9162#issuecomment-1225223679
I would recommend to give a try to [Chronicle bytes](https://github.com/OpenHFT/Chronicle-Bytes). We could use it to replace larray (and therefore be able to run with Java 17) and also to be able to map files larger than 4GBs. Chronicle Bytes is part of the Chronicle HFT libraries and it is the only buffer library that supports 63 bits references that is maintained. The other option would be to wait until Project Panama Foreign Memory Access API, but that may take a while and it would force use either to use modern JVMs (which doesn't seem acceptable) or to use multi-release jars (which doesn't seem easy right now given the amount of shading we use) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
