[GitHub] nifi issue #2678: NIFI-5154: When Processor or Controller Service is added t...

2018-05-07 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2678 Will review... ---

[GitHub] nifi-registry issue #115: [NIFIREG-170] upgrade hoek.js

2018-05-04 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi-registry/pull/115 Thanks @scottyaslan! This has been merged to master. ---

[GitHub] nifi-registry issue #115: [NIFIREG-170] upgrade hoek.js

2018-05-03 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi-registry/pull/115 Will review... ---

[GitHub] nifi pull request #2673: NIFI-5135: User identities and group name transform...

2018-05-03 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2673 NIFI-5135: User identities and group name transforms NIFI-5135: - Adding support for applying transforms to user identities and group names. You can merge this pull request into a Git

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

2018-05-02 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2509 @zenfenan Yeah I think we're on the same page here. Sorry for the different suggestions earlier but I think we're ultimately getting it right here... - `All nodes` should be disabled

[GitHub] nifi issue #2669: NIFI-5142: Do not allow a connection's destination to be c...

2018-05-02 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2669 Thanks @markap14! This has been merged to master. ---

[GitHub] nifi issue #2669: NIFI-5142: Do not allow a connection's destination to be c...

2018-05-02 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2669 Will review... ---

[GitHub] nifi issue #2662: NIFI-5124: Upgrading commons-fileupload

2018-05-02 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2662 @alopresto I don't see the commit for this PR in master (unless I'm missing it). Can you please double check that it was pushed? Thanks! ---

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

2018-04-30 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2509 Hey @zenfenan... So I just checked out the updated PR. Things seem to be running as suggested, however, I'm wondering if it makes sense to improve it a little and in the process reduce

[GitHub] nifi pull request #2662: NIFI-5124: Upgrading commons-fileupload

2018-04-26 Thread mcgilman
Github user mcgilman closed the pull request at: https://github.com/apache/nifi/pull/2662 ---

[GitHub] nifi issue #2662: NIFI-5124: Upgrading commons-fileupload

2018-04-26 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2662 Thanks @alopresto! ---

[GitHub] nifi pull request #2662: NIFI-5124: Upgrading commons-fileupload

2018-04-26 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2662 NIFI-5124: Upgrading commons-fileupload NIFI-5124: - Upgrading to the latest version of commons-fileupload. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] nifi pull request #2509: NIFI-543 Added annotation to indicate processor sho...

2018-04-25 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2509#discussion_r184162346 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-processor-configuration.js

[GitHub] nifi issue #2646: NIFI-5096: Periodically poll ZooKeeper to determine the le...

2018-04-20 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2646 Thanks @markap14! This has been merged to master. ---

[GitHub] nifi issue #2646: NIFI-5096: Periodically poll ZooKeeper to determine the le...

2018-04-20 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2646 @markap14 I see. It appears then that the underlying issue is that either (1) the stateChange method is not being invoked or (2) the leader thread interruption is not happening/working. We could

[GitHub] nifi issue #2646: NIFI-5096: Periodically poll ZooKeeper to determine the le...

2018-04-19 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2646 @markap14 Looks like our `LeaderSelectionListener` does implement `ConnectionStateListener`. Do we need to update code on our side to explicitly give up leadership in the SUSPENDED or LOST scenarios? ---

[GitHub] nifi issue #2646: NIFI-5096: Periodically poll ZooKeeper to determine the le...

2018-04-19 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2646 @markap14 These changes look like they will reduce the time when there are multiple primaries (leaders) in the event the existing primary isn't notified of the change. That's definitely

[GitHub] nifi issue #2633: NIFI-5066: Allow global enable/disable component requests

2018-04-17 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2633 @andrewmlim When no components are selected both enable/disable and start/stop should be allowed as the request will be applied to all eligible components in the current process group. ---

[GitHub] nifi pull request #2633: NIFI-5066: Allow global enable/disable component re...

2018-04-12 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2633 NIFI-5066: Allow global enable/disable component requests NIFI-5066: - Allowing the enable/disable buttons to be active under the same conditions as the start/stop buttons. You can merge

