Zoltán Kornél Török created NIFI-12048:
------------------------------------------
Summary: 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
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)