[ 
https://issues.apache.org/jira/browse/NIFI-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15385927#comment-15385927
 ] 

ASF GitHub Bot commented on NIFI-2326:
--------------------------------------

GitHub user joewitt opened a pull request:

    https://github.com/apache/nifi/pull/685

    NIFI-2326 fixed test breaking static class causing ordering issues.  …

    …Addressed potential issue in NarClassLoaders for multi-init scenarios - 
now idempotent for a given config

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/joewitt/incubator-nifi NIFI-2326

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/685.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 #685
    
----
commit 1fbaad80831aea4aabaf1d159941b1595cf1feb7
Author: joewitt <[email protected]>
Date:   2016-07-20T14:18:42Z

    NIFI-2326 fixed test breaking static class causing ordering issues.  
Addressed potential issue in NarClassLoaders for multi-init scenarios - now 
idempotent for a given config

----


> In testing extension classloader loaded twice in travis causes build failures
> -----------------------------------------------------------------------------
>
>                 Key: NIFI-2326
>                 URL: https://issues.apache.org/jira/browse/NIFI-2326
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>            Reporter: Joseph Witt
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> Builds in travis have failed consistently for several days starting with 
> change to how templates are serialized.  The relationship is not clear but 
> the result is
> {quote}
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec <<< 
> FAILURE! - in 
> org.apache.nifi.controller.service.StandardControllerServiceProviderTest
> org.apache.nifi.controller.service.StandardControllerServiceProviderTest  
> Time elapsed: 0.008 sec  <<< ERROR!
> java.lang.IllegalStateException: Extensions class loaders have already been 
> loaded.
>       at org.apache.nifi.nar.NarClassLoaders.load(NarClassLoaders.java:67)
>       at 
> org.apache.nifi.controller.service.StandardControllerServiceProviderTest.setupSuite(StandardControllerServiceProviderTest.java:41)
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to