Github user mgaido91 commented on the issue:
https://github.com/apache/nifi/pull/2363
Thanks for your comment @joewitt. I think we can't fix this in jolt since
the root cause is our concurrent usage of their utilities and fixing it there
seems an overkill to me. What do you think about using a pool instead of the
thread local then?---
