[
https://issues.apache.org/jira/browse/NIFI-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard resolved NIFI-4648.
----------------------------------
Resolution: Feedback Received
Apache NiFi 1.x is no longer maintained and no new release is planned on the
1.x release line. Marking as resolved as part of a cleanup operation. Please
open a new one with an updated description if this is still relevant for NiFi
2.x.
> Max Bin Age within MergeContent has misleading description
> ----------------------------------------------------------
>
> Key: NIFI-4648
> URL: https://issues.apache.org/jira/browse/NIFI-4648
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.4.0
> Reporter: Franco
> Priority: Major
>
> The Max Bin Age attribute within MergeContent has the description as such:
> "The maximum age of a Bin that will trigger a Bin to be complete. Expected
> format is <duration> <time unit> where <duration> is a positive integer and
> time unit is one of seconds, minutes, hours"
> Except that it only supports seconds as you can tell here:
> binManager.setMaxBinAge(context.getProperty(MAX_BIN_AGE).asTimePeriod(TimeUnit.SECONDS).intValue());
--
This message was sent by Atlassian Jira
(v8.20.10#820010)