[GitHub] nifi pull request #2509: NIFI-543 Added annotation to indicate processor sho...

2018-04-12 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2509#discussion_r181149446 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-processor-configuration.js

[GitHub] nifi pull request #2509: NIFI-543 Added annotation to indicate processor sho...

2018-04-11 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2509#discussion_r18094 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-processor-configuration.js

[GitHub] nifi pull request #2626: NIFI-4997: Fixing process group audit advice

2018-04-11 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2626 NIFI-4997: Fixing process group audit advice NIFI-4997: - Fixing process group audit advice. - Setting spring security user in background threads. - Removing unnecessary overloaded

[GitHub] nifi issue #2607: NIFI-1295: Adding UI controls for terminating threads

2018-04-10 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2607 @moranr @scottyaslan @markap14 I've addressed the PR feedback above. Please have a look at my most recent commit. A couple notes: - I also found and addressed an issue when replicating

[GitHub] nifi pull request #2607: NIFI-1295: Adding UI controls for terminating threa...

2018-04-06 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2607#discussion_r179770521 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/FlowController.java

[GitHub] nifi issue #2608: NIFI-5045: Fixed error code handling in PutHiveQL

2018-04-05 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2608 Thanks @mattyb149. This has been merged to master. ---

[GitHub] nifi issue #2608: NIFI-5045: Fixed error code handling in PutHiveQL

2018-04-05 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2608 Will review... ---

[GitHub] nifi issue #2497: NIFI-3599 Allowed back pressure object count and data size...

2018-04-05 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2497 @mosermw Looks great! Thanks, this has been merged to master. ---

[GitHub] nifi pull request #2607: NIFI-1295: Adding UI controls for terminating threa...

2018-04-05 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2607 NIFI-1295: Adding UI controls for terminating threads NIFI-1295: - Adding UI controls for terminating hung threads. - Showing current number of terminated threads. You can merge this pull

[GitHub] nifi issue #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-04-03 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2510 Thanks @ijokarumawak! This has been merged to master. ---

[GitHub] nifi issue #2602: NIFI-5034: Ensuring descriptors and properties of referenc...

2018-04-03 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2602 The minor issue is addressed. ---

[GitHub] nifi issue #2602: NIFI-5034: Ensuring descriptors and properties of referenc...

2018-04-02 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2602 Minor issue with the proposed solution. Will update soon. ---

[GitHub] nifi pull request #2602: NIFI-5034: Ensuring descriptors and properties of r...

2018-04-02 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2602 NIFI-5034: Ensuring descriptors and properties of referencing components are populated like Processors, Reporting Tasks, etc. NIFI-5034: - Ensuring descriptors and properties of referencing

[GitHub] nifi pull request #2598: NIFI-5033: Ensuring appropriate response in checkAu...

2018-04-02 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2598 NIFI-5033: Ensuring appropriate response in checkAuthorization when user is null NIFI-5033: - Ensuring appropriate response in checkAuthorization when user is null. - Ensuring the user

[GitHub] nifi issue #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-29 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2510 @ijokarumawak Just wanted to add that I have verified this capability running standalone and clustered and everything seems to be working nicely. Just a couple more minor error handling cases

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-29 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r178175082 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/PeerDescriptionModifier.java

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-29 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r178174688 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/PeerDescriptionModifier.java

[GitHub] nifi pull request #2596: NIFI-5032: Overriding version ranges of transitive ...

2018-03-29 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2596 NIFI-5032: Overriding version ranges of transitive dependencies NIFI-5032: - Overriding version ranges of transitive dependencies through oauth2-oidc-sdk. You can merge this pull request

[GitHub] nifi issue #2571: [NIFI-4998] update node and npm version

2018-03-28 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2571 Thanks @scottyaslan! This has been merged to master. ---

[GitHub] nifi issue #2555: NIFI-4895: Added backend code to give users the ability to...

