Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
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:
[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>