This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag CFM-1.1.0.11-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag CFM-1.1.0.11-1-tag was deleted! ***
was f6fd579ace HOTFIX-3641 NIFI-7527 AbstractKuduProcessorrefresh TGT
deadlock fix: Redesigned locking.
This change permanently discards the following revisions:
discard f6fd579ace HOTFIX-3641 NIFI-7527 AbstractKuduProcessorrefresh TGT
deadlock fix: Redesigned locking.
discard 44b50ee98b HOTFIX-3641 NIFI-7453 In PutKudu creating a new Kudu client
when refreshing TGT NIFI-7453 Creating a new Kudu client when refreshing TGT in
KerberosPasswordUser as well. (Applied to KerberosKeytabUser only before.)
NIFI-7453 Safely closing old Kudu client before creating a new one. NIFI-7453
Visibility adjustment.
discard 88ca2f5b52 HOTFIX-3641 NIFI-7994: Fixed ReplaceText concurrency issue
discard 117766dcc9 HOTFIX-3641 NIFI-7683: Fixed bug that resulted in a byte[]
being allocated and held onto by a member variable that was unprotected. This
caused the byte array to be modified by two different threads concurrently,
which can potentially cause corruption of FlowFile's data