Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Running the full build fails in nifi-framework-core due to issue filed as NIFI-11896. But also the following shows up in the target/surefire-reports folder suggesting more problematic aspects at play.
nifi-framework-core/target/surefire-reports/2023-08-01T09-11-29_729-jvmRun5.dumpstream
contains
# Created at 2023-08-01T09:17:48.313 Corrupted channel by directly writing to native stream in forked JVM 5. Stream '2023-08-01T16:17:48.220325Z I i.q.c.t.t.InputFormatConfiguration loading input format config [resource=/text_loader.json]'. # Created at 2023-08-01T09:17:48.328 Corrupted channel by directly writing to native stream in forked JVM 5. Stream '2023-08-01T16:17:48.312653Z I i.q.c.t.t.InputFormatConfiguration loading input format config [resource=/text_loader.json]'. # Created at 2023-08-01T09:17:48.797 Corrupted channel by directly writing to native stream in forked JVM 5. Stream '2023-08-01T16:17:48.339926Z I i.q.g.FunctionFactoryCache loading functions [test=true]'. # Created at 2023-08-01T09:17:48.799 Corrupted channel by directly writing to native stream in forked JVM 5. Stream '2023-08-01T16:17:48.796990Z I i.q.c.m.EngineMigration upgrading database [version=427]'. # Created at 2023-08-01T09:17:48.808 Corrupted channel by directly writing to native stream in forked JVM 5. Stream '2023-08-01T16:17:48.799286Z I i.q.c.m.EngineMigration upgraded tables to 427'. # Created at 2023-08-01T09:17:49.029 Corrupted channel by directly writing to native stream in forked JVM 5. Stream '2023-08-01T16:17:48.807919Z I i.q.c.TableNameRegistryFileStore reloading tables file [path=/tmp/junit2537278743248275952/ta bles.d.0]'. # Created at 2023-08-01T09:17:49.031 Corrupted channel by directly writing to native stream in forked JVM 5. Stream '2023-08-01T16:17:49.028196Z I i.q.c.CairoEngine locked [table=`garbageCollectionStatus`, thread=1]'. # Created at 2023-08-01T09:17:49.050 Corrupted channel by directly writing to native stream in forked JVM 5. Stream '2023-08-01T16:17:49.031580Z I i.q.c.p.WriterPool created [table=`garbageCollectionStatus`, thread=1]'. # Created at 2023-08-01T09:17:49.064 Corrupted channel by directly writing to native stream in forked JVM 5. Stream '2023-08-01T16:17:49.049868Z I i.q.c.TableWriter open 'garbageCollectionStatus''. # Created at 2023-08-01T09:17:49.072 Corrupted channel by directly writing to native stream in forked JVM 5. Stream '2023-08-01T16:17:49.064028Z I i.q.c.CairoEngine unlocked [table=`garbageCollectionStatus`]'.
that goes on and on for many many lines
Attachments
Issue Links
- is fixed by
-
NIFI-11896 QuestDB Status Repository fails to close resources on shutdown
- Resolved