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

    https://github.com/apache/nifi/pull/478#discussion_r65299383
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/repository/StandardProcessSession.java
 ---
    @@ -136,6 +136,8 @@
         // so that we are able to aggregate many into a single Fork Event.
         private final Map<FlowFile, ProvenanceEventBuilder> forkEventBuilders 
= new HashMap<>();
     
    +    private int maxRollbackFlowfilesToLog = 5;
    --- End diff --
    
    based on my previous comment, I was sort of expecting a static final int 
here.


---
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