Skip to content

NIFI-2665: Fixed intermittent validation errors in InvokeScriptedProcessor#942

Closed
mattyb149 wants to merge 1 commit intoapache:masterfrom
mattyb149:NIFI-2665
Closed

NIFI-2665: Fixed intermittent validation errors in InvokeScriptedProcessor#942
mattyb149 wants to merge 1 commit intoapache:masterfrom
mattyb149:NIFI-2665

Conversation

@mattyb149
Copy link
Contributor

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)

@joewitt
Copy link
Contributor

joewitt commented Aug 25, 2016

code looks good - local testing and will advise.

@joewitt
Copy link
Contributor

joewitt commented Aug 25, 2016

line 70 on invoke scripted should be final. Line 72 should be volatile.

otherwise looking good. +1

@joewitt
Copy link
Contributor

joewitt commented Aug 25, 2016

please do squash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants