Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: Minecraft 1.14, Minecraft 1.14.1 Pre-Release 1, Minecraft 1.14.1 Pre-Release 2, Minecraft 1.14.1
-
Fix Version/s: Minecraft 1.14.2 Pre-Release 1
-
Labels:None
-
Environment:Irrelevant, affects all server environments
-
Confirmation Status:Unconfirmed
-
Category:(Unassigned)
Description
In RegionFileCache there is a missing close() call to a region file that is evicted from the cache.
See here: (note these are spigot mappings, without changes from spigot/craftbukkit)
https://gist.github.com/Spottedleaf/dec40400015df81ad2081df35905e3a8
The fix is to simply call the close() method on the evicted RegionFile.