Github user mcgilman commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1872#discussion_r127739416
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/main/java/org/apache/nifi/cluster/coordination/http/endpoints/StatusHistoryEndpointMerger.java
 ---
    @@ -109,13 +119,49 @@ public NodeResponse merge(URI uri, String method, 
Set<NodeResponse> successfulRe
                     noReadPermissionsComponentDetails = 
nodeStatus.getComponentDetails();
                 }
     
    +            if (!nodeStatus.isIncludeCounters()) {
    --- End diff --
    
    I'm not sure we need to add a new field to the `nodeStatus` as the read 
permission is already present in the corresponding `nodeResponseEntity`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to