[
https://issues.apache.org/jira/browse/NIFI-15731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18066869#comment-18066869
]
ASF subversion and git services commented on NIFI-15731:
--------------------------------------------------------
Commit d37fa5ca29c15751aa0135b6b97e0a26a313f918 in nifi's branch
refs/heads/NIFI-15258 from Matt Gilman
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=d37fa5ca29c ]
NIFI-15731: Addressing failing selective drop connector system test. (#11025)
* NIFI-15731: Addressing failing selective drop connector system test.
- Addressing CodeQL issue.
* NIFI-15731: Fix LoadBalanceIT race conditions exposed by connectors branch
- Replace one-shot isEvenlyDistributed assertions with waitFor polling to
handle eventual consistency of per-node status snapshots
- Use getClientUtil().stopProcessor() instead of direct ProcessorClient calls
to wait for STOPPED state before proceeding
- Add bounded retry loop for distribution convergence check and refresh
processor entity after stop to avoid stale revision errors
> Fix failing system tests in NIFI-15258
> --------------------------------------
>
> Key: NIFI-15731
> URL: https://issues.apache.org/jira/browse/NIFI-15731
> Project: Apache NiFi
> Issue Type: Task
> Components: Core Framework
> Reporter: Matt Gilman
> Assignee: Matt Gilman
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> There are failing system tests that need to be addressed:
> {code:java}
> Error: Failures:
> Error:
> LoadBalanceIT.testRoundRobinStrategyCompressAll:72->testRoundRobinStrategy:106
> expected: <true> but was: <false>
> Error: Errors:
> Error: SelectiveDropConnectorIT.testSelectiveDropOnConnectorStop » Timeout
> testSelectiveDropOnConnectorStop() timed out after 5 minutes
> Error: LoadBalanceIT.testRoundRobinWithRestartAndPortChange:377 »
> NiFiClient Error starting Processor: Node localhost:5672 is unable to fulfill
> this request due to:
> GenerateFlowFile[id=05984e9f-019d-1000-ffff-ffffd874cd92] cannot be started
> because it is not stopped. Current state is STOPPING
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)