You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2023/03/29 18:26:53 UTC

[nifi] tag HDF-3.3.1.33-2-tag deleted (was 2b42df046a)

This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.3.1.33-2-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.3.1.33-2-tag was deleted! ***

     was 2b42df046a HOTFIX-3404 NIFI-7469: Updated RepositoryRecord to include flag indicating whether or not the content of a FlowFile was modified. This allows us to explicitly keep track of this state rather than implying it (potentially incorrectly).

This change permanently discards the following revisions:

 discard 2b42df046a HOTFIX-3404 NIFI-7469: Updated RepositoryRecord to include flag indicating whether or not the content of a FlowFile was modified. This allows us to explicitly keep track of this state rather than implying it (potentially incorrectly).
 discard 46666e6c7e HOTFIX-3404 NIFI-6846: If an Exception is thrown while a Processor is writing to a FlowFile, but that Content Claim is not yet eligible for destruction, mark it as a transient claim on the RepositoryRecord so that if it's available when the FlowFile Repository is checkpointed, then it will be cleaned up then
 discard a916458a38 HOTFIX-3404 NIFI-6150: Moved logic of decrementing content claims from ProcessSession.commit to the FlowFile Repository. Also updated load-balancing protocol and queue drop logic to no longer decrement content claims since the flowfile repo will handle the logic. This allows us ts to ensure that the claimant counts are decremented only if the repo is successfully updated and still before checking if the claim is still in use or not.
 discard 6408337584 HOTFIX-2955: Contains the following changes:
 discard bac023bcd4 HOTFIX-2955: NIFI-7023 This closes #3991. Removed SLF4J and Log4J transitive dependencies from Zookeeper so tests log correctly. Changed template handling. Added unit tests.
 discard fe1b0515d9 HOTFIX-2955: NIFI-7226: Add Connection Factory configuration properties to PublishJMS and ConsumeJMS processors