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

ASF subversion and git services commented on NIFI-12048:
--------------------------------------------------------

Commit 1e115b4fbbf62c08c512b4d33460c1212ebd7423 in nifi's branch 
refs/heads/support/nifi-1.x from Zoltan Kornel Torok
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1e115b4fbb ]

NIFI-12048 Removed non-functional framework integration tests

This closes #7688

Signed-off-by: David Handermann <[email protected]>


> Nifi framework cluster module integration tests stuck in a never ending loop
> ----------------------------------------------------------------------------
>
>                 Key: NIFI-12048
>                 URL: https://issues.apache.org/jira/browse/NIFI-12048
>             Project: Apache NiFi
>          Issue Type: Task
>    Affects Versions: 1.latest, 1.24.0
>            Reporter: Zoltán Kornél Török
>            Assignee: Zoltán Kornél Török
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> During my test trying to execute all module integration test, I noticed that 
> the nifi framework cluster integration tests are stuck in a forever loop
> {code}
> [Flow Service Tasks Thread-2] ERROR org.apache.nifi.engine.FlowEngine - 
> Uncaught Exception in Runnable task
> java.lang.IllegalStateException: Framework bundle has not been loaded.
>       at 
> org.apache.nifi.nar.NarClassLoaders.getFrameworkBundle(NarClassLoaders.java:516)
>       at 
> org.apache.nifi.controller.StandardFlowService$SaveReportingTask.run(StandardFlowService.java:1114)
>       at org.apache.nifi.engine.FlowEngine$2.run(FlowEngine.java:110)
>       at 
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
>       at 
> java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
>       at 
> java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
>       at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
>       at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
>       at java.base/java.lang.Thread.run(Thread.java:833)
> [Flow Service Tasks Thread-1] ERROR org.apache.nifi.engine.FlowEngine - 
> Uncaught Exception in Runnable task
> java.lang.IllegalStateException: Framework bundle has not been loaded.
>       at 
> org.apache.nifi.nar.NarClassLoaders.getFrameworkBundle(NarClassLoaders.java:516)
>       at 
> org.apache.nifi.controller.StandardFlowService$SaveReportingTask.run(StandardFlowService.java:1114)
>       at org.apache.nifi.engine.FlowEngine$2.run(FlowEngine.java:110)
>       at 
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
>       at 
> java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
>       at 
> java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
>       at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
>       at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
>       at java.base/java.lang.Thread.run(Thread.java:833)
> {code}
> These tests are already removed from main branch. After some discussion with 
> [~exceptionfactory] we decided the best approach would be to remove these 
> tests from the 1.x support branch also.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to