nifi/nifi-nar-bundles/nifi-framework-bundle
Mark Payne f95044ff87
NIFI-9433: When a Connection is unregistered from the NioAsyncLoadBalanceClient, make sure that we only cancel its active transaction if the transaction belongs to the appropriate connection. Also ensure that when we do cancel a transaction / call its failure callback, we purge the collection of any FlowFiles that have been sent in that transaction. This ensures that we cannot later attempt to failure the transaction again, decrementing the count of FlowFiles for the connection more than we should.
Signed-off-by: Joe Gresock <jgresock@gmail.com>

This closes #5564.
2021-12-03 10:31:31 -05:00
..
nifi-framework NIFI-9433: When a Connection is unregistered from the NioAsyncLoadBalanceClient, make sure that we only cancel its active transaction if the transaction belongs to the appropriate connection. Also ensure that when we do cancel a transaction / call its failure callback, we purge the collection of any FlowFiles that have been sent in that transaction. This ensures that we cannot later attempt to failure the transaction again, decrementing the count of FlowFiles for the connection more than we should. 2021-12-03 10:31:31 -05:00
nifi-framework-nar NIFI-9344-RC3 prepare for next development iteration 2021-11-03 08:53:37 -07:00
nifi-headless-server-nar NIFI-9344-RC3 prepare for next development iteration 2021-11-03 08:53:37 -07:00
nifi-server-nar NIFI-9344-RC3 prepare for next development iteration 2021-11-03 08:53:37 -07:00
pom.xml NIFI-9355 Upgraded Apache Curator from 4.2.0 to 5.2.0 2021-11-22 18:24:39 -05:00