exceptionfactory commented on pull request #5499: URL: https://github.com/apache/nifi/pull/5499#issuecomment-955327040
> > Thanks for finding and correcting this issue @markap14! Although the GitHub `system-tests` have not been stable, the Java 8 system test completed successfully. I noticed a `NullPointerException` for the Java 11 system tests, and I am running a local build on Java 11 to evaluate the behavior. > > Thanks for looking into the Java 11 NPE, @exceptionfactory. FWIW, I just verified that the fix does resolve the issue when running NiFi. The `NullPointerException` appears to be the result of a timing issue where part of the `VerifyConfigRequestEntity` is null due to a communication failure with the REST client calling the test node. Will follow up after completion of local Java 11 system tests, but given the success on Java 8 and the runtime verification, this should be good to move forward. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
