nifi git commit: NIFI-2966 Add policy resources to Access Policies tables in Admin Guide

2018-05-16 Thread mthomsen
Repository: nifi Updated Branches: refs/heads/master 604656fe8 -> 775cf4256 NIFI-2966 Add policy resources to Access Policies tables in Admin Guide This closes #2710 Signed-off-by: Mike Thomsen Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[jira] [Commented] (MINIFI-456) Exception when hitting MiNiFi C2

2018-05-16 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477990#comment-16477990 ] Aldrin Piri commented on MINIFI-456: I think I found a resolution path where org.glassfish.jersey.ext

[3/7] nifi git commit: NIFI-950: Make component validation asynchronous NIFI-950: Still seeing some slow response times when instantiating a large template in cluster mode so making some minor tweaks

2018-05-16 Thread mcgilman
http://git-wip-us.apache.org/repos/asf/nifi/blob/604656fe/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/StandardProcessorNode.java -- diff --git

[6/7] nifi git commit: NIFI-950: Make component validation asynchronous NIFI-950: Still seeing some slow response times when instantiating a large template in cluster mode so making some minor tweaks

2018-05-16 Thread mcgilman
http://git-wip-us.apache.org/repos/asf/nifi/blob/604656fe/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/main/java/org/apache/nifi/cluster/coordination/http/replication/okhttp/JacksonResponse.java

[7/7] nifi git commit: NIFI-950: Make component validation asynchronous NIFI-950: Still seeing some slow response times when instantiating a large template in cluster mode so making some minor tweaks

2018-05-16 Thread mcgilman
NIFI-950: Make component validation asynchronous NIFI-950: Still seeing some slow response times when instantiating a large template in cluster mode so making some minor tweaks based on the results of CPU profiling NIFI-5112: Refactored FlowSerializer so that it creates the desired intermediate

[5/7] nifi git commit: NIFI-950: Make component validation asynchronous NIFI-950: Still seeing some slow response times when instantiating a large template in cluster mode so making some minor tweaks

2018-05-16 Thread mcgilman
http://git-wip-us.apache.org/repos/asf/nifi/blob/604656fe/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/AbstractComponentNode.java -- diff --git

[4/7] nifi git commit: NIFI-950: Make component validation asynchronous NIFI-950: Still seeing some slow response times when instantiating a large template in cluster mode so making some minor tweaks

2018-05-16 Thread mcgilman
http://git-wip-us.apache.org/repos/asf/nifi/blob/604656fe/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/service/ControllerServiceNode.java -- diff --git

[2/7] nifi git commit: NIFI-950: Make component validation asynchronous NIFI-950: Still seeing some slow response times when instantiating a large template in cluster mode so making some minor tweaks

2018-05-16 Thread mcgilman
http://git-wip-us.apache.org/repos/asf/nifi/blob/604656fe/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/service/StandardControllerServiceProvider.java -- diff

[1/7] nifi git commit: NIFI-950: Make component validation asynchronous NIFI-950: Still seeing some slow response times when instantiating a large template in cluster mode so making some minor tweaks

2018-05-16 Thread mcgilman
Repository: nifi Updated Branches: refs/heads/master ea41b41ed -> 604656fe8 http://git-wip-us.apache.org/repos/asf/nifi/blob/604656fe/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/serialization/StandardFlowSerializerTest.java

[jira] [Commented] (MINIFI-456) Exception when hitting MiNiFi C2

2018-05-16 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477882#comment-16477882 ] Aldrin Piri commented on MINIFI-456: Working through that now. Its exclusion will break functionality

[jira] [Commented] (MINIFI-456) Exception when hitting MiNiFi C2

2018-05-16 Thread Jeff Zemerick (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477841#comment-16477841 ] Jeff Zemerick commented on MINIFI-456: -- Agree that is a working but hacky solution, but what else can

[jira] [Commented] (MINIFI-456) Exception when hitting MiNiFi C2

2018-05-16 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477833#comment-16477833 ] Aldrin Piri commented on MINIFI-456: Source of the problematic jar: {quote}[INFO]

[jira] [Commented] (MINIFI-456) Exception when hitting MiNiFi C2

2018-05-16 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16477820#comment-16477820 ] Aldrin Piri commented on MINIFI-456: Well, I was able to recreate the issue but am not sure I have a

nifi git commit: NIFI-5145 Made MockPropertyValue.evaluateExpressionLanguage(FlowFile able to accommodate null flowfiles the way live NiFi does.

2018-05-16 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 0688363d8 -> ea41b41ed NIFI-5145 Made MockPropertyValue.evaluateExpressionLanguage(FlowFile able to accommodate null flowfiles the way live NiFi does. NIFI-5145 Fixed a mistake with evaluateAttributeExpressions found in a code review.

nifi git commit: NIFI-5200: Fixed bug that caused the wrong InputStream to be closed by StandardProcessSession if calling Session.read() from the callback of another Session.read(); also changed defau

2018-05-16 Thread mthomsen
Repository: nifi Updated Branches: refs/heads/master 10254a03c -> 0688363d8 NIFI-5200: Fixed bug that caused the wrong InputStream to be closed by StandardProcessSession if calling Session.read() from the callback of another Session.read(); also changed default of the

nifi git commit: NIFI-4015 NIFI-3999 Fix DeleteSQS Issues

2018-05-16 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master c3059939e -> 10254a03c NIFI-4015 NIFI-3999 Fix DeleteSQS Issues * Avoid exception by providing id in DeleteMessageBatchRequestEntry * Include receipt handle property descriptor for user configuration Signed-off-by: Pierre Villard

nifi git commit: NIFI-5173: - Removing unnecessary logic in the zoom handler since the zoom event is no longer triggered during onClick.

2018-05-16 Thread scottyaslan
Repository: nifi Updated Branches: refs/heads/master de1ad3eb6 -> c3059939e NIFI-5173: - Removing unnecessary logic in the zoom handler since the zoom event is no longer triggered during onClick. This closes #2692 Signed-off-by: Scott Aslan Project:

[jira] [Assigned] (MINIFI-66) Migrate non-flow properties from config.yml to bootstrap

2018-05-16 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri reassigned MINIFI-66: - Assignee: (was: Aldrin Piri) > Migrate non-flow properties from config.yml to bootstrap >