2018-03-28 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2555 Thanks @markap14! This has been merged to master. ---

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-27 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177538563 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/PeerDescriptionModifier.java

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-27 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177538075 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/PeerDescriptionModifier.java

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-27 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177541745 --- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc --- @@ -3058,6 +3062,258 @@ responses from the remote system for `30 secs`. This allows NiFi

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-27 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177536829 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/PeerDescriptionModifier.java

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-27 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177542298 --- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc --- @@ -3058,6 +3062,258 @@ responses from the remote system for `30 secs`. This allows NiFi

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-27 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177539731 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/PeerDescriptionModifier.java

[GitHub] nifi pull request #2583: [NIFI-5009] [NIFI-5008]: Addressing restricted comp...

2018-03-26 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2583 [NIFI-5009] [NIFI-5008]: Addressing restricted component annotations NIFI-5009: - Fixing required permission for PutParquet. NIFI-5008: - Ensuring all restricted components

[GitHub] nifi issue #2571: [NIFI-4998] update node and npm version

2018-03-23 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2571 @patricker Thanks for the verification! @scottyaslan Want to update the other frontend-maven-plugin usage before we merge this in? ---

[GitHub] nifi pull request #2573: NIFI-4885: Updating versioning endpoints to account...

2018-03-21 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2573 NIFI-4885: Updating versioning endpoints to account for granular access restrictions NIFI-4885: - Updating the versioning endpoints to account for the granular access restrictions. You can

[GitHub] nifi issue #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-19 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2510 Will review... ---

[GitHub] nifi pull request #2555: NIFI-4895: Added backend code to give users the abi...

2018-03-19 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2555#discussion_r175461456 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/AbstractPort.java

[GitHub] nifi pull request #2555: NIFI-4895: Added backend code to give users the abi...

2018-03-19 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2555#discussion_r175436468 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ProcessorResource.java

[GitHub] nifi pull request #2555: NIFI-4895: Added backend code to give users the abi...

2018-03-19 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2555#discussion_r175436246 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ProcessorResource.java

[GitHub] nifi pull request #2555: NIFI-4895: Added backend code to give users the abi...

2018-03-19 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2555#discussion_r175455733 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/scheduling

[GitHub] nifi pull request #2497: NIFI-3599 Allowed back pressure object count and da...

2018-03-16 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2497#discussion_r175201659 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-connection-configuration.js

[GitHub] nifi pull request #2497: NIFI-3599 Allowed back pressure object count and da...

2018-03-16 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2497#discussion_r175195219 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ConfigDTO.java --- @@ -0,0 +1,53

[GitHub] nifi pull request #2497: NIFI-3599 Allowed back pressure object count and da...

2018-03-16 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2497#discussion_r175198349 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-connection-configuration.js

[GitHub] nifi pull request #2497: NIFI-3599 Allowed back pressure object count and da...

2018-03-16 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2497#discussion_r175197796 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/StandardFlowFileQueue.java

[GitHub] nifi pull request #2497: NIFI-3599 Allowed back pressure object count and da...

2018-03-16 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2497#discussion_r175200879 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ConfigDTO.java --- @@ -0,0 +1,53

[GitHub] nifi issue #2497: NIFI-3599 Allowed back pressure object count and data size...

2018-03-16 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2497 @mosermw Didn't really have a great option... so the suggestion was ultimately a compromise. The idea was that About returns information about this instance of NiFi. This could include some

[GitHub] nifi issue #2555: NIFI-4895: Added backend code to give users the ability to...

2018-03-16 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2555 Will review... ---

[GitHub] nifi issue #2468: NIFI-4849: Implemented REST Endpoint and associated backen...

2018-03-15 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2468 Thanks @markap14! This has been merged to master. ---

[GitHub] nifi pull request #2551: NIFI-4973: Fix RPG port merging

2018-03-15 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2551 NIFI-4973: Fix RPG port merging NIFI-4973: - Fixing RPG port merging. - Adding unit tests. - Removing unecessary sorting that wasn't maintained while clustered. You can merge this pull

[GitHub] nifi issue #2539: NIFI-4969 Fixing error when importing versioned flow with ...

2018-03-13 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2539 Thanks @bbende! This has been merged to master. ---

[GitHub] nifi issue #2539: NIFI-4969 Fixing error when importing versioned flow with ...

2018-03-13 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2539 Will review... ---

[GitHub] nifi pull request #2468: NIFI-4849: Implemented REST Endpoint and associated...

2018-03-13 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2468#discussion_r174137522 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/StandardProcessorNode.java

[GitHub] nifi pull request #2468: NIFI-4849: Implemented REST Endpoint and associated...

2018-03-13 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2468#discussion_r174141958 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/diagnostics/RepositoryUsageDTO.java

[GitHub] nifi pull request #2468: NIFI-4849: Implemented REST Endpoint and associated...

2018-03-13 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2468#discussion_r174141284 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ProcessorDiagnosticsEntity.java

[GitHub] nifi pull request #2468: NIFI-4849: Implemented REST Endpoint and associated...

2018-03-13 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2468#discussion_r174139485 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/main/java/org/apache/nifi/cluster/manager/StatusMerger.java

[GitHub] nifi pull request #2468: NIFI-4849: Implemented REST Endpoint and associated...

2018-03-13 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2468#discussion_r174137385 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/StandardProcessorNode.java

[GitHub] nifi issue #2497: NIFI-3599 Allowed back pressure object count and data size...

2018-03-12 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2497 @mosermw @markap14 It's kind of a gray area. I suggested an endpoint like the /nifi-api/flow/about because that seemed like the best fit currently and was obviously trying to avoid requiring another

[GitHub] nifi issue #2519: NIFI-4944: Guard against race condition in Snappy for PutH...

2018-03-12 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2519 Thanks @mattyb149! This has been merged to master. ---

[GitHub] nifi pull request #2515: NIFI-4885: Granular component restrictions

2018-03-12 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2515#discussion_r173869295 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/main/java/org/apache/nifi/cluster/coordination/http/endpoints

[GitHub] nifi pull request #2532: NIFI-4936: Fix ranger version definition

2018-03-12 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2532 NIFI-4936: Fix ranger version definition NIFI-4936: - Moving definition of ranger version into root pom. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] nifi issue #2519: NIFI-4944: Guard against race condition in Snappy for PutH...

2018-03-09 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2519 @moonkev I think there a couple different scenario's here. This is admittedly pretty complicated, but my understanding is as follows: - In a case like PutHDFS, snappy compression

[GitHub] nifi issue #2512: NIFI-4936 pushed down version declarations to lowest appro...

2018-03-09 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2512 Thanks @joewitt! I've merged this to master. I've verified various framework behavior including standalone vs cluster, ldap authentication, custom ui's and data viewers. All looks good. ---

[GitHub] nifi issue #2512: NIFI-4936 pushed down version declarations to lowest appro...

2018-03-09 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2512 Will review from a framework perspective... ---

[GitHub] nifi issue #2469: NIFI-4870 Upgraded activemq-client and activemq-broker ver...

2018-03-09 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2469 Thanks @alopresto! This has been merged to master. ---

[GitHub] nifi pull request #2468: NIFI-4849: Implemented REST Endpoint and associated...

2018-03-09 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2468#discussion_r173508849 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/dto/EntityFactory.java

[GitHub] nifi pull request #2468: NIFI-4849: Implemented REST Endpoint and associated...

2018-03-09 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2468#discussion_r173512958 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/StandardNiFiServiceFacade.java

[GitHub] nifi pull request #2468: NIFI-4849: Implemented REST Endpoint and associated...

2018-03-09 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2468#discussion_r173511759 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/StandardNiFiServiceFacade.java

[GitHub] nifi pull request #2468: NIFI-4849: Implemented REST Endpoint and associated...

2018-03-09 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2468#discussion_r173511910 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/StandardNiFiServiceFacade.java

[GitHub] nifi pull request #2468: NIFI-4849: Implemented REST Endpoint and associated...

