]
Ryan Emerson resolved ISPN-10813.
---------------------------------
Resolution: Done
File Stores should notify user of being segmented can use many file
descriptors
-------------------------------------------------------------------------------
Key: ISPN-10813
URL:
https://issues.jboss.org/browse/ISPN-10813
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.0.0.Final
ISPN-10778 is making stores segmented by default. Unfortunately our SoftIndexFileStore
and SingleFileStore can use up a large number of fds. We should log an error if these
stores are used and segmented is not set and the warning should mention this issue. If
segmented is enabled we should log an INFO stating as such.