[
https://issues.apache.org/jira/browse/NIFI-14149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17912407#comment-17912407
]
ASF subversion and git services commented on NIFI-14149:
--------------------------------------------------------
Commit 25ca4b4c20c8341ca63834a00de45220f6eee975 in nifi's branch
refs/heads/main from Peter Kedvessy
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=25ca4b4c20 ]
NIFI-14149 Fix invalid MiNiFi flow json by setting the default value of
maxTimerDrivenThreadCount and update minifi-toolkit command set with examples
Signed-off-by: Ferenc Kis <[email protected]>
This closes #9628.
> Converted MiNiFi json flow file is invalid
> ------------------------------------------
>
> Key: NIFI-14149
> URL: https://issues.apache.org/jira/browse/NIFI-14149
> Project: Apache NiFi
> Issue Type: Bug
> Components: MiNiFi
> Reporter: Peter Kedvessy
> Assignee: Peter Kedvessy
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> 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)