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

Kevin Doran commented on NIFI-9811:
-----------------------------------

Update, it looks like QuestDB v6 re-introduced arm support:
https://github.com/questdb/questdb/issues/569#issuecomment-1114570465

QuestDB was recently updated to version 6.3 as part of Java 17 compatibility 
changes, so there may actually be nothing left to do for this ticket other than 
testing to see if it is resolved.

> 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
>            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)

Reply via email to