mirror of
https://github.com/apache/nifi.git
synced 2025-02-10 12:05:22 +00:00
misconfiguration Updated PersistentMapCache constructor in PersistentMapCache.java to catch an OverlappingFileLockException and present a more useful error message before propagating the exception forward. The log message alerts user to possible duplicated persistencePath in call to PersistentMapCache. Created a test method to verify the exception is thrown as expected. Signed-off-by: Matthew Burgess <mattyb149@apache.org> This closes #2192