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

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


*** WARNING: tag HDF-3.4.1.124-5-tag was deleted! ***

     was 705bc063ae NIFI-8433: Ensure that when nodes receive update about the 
status of a node in cluster that they compare the update's UpdateId to that the 
of current status so that we don't replace a node's status with an out-of-date 
status.

This change permanently discards the following revisions:

 discard 705bc063ae NIFI-8433: Ensure that when nodes receive update about the 
status of a node in cluster that they compare the update's UpdateId to that the 
of current status so that we don't replace a node's status with an out-of-date 
status.
 discard df73e62e15 NIFI-8433: Ensure that when a node is decommissioned that 
it does not send any new heartbeats and that when it's removed that the Cluster 
Coordinator removes its cached heartbeat so that it doesn't get processed later
 discard 9a358efb81 NIFI-8457: Fixed bug in load balanced connections that can 
result in the node never completing OFFLOAD action. Also fixed issue in which 
data destined for a disconnected/offloaded node was never rebalanced even for 
partitioning strategies that call for rebalancing on failure
 discard b2e0c23ea3 NIFI-6736: Create thread on demand to handle incoming 
request from client for load balancing. This allows us to avoid situations 
where we don't have enough threads and we block on the server side, waiting for 
data, when clients are trying to send data in another connection
 discard d6db796f49 NIFI-6517: Ensure that if IOException is thrown from 
LoadBalanceSession that we properly catch the Exception, mark session as 
complete, and then re-throw. There was one condition in which this was not 
occurring. This commit addresses that situation.
 discard 657b58b566 Ignore unit test that no longer works/is no longer correct 
with the current http library/ssl configuration
 discard a90b826253 NIFI-6696: Ensured that callback to RemoteQueuePartition do 
not attempt to obtain the Partition Read Lock. The Read Lock is not necessary 
as long as the 'partitioner' is volatile, because it doesn't matter whether or 
not the actual partitions themselves change, since the only partition that 
would be touched is the Rebalancing Partition,on, which is fixed. Obtaining the 
partition read lock can lead to a deadlock as outlined in the Jira description.
 discard f6a9a0d076 NIFI-6759: When encountering Exception during load-balanced 
connection communications, after closing socket, return from method rather than 
continuing loop
 discard 55ba924e48 Add more debug logging to Hive components
 discard 842dfe86e6 NIFI-7859: Support for capturing execution duration of 
query run as attributes in SelectHiveQL processors
 discard 6574cbbcf5 NIFI-8353: When receiving data via load-balanced 
connection, throw an Exception (resulting in an ABORT_TRANSACTION status code) 
when attempting to add received FlowFiles to the FlowFile queue, if the node is 
not currently connected to cluster. In this case, ensure that we remove the 
received FlowFiles from the FlowFile Repository and emit a DROP event to the 
repository (with appropriate details) to coincide with the already-committed 
Provenance events. Also ensure that [...]
 discard 020a453f5a Do not update status for stopping a deleted node
 discard 0f0e3815fc NIFI-8433: Ensure that we wait until node is fully 
disconnected/removed before proceeding to next steps of decommission task
 discard a2a1803f17 NIFI-8433: Added ability to decommission a node in a cluster
 discard d6930c090b HOTFIX-3695 NIFI-7423 Upgraded jquery dependency version.
 discard 64c892e225 HOTFIX-3695: 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 b5dbe24588 HOTFIX-3695 NIFI-7023 This closes #3991. Removed SLF4J and 
Log4J transitive dependencies from Zookeeper so tests log correctly. Changed 
template handling. Added unit tests.

Reply via email to