Closed andyadamides closed 2 years ago
That error looks like it is a Nifi Error, not a nypiapi error. Nifi is java. You should look on your nifi deployments nifi-app.log and see if there is more exception info there.
Yeap I understand that the exception is a Java one, however I raised it here because nipyapi does not seem to handle that exception or not sure if it is intended to
Can you post the stack trace of the exception you are getting in nipyiapi?
Closing as stale. Please reopen if the issue recurs or more details are available. Thanks.
0.19.0
1.16.1
1.16.1
3.7.13
Linux, Kubernetes(3 pod replicas, cluster mode)
Description
In using the
nipyapi
to importing a new flow version in Nifi Canvas withThe deployment succeeds fine, no issues raised, no errors occurring.
But when I try a significantly larger flow, with multiple inner process groups, connections etc. the deployment still succeeds but I am getting this exception in the process:
I have tried to increase this property:
But the same exception still occurs, however the flow is deployed successfully when I check the Nifi Canvas.
Can someone suggest what might be happening here and a potential fix?