Github user moonkev commented on the issue:
https://github.com/apache/nifi/pull/2519
Hi
Seeing this same issue with the PutHDFS processor and came across this.
Curious with this solution, won't the same condition arise with this same
solution? Won't the static initializer here be called in each instance class
loader which makes use of this processor? I was reading
[here](https://bryanbende.com/development/2016/11/24/apache-nifi-class-loading)
and it seems that each processor itself will be loaded again, thus causing
snappy's static initializer to be called, which in turn will again attempt to
load its native library.
Thanks
Kevin
---