Doin Cha created NIFI-12498:
-------------------------------
Summary: The Prioritization description in the User Guide is
different from the actual source code implementation.
Key: NIFI-12498
URL: https://issues.apache.org/jira/browse/NIFI-12498
Project: Apache NiFi
Issue Type: Bug
Reporter: Doin Cha
In the prioritization explanation of the User Guide, it is stated that
*OldestFlowFileFirstPrioritizer* is the _"default scheme that is used if no
prioritizers are selected."_
_([https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#prioritization)]_
However, in the actual source code implementation, {color:#FF0000}*there is no
automatic default setting when prioritizers are not selected.* {color}
In such cases, the sorting is done by comparing the *ContentClaim* *of
FlowFiles.*
--
This message was sent by Atlassian Jira
(v8.20.10#820010)