Paper/patches
Spottedleaf 4f13be937e Do not perform chunk existance check for I/O scheduling
In order to check if a chunk exists, the RegionFile lock
(if the RegionFile is opened) will be acquired. However,
the RegionFile may be performing I/O operations, in which
case will stall the acquire operation.

To ensure that threads scheduling loads do not incur a stall,
we can avoid this check entirely - the RegionFile I/O
thread(s) will eventually perform the exist check itself.
2024-06-03 13:31:41 -07:00
..
api clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
server Do not perform chunk existance check for I/O scheduling 2024-06-03 13:31:41 -07:00