This website requires JavaScript.
Explore
Help
Sign In
Apache
/
nifi
Watch
1
Star
0
Fork
0
You've already forked nifi
mirror of
https://github.com/apache/nifi.git
synced
2025-02-08 11:05:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nifi
/
nifi-nar-bundles
/
nifi-standard-bundle
History
Mark Payne
63f02c99bf
NIFI-9835: Fixed threading bug in which NioAsyncLoadBalanceClient calls LoadBalanceSession.isComplete() followed by LoadBalanceSession.isCanceled() but it's possible for the complete flag to change before the canceled flag (they are not updated atomically). So changed to use a single LoadBalanceSessionState enum that represents the state. Also made the private StandardProcessSession.commit(boolean) method synchronized. When a processor is terminated (as is the case in Offload), we roll back sessions and both the commit() and rollback() need to be synchronized. Only the public commit() method was synchronized, and now with commitAsync() happening, we had the ability to commit without any synchronization. This addresses that concern. Also fixed a typo in docs for MergeRecord.
...
This
closes
#5902
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-03-25 12:42:03 -05:00
..
nifi-jolt-transform-json-ui
NIFI-9611 Removed unnecessary references to nifi-processor-utils
2022-01-26 11:52:08 -05:00
nifi-standard-content-viewer
NIFI-9788 Updated commons-codec to 1.15 across all modules.
2022-03-21 09:13:05 -05:00
nifi-standard-nar
NIFI-9575 This
closes
#5667
. updating copyright year to 2022
2022-01-19 09:14:09 -07:00
nifi-standard-processors
NIFI-9835: Fixed threading bug in which NioAsyncLoadBalanceClient calls LoadBalanceSession.isComplete() followed by LoadBalanceSession.isCanceled() but it's possible for the complete flag to change before the canceled flag (they are not updated atomically). So changed to use a single LoadBalanceSessionState enum that represents the state. Also made the private StandardProcessSession.commit(boolean) method synchronized. When a processor is terminated (as is the case in Offload), we roll back sessions and both the commit() and rollback() need to be synchronized. Only the public commit() method was synchronized, and now with commitAsync() happening, we had the ability to commit without any synchronization. This addresses that concern. Also fixed a typo in docs for MergeRecord.
2022-03-25 12:42:03 -05:00
nifi-standard-reporting-tasks
NIFI-9400: Ensure that we always use the CollectionUsage metrics in the mbeans instead of the Usage metrics.
2022-03-01 14:17:32 -05:00
nifi-standard-utils
NIFI-9344-RC3 prepare for next development iteration
2021-11-03 08:53:37 -07:00
pom.xml
NIFI-9788 Updated commons-codec to 1.15 across all modules.
2022-03-21 09:13:05 -05:00