Skip to content

Commit

Permalink
NIFI-9297 Correct typo in documentation for listing strategy in Abstr…
Browse files Browse the repository at this point in the history
…actListProcessor

Signed-off-by: Pierre Villard <[email protected]>

This closes apache#5466.
  • Loading branch information
bbende authored and pvillard31 committed Oct 19, 2021
1 parent 2268daf commit a380fb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public abstract class AbstractListProcessor<T extends ListableEntity> extends Ab

public static final AllowableValue BY_ENTITIES = new AllowableValue("entities", "Tracking Entities",
"This strategy tracks information of all the listed entities within the latest 'Entity Tracking Time Window' to determine new/updated entities." +
" This strategy can pick entities having old timestamp that can be missed with 'Tracing Timestamps'." +
" This strategy can pick entities having old timestamp that can be missed with 'Tracking Timestamps'." +
" Works even when multiple subdirectories are being written at the same time while listing is running." +
" However additional DistributedMapCache controller service is required and more JVM heap memory is used." +
" See the description of 'Entity Tracking Time Window' property for further details on how it works.");
Expand Down

0 comments on commit a380fb2

Please sign in to comment.