You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by joewitt <gi...@git.apache.org> on 2018/01/03 17:30:04 UTC

[GitHub] nifi issue #2363: NIFI-4726: Avoid concurrency issues in JoltTransformJSON

Github user joewitt commented on the issue:

    https://github.com/apache/nifi/pull/2363
  
    We should avoid the use of ThreadLocal storage completely.  NiFi will not give the same thread back to the same processor with any guarantees at all.  So we'd be caching/caching/caching and perhaps even leaking information across threads like that.  I think we should work the root cause angle with jolt


---