Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.5.0.1
-
Fix Version/s: 1.6.0
-
Component/s: File Channel
Description
File Channel throws an IOException with a typo: "Usable space exhaused" instead of " Usable space exhausted". This leaks to test too, with the following snippet:
Assert.assertTrue(e.getMessage(), e.getMessage()
.startsWith("Usable space exhaused"));