[jira] [Commented] (NIFI-5109) AbstractListProcessor stop calling performListing after primary node reelection

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16460148#comment-16460148 ] ASF GitHub Bot commented on NIFI-5109: -- Github user viazovskyi commented on the issue:

[GitHub] nifi issue #2657: NIFI-5109 Reset justElectedPrimaryNode flag right after re...

2018-05-01 Thread viazovskyi
Github user viazovskyi commented on the issue: https://github.com/apache/nifi/pull/2657 @bbende @ijokarumawak @mcgilman Guys, would you like to perform code review? ---

[jira] [Created] (NIFI-5137) Cannot clear state of a controller service

2018-05-01 Thread Joseph Percivall (JIRA)
Joseph Percivall created NIFI-5137: -- Summary: Cannot clear state of a controller service Key: NIFI-5137 URL: https://issues.apache.org/jira/browse/NIFI-5137 Project: Apache NiFi Issue Type:

[GitHub] nifi issue #2668: NIFI-5136 Ensure processor references are removed from Log...

2018-05-01 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/nifi/pull/2668 Is there a test case with the original ML user's issue that can have a test done? What would also be nice if these things that you changed had a 'report' method, kind of like the Nar utils

[jira] [Commented] (NIFI-5136) Leaked component references preventing GC of components and class loaders

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459949#comment-16459949 ] ASF GitHub Bot commented on NIFI-5136: -- Github user ottobackwards commented on the issue:

[jira] [Commented] (NIFI-5136) Leaked component references preventing GC of components and class loaders

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459896#comment-16459896 ] ASF GitHub Bot commented on NIFI-5136: -- Github user bbende commented on the issue:

[GitHub] nifi issue #2668: NIFI-5136 Ensure processor references are removed from Log...

2018-05-01 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/2668 @ottobackwards I identified the leaks using VisualVM to analyze the heap, and can now see that the processors and class loader references are no longer in the heap after these changes ---

[jira] [Commented] (NIFI-5136) Leaked component references preventing GC of components and class loaders

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459878#comment-16459878 ] ASF GitHub Bot commented on NIFI-5136: -- Github user ottobackwards commented on a diff in the pull

[GitHub] nifi pull request #2668: NIFI-5136 Ensure processor references are removed f...

2018-05-01 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/nifi/pull/2668#discussion_r185277171 --- Diff: nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/src/main/java/org/apache/nifi/processors/hadoop/AbstractHadoopProcessor.java --- @@

[GitHub] nifi pull request #2668: NIFI-5136 Ensure processor references are removed f...

2018-05-01 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/nifi/pull/2668#discussion_r185276958 --- Diff: nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/src/main/java/org/apache/nifi/processors/hadoop/AbstractHadoopProcessor.java --- @@

[jira] [Commented] (MINIFICPP-457) Network management controller service for interface binding for socket

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459846#comment-16459846 ] ASF GitHub Bot commented on MINIFICPP-457: -- Github user minifirocks commented on the issue:

[GitHub] nifi-minifi-cpp issue #306: MINIFICPP-457: Network Management Controller Ser...

2018-05-01 Thread minifirocks
Github user minifirocks commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/306 @achristianson please review ---

[jira] [Commented] (MINIFICPP-459) Include flex lexer headers so that generated code can be used without lex being installed

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459845#comment-16459845 ] ASF GitHub Bot commented on MINIFICPP-459: -- Github user minifirocks commented on the issue:

[GitHub] nifi-minifi-cpp issue #301: MINIFICPP-459 Include FLexLexer.h in thirdparty ...

2018-05-01 Thread minifirocks
Github user minifirocks commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/301 looks good ---

[jira] [Updated] (NIFI-5136) Leaked component references preventing GC of components and class loaders

2018-05-01 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-5136: -- Status: Patch Available (was: Open) > Leaked component references preventing GC of components and class

[GitHub] nifi pull request #2668: NIFI-5136 Ensure processor references are removed f...

2018-05-01 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/2668 NIFI-5136 Ensure processor references are removed from LogRepository … …and from ProcessScheduler - Forcing FileSystem statistics thread to be interrupted when HDFS processors are

[jira] [Commented] (NIFI-5136) Leaked component references preventing GC of components and class loaders

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459805#comment-16459805 ] ASF GitHub Bot commented on NIFI-5136: -- GitHub user bbende opened a pull request:

[jira] [Commented] (MINIFICPP-403) Enable tagging of flowfiles with flow metadata information in C++

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459801#comment-16459801 ] ASF GitHub Bot commented on MINIFICPP-403: -- Github user minifirocks commented on a diff in the

[GitHub] nifi-minifi-cpp pull request #313: MINIFICPP-403: Add version into flow attr...

2018-05-01 Thread minifirocks
Github user minifirocks commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/313#discussion_r185257853 --- Diff: libminifi/test/resources/TestHTTPGet.yml --- @@ -19,6 +19,7 @@ Flow Controller: name: MiNiFi Flow id:

[jira] [Commented] (MINIFICPP-403) Enable tagging of flowfiles with flow metadata information in C++

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459797#comment-16459797 ] ASF GitHub Bot commented on MINIFICPP-403: -- Github user phrocker commented on a diff in the

[GitHub] nifi-minifi-cpp pull request #313: MINIFICPP-403: Add version into flow attr...

2018-05-01 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/313#discussion_r185256992 --- Diff: libminifi/test/resources/TestHTTPGet.yml --- @@ -19,6 +19,7 @@ Flow Controller: name: MiNiFi Flow id:

[jira] [Created] (NIFI-5136) Leaked component references preventing GC of components and class loaders

2018-05-01 Thread Bryan Bende (JIRA)
Bryan Bende created NIFI-5136: - Summary: Leaked component references preventing GC of components and class loaders Key: NIFI-5136 URL: https://issues.apache.org/jira/browse/NIFI-5136 Project: Apache NiFi

[jira] [Commented] (MINIFICPP-472) Implement date manipulation EL functions

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459688#comment-16459688 ] ASF GitHub Bot commented on MINIFICPP-472: -- GitHub user achristianson opened a pull request:

[GitHub] nifi-minifi-cpp pull request #315: MINIFICPP-472 Added date formatting EL fu...

2018-05-01 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/315 MINIFICPP-472 Added date formatting EL functions Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we

[jira] [Created] (NIFI-5135) Support user identity/group name transform

2018-05-01 Thread Matt Gilman (JIRA)
Matt Gilman created NIFI-5135: - Summary: Support user identity/group name transform Key: NIFI-5135 URL: https://issues.apache.org/jira/browse/NIFI-5135 Project: Apache NiFi Issue Type:

[GitHub] nifi issue #2509: NIFI-543 Added annotation to indicate processor should run...

2018-05-01 Thread zenfenan
Github user zenfenan commented on the issue: https://github.com/apache/nifi/pull/2509 @markap14 I thought about it actually but since `setExecutionNode` gets called from `FlowController`/`StandardProcessorGroup` but regardless of from where it gets called they all pass the value from

[jira] [Commented] (NIFI-543) Provide extensions a way to indicate that they can run only on primary node, if clustered

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459493#comment-16459493 ] ASF GitHub Bot commented on NIFI-543: - Github user zenfenan commented on the issue:

[jira] [Commented] (NIFI-543) Provide extensions a way to indicate that they can run only on primary node, if clustered

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459486#comment-16459486 ] ASF GitHub Bot commented on NIFI-543: - Github user zenfenan commented on the issue:

[GitHub] nifi issue #2509: NIFI-543 Added annotation to indicate processor should run...

2018-05-01 Thread zenfenan
Github user zenfenan commented on the issue: https://github.com/apache/nifi/pull/2509 @mcgilman I understand the points you have made. They are valid. In particular, I like the last one which is how this might have benefit in building a flow in a standalone node with appropriate

[jira] [Comment Edited] (NIFI-5132) HandleHttpRequest /Response stop accepting request / response

2018-05-01 Thread Avanish Awasthi (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459480#comment-16459480 ] Avanish Awasthi edited comment on NIFI-5132 at 5/1/18 6:42 AM: --- Hi Joseph,  

[jira] [Commented] (NIFI-5132) HandleHttpRequest /Response stop accepting request / response

2018-05-01 Thread Avanish Awasthi (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459480#comment-16459480 ] Avanish Awasthi commented on NIFI-5132: --- Hi Joseph,   Find attached NiFi app log at the time when

[jira] [Updated] (NIFI-5132) HandleHttpRequest /Response stop accepting request / response

2018-05-01 Thread Avanish Awasthi (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Avanish Awasthi updated NIFI-5132: -- Attachment: nifi_app.log nifi.properties bootstrap.conf >