dungba88 commented on PR #12981:
URL: https://github.com/apache/lucene/pull/12981#issuecomment-1884917345

   > How serious is this, during off-heap writing? Are we using off-heap 
writing anywhere in Lucene yet (e.g. block tree)?
   
   This will break the off-heap writing, as we are writting byte which won't 
belong to any FST, and it would mess up subsequent reads (if multiple FST are 
written to the same file)
   
   We are not using off-heap, but I have 2 other PR to start doing that:
   - https://github.com/apache/lucene/pull/12980
   - https://github.com/apache/lucene/pull/12985


-- 
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: issues-unsubscr...@lucene.apache.org

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


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

Reply via email to