Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/modules/nifi/pages/troubleshooting/index.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= Troubleshooting
:nipyapi: https://github.com/Chaffelson/nipyapi

== Usage of EmptyDir volume "log" exceeds the limit

Expand Down Expand Up @@ -71,3 +72,9 @@ metadata:
nginx.ingress.kubernetes.io/session-cookie-name: "route"
nginx.ingress.kubernetes.io/session-cookie-max-age: "172800"
----

== `packaging.version.InvalidVersion: Invalid version: '1.27.0-stackable0.0.0-dev'` when connecting to NiFi using `nipyapi``
Comment thread
sbernauer marked this conversation as resolved.
Outdated

When using {nipyapi}[nipyapi] with version `<= 0.19.0` some functions check the version of the NiFi instance resulting in an error where the custom version strings introduced in the SDP release 25.7 can't be parsed.
Comment thread
sbernauer marked this conversation as resolved.
Outdated
Comment thread
sbernauer marked this conversation as resolved.
Outdated

Solution: Upgrade to `nipyapi >= 0.20.0` where this is fixed.
Comment thread
sbernauer marked this conversation as resolved.
Outdated