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

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


*** WARNING: tag CFM-1.0.1.9-2-tag was deleted! ***

     was 15e08bb67b HOTFIX-3033: 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

This change permanently discards the following revisions:

 discard 15e08bb67b HOTFIX-3033: 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 3dc5da86ac HOTFIX-3033 NIFI-7023 This closes #3991. Removed SLF4J and 
Log4J transitive dependencies from Zookeeper so tests log correctly. Changed 
template handling. Added unit tests.
 discard f287d44c3d HOTFIX-3033 NIFI-7286 ListenTCPRecord cleanup changed from 
@OnStopped to @OnUnscheduled
 discard c761c8e4ee NIFI-6597: Upgrade Azure Event Hub version and code. - Lazy 
instantiation for PutAzureEventHub. Also add explaination for thread pool 
needed for EventHubClient.
 discard ba00d62011 NIFI-6341: Addressed bug that can result in a deadlock if 
Thread 1 adds a Controller Service to a Process Group (which obtains group's 
write lock and AbstractComponent's Lock) while at the same time Thread 2 
attempts to peform validation on the service (which obtains Controller 
Service's write lock, then AbstractComponent's Lock)
 discard f27e8eec04 NIFI-6253 - Fix: UI - Process Group ID display in Operate 
palette can get out of sync when process groups are removed from different 
sessions. NIFI-6253 - simplifying loading of a new process group, handle 
failure. NIFI-6253 - Expose nfCanvas.loadProcessGroup functionality through 
nfCanvasUtils.loadProcessGroup NIFI-6253 - optional groupId approach to reload
 discard 4e3de68bb7 NIFI-6253 - Remove invalid/unnecessary argument in call to 
nfCanvasUtil.reload
 discard d003dbcdc4 NIFI-6316 - Upgrade jQuery to the latest version (3.4.1).
 discard b8b839105a NIFI-6302: - Ensuring Process Group contents are pruned 
when appropriate.
 discard 4fbed10fe5 CFM-135 Set nifi-persistent-provenance-repository version 
to 1.9.0 in nifi-framework-core/pom.xml
 discard 21e3b2e76d NIFI-6285: Addressed issue that resulted in swapped data 
not being swapped back in if load balancing strategy changed while data was 
swapped out; added integration tests for swapping. In testing, also encountered 
an issue with data being swapped out while swap files were being recovered 
causing the queue size to be wrong and causing errors about not being able to 
swap data in, because it attempted to swap the data in twice.
 discard e654edb180 NIFI-6183: Implemented base class for Framework-level 
integration tests that is responsible for instantiating the key components for 
integration tests, including FlowController, WriteAheadFlowFileRepository, 
WriteAheadProvenanceRepository, FileSystemRepository, FileSystemSwapManager, 
StandardFlowFileQueue, StandardProcessScheduler, etc. Implemented several 
integration tests to span different parts of the framework
 discard 01000c8c26 NIFI-6097 - Upgraded the fasterxml jackson version to 
2.9.8. Ensure that the version is consistent across modules using a maven 
property defined in the root pom.
 discard b48c20c7f7 NIFI-6236: Update VolatileFlowFileRepository to decrement 
claimant counts when FlowFiles are deleted
 discard e980f78e07 NIFI-6215: Ensure that when we are swapping FlowFiles back 
into nifi, that we consider forward slashes or back slashes as the same path 
separator when determining filename
 discard af31e41768 NIFI-6155: Ensure that any task submitted to FlowEngine 
catches Throwable so that the task doesn't die just die silently in the case of 
an unexpected error/exception
 discard 56b3eddd98 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 9ed5883b14 NIFI-6105: Fix handling of arrays of records/maps in record 
utilities
 discard 9bd94465ac NIFI-6105: Fix handling of arrays of records/maps in record 
utilities
 discard 202df3e92b NIFI-6111: Fixed bugs in the Status History values. If 
metrics are not available yet from all nodes for the last point on the graph, 
leave the cluster aggregate value off for the last point to prevent it from 
dropping significantly at the end of the chart. Fixed bug where counter values 
were not properly summed together in cluster view. Addressed issue with Average 
Task Duration
 discard 89a2548fec NIFI-6110: Updated StandardProcessSession such that if we 
fail to update the FlowFile Repository, we do not decrement claimant counts for 
any FlowFiles that were removed. Doing so can cause an issue where a FlowFile 
is removed, then the FlowFileRepo update fails, resulting in the flowfile being 
rolled back, but after its claimant count is decremented. It will then be 
processed again, which can result in the same thing, and we'll end up 
decrementing the claimant count r [...]
 discard bc6661ffa5 NIFI-6108: Fix port names when imported from registry
 discard dd102027c6 NIFI-6040: Fixed ExecuteSQL processors when Output Batch 
Size is set
 discard 9dd1ed54d9 NIFI-6088: Widen type inference for BIGINT and DOUBLE
 discard c33321657c BUG-117610: Adjust Hive versions
 discard 9a68a59c6b NIFI-6056 Correcting cherry-picked pom versions from 
1.10.0-SNAPSHOT to 1.9.0
 discard 43623c0540 NIFI-6055 Improving error handling during auto-loading of 
NARs and ensuring only one Jetty NAR is loaded
 discard 0ce7231a8d NIFI-6069 Fixing fingerprinting of connection relationships 
to be properly sorted
 discard e90a62643c NIFI-6059 - Fixed NPE in GCS processors when project ID is 
not specified
 discard 70b0fa7d57 NIFI-6068: Fixed unit test
 discard 479718b96b NIFI-6068, NIFI-6065: Updated StandardFunnel to avoid 
looping indefinitely and instead transfer no more than 10,000 FlowFiles before 
returning from onTrigger. Updated Local Ports to behavior in the same way. 
Updated Root Group Ports so that instead of blocking for up to 100 milliseconds 
for an incoming request, it blocks for up to 1 millisecond and if nothing is 
available yields for the 'bored yield duration'
 discard 8ba13d7661 BUG-117603: - Applying branding.

Reply via email to