ChrisHegarty opened a new pull request, #14320:
URL: https://github.com/apache/lucene/pull/14320

   This commit changes DirectIOIndexInput::seek so that it repositions the 
indexInput's position without a read, when the new position is within the 
bounds of the current buffer.
   
   Prior to this fix (on Linux):
   ```
   ```
   
   With this fix:
   ```
   The slowest tests (exceeding 500 ms) during this run:
      3.48s TestDirectIODirectory.testRandomByte (:lucene:misc)
   ```
   
   relates #14315


-- 
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