2018-03-09 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2468#discussion_r173513519 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/dto/DtoFactory.java

[GitHub] nifi issue #2519: NIFI-4944: Guard against race condition in Snappy for PutH...

2018-03-09 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2519 @mattyb149 Previously the loading of Snappy happened during onTrigger. This could lead to the race condition described in the JIRA/PR. Moving this to a static initializer should alleviate the issue

[GitHub] nifi issue #2469: NIFI-4870 Upgraded activemq-client and activemq-broker ver...

2018-03-08 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2469 Will review... ---

[GitHub] nifi issue #2479: NIFI-4859 NIFI-4835 Swagger spec fixes

2018-03-08 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2479 Thanks @kevdoran! This has been merged to master. ---

[GitHub] nifi pull request #2524: NIFI-4945: Upgrading spring security version

2018-03-08 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2524 NIFI-4945: Upgrading spring security version NIFI-4945: - Upgrading spring security version. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] nifi issue #2479: NIFI-4859 NIFI-4835 Swagger spec fixes

2018-03-07 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2479 @kevdoran Sorry, did not notice the mention. Will review... ---

[GitHub] nifi issue #2515: NIFI-4885: Granular component restrictions

2018-03-07 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2515 Thanks for the feedback @andrewmlim! I've pushed another commit addressing the issue. ---

[GitHub] nifi issue #2503: NIFI-4855: The layout of NiFi API document is broken

2018-03-06 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2503 Thanks @tasanuma! This has been merged to master. ---

[GitHub] nifi issue #2503: NIFI-4855: The layout of NiFi API document is broken

2018-03-06 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2503 Will review... ---

[GitHub] nifi pull request #2515: NIFI-4885: Granular component restrictions

2018-03-06 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2515 NIFI-4885: Granular component restrictions NIFI-4885: - Introducing more granular restricted component access policies. - Current restricted components have been updated to use new granular

[GitHub] nifi pull request #2511: NIFI-4925: Ranger Authorizer Memory Leak

2018-03-05 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2511 NIFI-4925: Ranger Authorizer Memory Leak NIFI-4925: - Addressing memory leak from lingering authorization results that did not represent actual access attempts. You can merge this pull request

[GitHub] nifi pull request #2495: NIFI-3502: Ensuring D3 is available on the summary ...

2018-02-26 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2495 NIFI-3502: Ensuring D3 is available on the summary and users page. NIFI-3502: - Ensuring D3 is available on the summary and users page. You can merge this pull request into a Git repository

[GitHub] nifi issue #2364: NIFI-4538 - Add Process Group information to...

2018-02-20 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2364 Thanks @yuri1969! This has been merged to master. ---

[GitHub] nifi pull request #2471: NIFI-3502: Upgrading D3 version

2018-02-20 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2471#discussion_r169394276 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js --- @@ -996,34 +1030,42

[GitHub] nifi pull request #2482: NIFI-4894: Ensuring that any proxy paths are retain...

2018-02-20 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2482 NIFI-4894: Ensuring that any proxy paths are retained when querying for bulletins NIFI-4894: - Ensuring that any proxy paths are retained when querying for bulletins. You can merge this pull

[GitHub] nifi issue #2472: NIFI-4884 Fixing ordering during import from registry so t...

2018-02-16 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2472 Thanks @bbende! This has been merged to master. ---

[GitHub] nifi issue #2472: NIFI-4884 Fixing ordering during import from registry so t...

2018-02-16 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2472 Will review... ---

[GitHub] nifi issue #2471: NIFI-3502: Upgrading D3 version

2018-02-15 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/2471 Just pushed a new commit that addresses @andrewmlim findings. ---

[GitHub] nifi pull request #2471: NIFI-3502: Upgrading D3 version

2018-02-14 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/2471 NIFI-3502: Upgrading D3 version NIFI-3502: - Upgrading to D3 version 4. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mcgilman/nifi NIFI

<    1   2   3   4   5   6   7   8   9   10   >