You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Kevin Doran (Jira)" <ji...@apache.org> on 2022/07/16 02:24:00 UTC

[jira] [Assigned] (NIFI-9811) QuestDB does not work on ARM

     [ https://issues.apache.org/jira/browse/NIFI-9811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Doran reassigned NIFI-9811:
---------------------------------

    Assignee: Kevin Doran

> QuestDB does not work on ARM
> ----------------------------
>
>                 Key: NIFI-9811
>                 URL: https://issues.apache.org/jira/browse/NIFI-9811
>             Project: Apache NiFi
>          Issue Type: Sub-task
>            Reporter: Kevin Doran
>            Assignee: Kevin Doran
>            Priority: Major
>
> Judging from this open issue, it does not appear they will be adding support:
> https://github.com/questdb/questdb/issues/569
> so for ARM, we will need to exclude this or find an alternative.
> Here is test failure output showing the runtime issues:
> {noformat}
> [INFO] Running org.apache.nifi.controller.status.history.EmbeddedQuestDbStatusHistoryRepositoryForComponentsTest
> [ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.026 s <<< FAILURE! - in org.apache.nifi.controller.status.history.EmbeddedQuestDbStatusHistoryRepositoryForComponentsTest
> [ERROR] org.apache.nifi.controller.status.history.EmbeddedQuestDbStatusHistoryRepositoryForComponentsTest.testReadingEmptyRepository  Time elapsed: 0.025 s  <<< FAILURE!
> org.opentest4j.MultipleFailuresError:
> Multiple Failures (2 failures)
> 	io.questdb.log.LogError: Error creating log writer
> 	java.lang.NullPointerException: <no message>
> [ERROR] org.apache.nifi.controller.status.history.EmbeddedQuestDbStatusHistoryRepositoryForComponentsTest.testWritingThenReadingComponents  Time elapsed: 0.001 s  <<< FAILURE!
> org.opentest4j.MultipleFailuresError:
> Multiple Failures (2 failures)
> 	java.lang.NoClassDefFoundError: Could not initialize class io.questdb.cutlass.text.types.InputFormatConfiguration
> 	java.lang.NullPointerException: <no message>
> [ERROR] org.apache.nifi.controller.status.history.EmbeddedQuestDbStatusHistoryRepositoryForComponentsTest.testReadingLimitedByPreferredDataPoints  Time elapsed: 0 s  <<< FAILURE!
> org.opentest4j.MultipleFailuresError:
> Multiple Failures (2 failures)
> 	java.lang.NoClassDefFoundError: Could not initialize class io.questdb.cutlass.text.types.InputFormatConfiguration
> 	java.lang.NullPointerException: <no message>
> [INFO] Running org.apache.nifi.controller.status.history.EmbeddedQuestDbStatusHistoryRepositoryForNodeTest
> [ERROR] Tests run: 3, Failures: 2, Errors: 0, Skipped: 1, Time elapsed: 0 s <<< FAILURE! - in org.apache.nifi.controller.status.history.EmbeddedQuestDbStatusHistoryRepositoryForNodeTest
> [ERROR] org.apache.nifi.controller.status.history.EmbeddedQuestDbStatusHistoryRepositoryForNodeTest.testReadingEmptyRepository  Time elapsed: 0 s  <<< FAILURE!
> org.opentest4j.MultipleFailuresError:
> Multiple Failures (2 failures)
> 	java.lang.NoClassDefFoundError: Could not initialize class io.questdb.cutlass.text.types.InputFormatConfiguration
> 	java.lang.NullPointerException: <no message>
> [ERROR] org.apache.nifi.controller.status.history.EmbeddedQuestDbStatusHistoryRepositoryForNodeTest.testWritingThenReadingComponents  Time elapsed: 0 s  <<< FAILURE!
> org.opentest4j.MultipleFailuresError:
> Multiple Failures (2 failures)
> 	java.lang.NoClassDefFoundError: Could not initialize class io.questdb.cutlass.text.types.InputFormatConfiguration
> 	java.lang.NullPointerException: <no message>
> {noformat}



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