Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.25.0, 2.0.0-M2
-
None
Description
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, there is no automatic default setting when prioritizers are not selected.
In such cases, the sorting is done by comparing the ContentClaim of FlowFiles.
It looks like the user guide needs to be revised.
Attachments
Issue Links
- links to