Peter Kedvessy created NIFI-14149:
-------------------------------------
Summary: Converted MiNiFi json flow file is invalid
Key: NIFI-14149
URL: https://issues.apache.org/jira/browse/NIFI-14149
Project: Apache NiFi
Issue Type: Improvement
Components: MiNiFi
Reporter: Peter Kedvessy
Assignee: Peter Kedvessy
MiNiFi toolkit transfom-nifi command generates an invalid flow file what MiNiFi
fails to load:
"Cannot set max number of threads to less than 1"
Root cause: maxTimerDrivenThreadCount is not available in the downloaded flow
file from NiFi and the transform-nifi command does not set any value explicitly
so it uses the default 0 value of the primitive int data type.
Fix: explicitly set the already available default value of
maxTimerDrivenThreadCount parameter.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)