This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag CFM-1.0.1.7-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag CFM-1.0.1.7-1-tag was deleted! ***
was bc0c332907 HOTFIX-3023 NIFI-6353: If LoadBalanceSession determines
remote node's queue is full, mark session complete and penalize the Partition,
rather than just penalizing the session. This allows the client to move on to
another session, which avoids an issue where backpressure on one queue can
prevent data from being transferred between nodes in another queue
This change permanently discards the following revisions:
discard bc0c332907 HOTFIX-3023 NIFI-6353: If LoadBalanceSession determines
remote node's queue is full, mark session complete and penalize the Partition,
rather than just penalizing the session. This allows the client to move on to
another session, which avoids an issue where backpressure on one queue can
prevent data from being transferred between nodes in another queue
discard 0d39b73502 HOTFIX-3023: Contains the following changes: * NIFI-7079
security fix * NIFI-6085 - need for sec fix * NIFI-6280 - need for sec fix *
additional changes which needed for successful build
discard c13d118215 HOTFIX-3023 NIFI-7023 This closes #3991. Removed SLF4J and
Log4J transitive dependencies from Zookeeper so tests log correctly. Changed
template handling. Added unit tests.