[
https://issues.apache.org/jira/browse/NIFI-9701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517000#comment-17517000
]
ASF subversion and git services commented on NIFI-9701:
-------------------------------------------------------
Commit 2cfef542e65a35249cdcd66d4d88392a8e8b1633 in nifi's branch
refs/heads/support/nifi-1.16 from Nathan Gough
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=2cfef542e6 ]
NIFI-9701 - Corrected No Tracking strategy to create one flow file when using a
Record Writer
- Corrected No Tracking strategy Record Writer handling for ListSFTP
- Updated temporary test files to have last modified time of epoch to avoid
intermittent issue with Minimum Age filtering
- Refactored MockCacheService to separate reusable class
This closes #5885
Signed-off-by: David Handermann <[email protected]>
> ListSFTP creates separate flowfiles when recordwriter is defined and Listing
> Strategy is "No Tracking"
> ------------------------------------------------------------------------------------------------------
>
> Key: NIFI-9701
> URL: https://issues.apache.org/jira/browse/NIFI-9701
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.15.3
> Environment: Linux / GCP
> Reporter: Armin Aschoff
> Assignee: Nathan Gough
> Priority: Major
> Fix For: 1.17.0, 1.16.1
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> SFTP server has multiple files in nominated directory.
> Configure ListSFTP with a recordwriter and Listing Strategy of "Tracking
> Entities", ListSFTP creates a single flowfile with content containing records
> of all found entities. This is as expected.
> Then, by simply changing the Listing Strategy to "No Tracking", ListSFTP
> creates one flowfile per found entity. This should not happen - ListSFTP
> should still produce only one flowfile with content containing records of all
> found entities.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)