Franco created NIFI-4648:
----------------------------
Summary: 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
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
(v6.4.14#64029)