lixh created NIFI-6817:
--------------------------
Summary: When there are multiple PutHDFS with snappy compression,
will throw java.lang.UnsatisfiedLinkError
Key: NIFI-6817
URL: https://issues.apache.org/jira/browse/NIFI-6817
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 1.9.2, 1.9.0
Environment: nifi-1.9.2
centos 7.3
Reporter: lixh
The first flow put hdfs use snappy compression codec work correct. now copy the
flow and start it, the second PutHDFS will throw
java.lang.UnsatisfiedLinkError.
I guess,Because AbstractHadoopProcessor.java has
@RequiresInstanceClassLoading(cloneAncestorResources = true),so
org.apache.hadoop.util.NativeCodeLoader will be load by diffrent
instanceClassloader
--
This message was sent by Atlassian Jira
(v8.3.4#803005)