GitHub user mattyb149 opened a pull request:
https://github.com/apache/nifi/pull/942
NIFI-2665: Fixed intermittent validation errors in InvokeScriptedProcessor
Also, due to #930 the parent classloaders have been fixed so there is no
need for the createScriptEngineModuleClassLoader() method, I removed it as part
of the cleanup with script engine creation.
Note the engineQ logic looks extraneous here, but it's in place to keep it
common between the scripting processors (ExecuteScript needs one per task,
InvokeScriptedProcessor only needs one)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mattyb149/nifi NIFI-2665
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/942.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #942
----
commit 308ca045d1eb599a531f1380d8fb19d41c7b61c0
Author: Matt Burgess <[email protected]>
Date: 2016-08-25T16:00:00Z
NIFI-2665: Fixed intermittent validation errors in InvokeScriptedProcessor
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---