Lehel Boér created NIFI-11902:
---------------------------------
Summary: ListHDFS closes FileSystem in OnTrigger
Key: NIFI-11902
URL: https://issues.apache.org/jira/browse/NIFI-11902
Project: Apache NiFi
Issue Type: Bug
Reporter: Lehel Boér
Assignee: Lehel Boér
Currently the Hadoop FileSystem::getFileSystem is called in a
try-with-resources block. This is unnecessary because the
AbstractHadoopProcessor::abstractOnStopped closes the FileSystem when the
processor is stopped. Hence the try-with-resources block should be removed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)