Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
To replicate, create a flow with GenerateFlowFile -> MergeContent
Configure GenerateFlowFile to generate 25 KB FlowFiles with a batch size of 1,000. It's important in order to replicate, that batch size be used.
Configure MergeContent to merge bins of 1,000 FlowFiles.
Merging the files when using unencrypted/default content repository takes milliseconds. Using Encrypted Repo it takes nearly a minute.
Attachments
Issue Links
- causes
-
NIFI-11971 FlowFile content is corrupted across the whole NiFi instance throughout ProcessSession::write with omitting writing any byte to OutputStream
- Resolved
- fixes
-
NIFI-10235 Provenance replay fails when repository encryption is enabled
- Resolved
- relates to
-
NIFI-11679 Refactor EncryptedRepoContentAccessIT Configuration
- Resolved
- links to