This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to branch support/nifi-1.11.x
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from 7c5473c NIFI-7078 prepping support line for 1.11.x
new 510d248 Update nf-processor-details.js
new ee91450 NIFI-7051 Protect against empty group membership in
ShellUserGroupProvider, and add differentiator to id seeding
new c40a8d4 NIFI-7059: This closes #4007. Fixed bug that results in
priorities not properly being set in the SocketLoadBalancedFlowFileQueue. Even
though the queue's setPriorities method was called, the underlying may not
have contained the localPartition. As a result, when setPriorities() was
called, it did not properly delegate that call to . As a result, the queue knew
that the Prioritizers were set but the local queue did not apply them. This
happened due to a race condition be [...]
new f8df8d9 NIFI-7066 Update nifi.analytics.query.interval documented
default value in Admin Guide to match nifi.properties value (#4022)
new a78cecd Revert "NIFI-6787 - Before: When checking if a load balanced
connection queue is full, we compare the totalSize.get() and getMaxQueueSize()."
The 5 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:
.../src/main/asciidoc/administration-guide.adoc | 14 +-
.../coordination/node/NodeClusterCoordinator.java | 2 +
.../controller/queue/AbstractFlowFileQueue.java | 56 ++++--
.../nifi/controller/queue/QueuePrioritizer.java | 9 +-
.../clustered/SocketLoadBalancedFlowFileQueue.java | 36 ++--
.../partition/AvailableSeekingPartitioner.java | 62 -------
.../TestRoundRobinFlowFileQueueBalancing.java | 203 ---------------------
.../TestSocketLoadBalancedFlowFileQueue.java | 104 +++++++++--
.../src/main/resources/conf/authorizers.xml | 4 +
.../nifi/authorization/NssShellCommands.java | 2 +-
.../nifi/authorization/ShellUserGroupProvider.java | 138 ++++++++++----
.../nifi/authorization/util/ShellRunner.java | 9 +-
.../src/main/webapp/js/nf/nf-processor-details.js | 20 +-
13 files changed, 295 insertions(+), 364 deletions(-)
delete mode 100644
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/queue/clustered/partition/AvailableSeekingPartitioner.java
delete mode 100644
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/queue/clustered/TestRoundRobinFlowFileQueueBalancing.java