[GitHub] nifi pull request #2752: NIFI-5241: Updated EventSumValue to use synchronize...

2018-06-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2752 ---

[GitHub] nifi pull request #2752: NIFI-5241: Updated EventSumValue to use synchronize...

2018-06-05 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2752#discussion_r193081251 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java --- @@ -689,6

[GitHub] nifi pull request #2752: NIFI-5241: Updated EventSumValue to use synchronize...

2018-06-01 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi/pull/2752 NIFI-5241: Updated EventSumValue to use synchronized methods instead … …of many atomic values. This is more efficient and uses less heap. Also noticed that the Logger instance in ProcessorNode w