esecules commented on code in PR #10079:
URL: https://github.com/apache/nifi/pull/10079#discussion_r2196556511
##########
nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/StandardNiFiServiceFacade.java:
##########
@@ -6846,18 +6846,25 @@ public FlowAnalysisResultEntity
getFlowAnalysisResult(String processGroupId) {
}
public Stream<RuleViolation> getRuleViolationStream(String processGroupId)
{
Review Comment:
If I may check my understanding, @exceptionfactory, this method would
require a read lock on the flow config for the duration of its execution
because it's a get.* method in the StandardNifiServiceFacade?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]