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: [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]