This is an automated email from the ASF dual-hosted git repository.
markap14 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from 4e914ce NIFI-6008: When a Processor is Terminated, call its
#onPropertyModified method for properties whose value differs from the default
value. Previously, it was called if the value differs from the current value
(which it never will since we are only restoring the current values for the
Processor). This results in ensuring that #onPr #onPropertyModified is
correctly called when a component is reloaded
new 29d5412 NIFI-5989 - PutKudu: Additional FF Queue length setting
new bc0e68f NIFI-5989: Update to property names to clarify difference
between batch sizes
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/nifi/processors/kudu/PutKudu.java | 21 +++++++++++++++++++--
.../apache/nifi/processors/kudu/TestPutKudu.java | 1 +
2 files changed, 20 insertions(+), 2 deletions(-)