Hi, I was wondering if it would be possible to upgrade the jython bundled with nifi 1.9.0, which currently stands at 2.7.1. It appears there is a very obscure bug related to multi-threading and json.decode that was fixed between 2.7.1 and 2.7.2
I am trying to set up and ExecuteScript processor that needs to parse some json log lines on some very large files, and I would very much like to use more than one thread. You can read more about the bug here: https://bugs.jython.org/issue2609 -Kevin
