[GitHub] [nifi-minifi] apiri opened a new pull request #179: MINIFI-520 Update Docker image names to reflect those used in Docker …

2019-10-18 Thread GitBox
apiri opened a new pull request #179: MINIFI-520 Update Docker image names to reflect those used in Docker … URL: https://github.com/apache/nifi-minifi/pull/179 …Hub. Thank you for submitting a contribution to Apache NiFi - MiNiFi. In order to streamline the review of the

[GitHub] [nifi-minifi] apiri opened a new pull request #178: MINIFI-495 Provide an explicit dependency on minifi-assembly for the …

2019-10-18 Thread GitBox
apiri opened a new pull request #178: MINIFI-495 Provide an explicit dependency on minifi-assembly for the … URL: https://github.com/apache/nifi-minifi/pull/178 …minifi-docker project which makes use of the artifact in generating images. Thank you for submitting a contribution to

[GitHub] [nifi-minifi] asfgit closed pull request #176: MINIFI-519 Added recommended antivirus exclusions section to Admin Guide

2019-10-18 Thread GitBox
asfgit closed pull request #176: MINIFI-519 Added recommended antivirus exclusions section to Admin Guide URL: https://github.com/apache/nifi-minifi/pull/176 This is an automated message from the Apache Git Service. To

[GitHub] [nifi-minifi] apiri commented on issue #176: MINIFI-519 Added recommended antivirus exclusions section to Admin Guide

2019-10-18 Thread GitBox
apiri commented on issue #176: MINIFI-519 Added recommended antivirus exclusions section to Admin Guide URL: https://github.com/apache/nifi-minifi/pull/176#issuecomment-544061325 Good deal, thanks! This is an automated

[GitHub] [nifi] alopresto commented on issue #3825: NIFI-6782: Added repeat() String EL function

2019-10-18 Thread GitBox
alopresto commented on issue #3825: NIFI-6782: Added repeat() String EL function URL: https://github.com/apache/nifi/pull/3825#issuecomment-544014001 I do think a custom delimiter string would be useful, but introducing one required and two (different) optional parameters gets tricky. I

[GitHub] [nifi] arenger commented on issue #3455: NIFI-5900 Add SelectJson processor

2019-10-18 Thread GitBox
arenger commented on issue #3455: NIFI-5900 Add SelectJson processor URL: https://github.com/apache/nifi/pull/3455#issuecomment-544010374 @ottobackwards Thanks Otto, yeah I look forward to hearing whether or not folks want to include this. If they do, it should be all ready to go.

[GitHub] [nifi] mattyb149 commented on a change in pull request #3824: NIFI-6778 - Added rules engine service api and Easy Rules Implementation

2019-10-18 Thread GitBox
mattyb149 commented on a change in pull request #3824: NIFI-6778 - Added rules engine service api and Easy Rules Implementation URL: https://github.com/apache/nifi/pull/3824#discussion_r336691625 ## File path: nifi-assembly/LICENSE ## @@ -2834,3 +2834,25 @@ The binary

[GitHub] [nifi] YolandaMDavis commented on a change in pull request #3824: NIFI-6778 - Added rules engine service api and Easy Rules Implementation

2019-10-18 Thread GitBox
YolandaMDavis commented on a change in pull request #3824: NIFI-6778 - Added rules engine service api and Easy Rules Implementation URL: https://github.com/apache/nifi/pull/3824#discussion_r336690578 ## File path: nifi-assembly/LICENSE ## @@ -2834,3 +2834,25 @@ The binary

[GitHub] [nifi] YolandaMDavis commented on a change in pull request #3824: NIFI-6778 - Added rules engine service api and Easy Rules Implementation

2019-10-18 Thread GitBox
YolandaMDavis commented on a change in pull request #3824: NIFI-6778 - Added rules engine service api and Easy Rules Implementation URL: https://github.com/apache/nifi/pull/3824#discussion_r336690578 ## File path: nifi-assembly/LICENSE ## @@ -2834,3 +2834,25 @@ The binary

[GitHub] [nifi] ottobackwards commented on issue #3455: NIFI-5900 Add SelectJson processor

2019-10-18 Thread GitBox
ottobackwards commented on issue #3455: NIFI-5900 Add SelectJson processor URL: https://github.com/apache/nifi/pull/3455#issuecomment-543951918 @arenger hope you are holding out patience wise on this. Hopefully some traction soon ( although it looks like it will be post release )

[GitHub] [nifi-registry] kevdoran commented on a change in pull request #245: NIFIREG-252: adding mavendocker build profile

2019-10-18 Thread GitBox
kevdoran commented on a change in pull request #245: NIFIREG-252: adding mavendocker build profile URL: https://github.com/apache/nifi-registry/pull/245#discussion_r336678314 ## File path: nifi-registry-docker-maven/dockermaven/pom.xml ## @@ -0,0 +1,101 @@ + +

[GitHub] [nifi] apiri commented on a change in pull request #3824: NIFI-6778 - Added rules engine service api and Easy Rules Implementation

2019-10-18 Thread GitBox
apiri commented on a change in pull request #3824: NIFI-6778 - Added rules engine service api and Easy Rules Implementation URL: https://github.com/apache/nifi/pull/3824#discussion_r336677939 ## File path: nifi-assembly/LICENSE ## @@ -2834,3 +2834,25 @@ The binary

[GitHub] [nifi] ottobackwards commented on issue #3825: NIFI-6782: Added repeat() String EL function

2019-10-18 Thread GitBox
ottobackwards commented on issue #3825: NIFI-6782: Added repeat() String EL function URL: https://github.com/apache/nifi/pull/3825#issuecomment-543947118 Would anyone ever want spaces or separator between the repeats? On the one hand, when would you be repeating a single value and care?

[GitHub] [nifi-registry] kevdoran commented on issue #245: NIFIREG-252: adding mavendocker build profile

2019-10-18 Thread GitBox
kevdoran commented on issue #245: NIFIREG-252: adding mavendocker build profile URL: https://github.com/apache/nifi-registry/pull/245#issuecomment-543936060 reviewing... This is an automated message from the Apache Git

[GitHub] [nifi] alopresto commented on issue #3823: NIFI-6770 - Set validator to Validator.VALID to allow empty password …

2019-10-18 Thread GitBox
alopresto commented on issue #3823: NIFI-6770 - Set validator to Validator.VALID to allow empty password … URL: https://github.com/apache/nifi/pull/3823#issuecomment-543931782 It looks like the code changes here only affect components using a `SSLContextService`. Did you evaluate if the

[GitHub] [nifi] alopresto commented on issue #3825: NIFI-6782: Added repeat() String EL function

2019-10-18 Thread GitBox
alopresto commented on issue #3825: NIFI-6782: Added repeat() String EL function URL: https://github.com/apache/nifi/pull/3825#issuecomment-543930913 I noticed that in the unit test, only attributes containing string values are tested. I am using a literal string in my smoke test. That may

[jira] [Commented] (NIFI-6457) Add section to Admin Guide that details how to properly move a dataflow from one NiFi instance to another

2019-10-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16954948#comment-16954948 ] ASF subversion and git services commented on NIFI-6457: --- Commit

[jira] [Resolved] (NIFI-6457) Add section to Admin Guide that details how to properly move a dataflow from one NiFi instance to another

2019-10-18 Thread Andy LoPresto (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy LoPresto resolved NIFI-6457. - Fix Version/s: 1.10.0 Resolution: Fixed > Add section to Admin Guide that details how to

[GitHub] [nifi] alopresto merged pull request #3818: NIFI-6457 Add Upgrading NiFi section to Admin Guide

2019-10-18 Thread GitBox
alopresto merged pull request #3818: NIFI-6457 Add Upgrading NiFi section to Admin Guide URL: https://github.com/apache/nifi/pull/3818 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nifi] alopresto commented on issue #3818: NIFI-6457 Add Upgrading NiFi section to Admin Guide

2019-10-18 Thread GitBox
alopresto commented on issue #3818: NIFI-6457 Add Upgrading NiFi section to Admin Guide URL: https://github.com/apache/nifi/pull/3818#issuecomment-543926613 Drew, this is incredibly helpful and will be of use to a lot of community members. Thanks for doing this. +1, merging.

[GitHub] [nifi-registry] ekovacs commented on issue #245: NIFIREG-252: adding mavendocker build profile

2019-10-18 Thread GitBox
ekovacs commented on issue #245: NIFIREG-252: adding mavendocker build profile URL: https://github.com/apache/nifi-registry/pull/245#issuecomment-543921492 `mvn clean package verify -P include-ranger -P include-aws -P docker` creates the docker image locally

[GitHub] [nifi-registry] ekovacs commented on issue #245: NIFIREG-252: adding mavendocker build profile

2019-10-18 Thread GitBox
ekovacs commented on issue #245: NIFIREG-252: adding mavendocker build profile URL: https://github.com/apache/nifi-registry/pull/245#issuecomment-543920721 @kevdoran could you please take a look? / Give it a run? This is an

[GitHub] [nifi-registry] ekovacs opened a new pull request #245: NIFIREG-252: adding mavendocker build profile

2019-10-18 Thread GitBox
ekovacs opened a new pull request #245: NIFIREG-252: adding mavendocker build profile URL: https://github.com/apache/nifi-registry/pull/245 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nifi] alopresto commented on issue #3825: NIFI-6782: Added repeat() String EL function

2019-10-18 Thread GitBox
alopresto commented on issue #3825: NIFI-6782: Added repeat() String EL function URL: https://github.com/apache/nifi/pull/3825#issuecomment-543914202 I also pushed the test fix to [4376d86](https://github.com/alopresto/nifi/commit/4376d86f6d6121976f918291a80d625f99aea2e7). Apparently my

[GitHub] [nifi] alopresto commented on issue #3825: NIFI-6782: Added repeat() String EL function

2019-10-18 Thread GitBox
alopresto commented on issue #3825: NIFI-6782: Added repeat() String EL function URL: https://github.com/apache/nifi/pull/3825#issuecomment-543913272 I did a local build and tested this and I am experiencing odd behavior. While the code complete does suggest `repeat` and has the correct

[GitHub] [nifi] mattyb149 commented on a change in pull request #3825: NIFI-6782: Added repeat() String EL function

2019-10-18 Thread GitBox
mattyb149 commented on a change in pull request #3825: NIFI-6782: Added repeat() String EL function URL: https://github.com/apache/nifi/pull/3825#discussion_r336646954 ## File path:

[GitHub] [nifi] mattyb149 commented on a change in pull request #3826: NIFI-6780: Add QueryNiFiReportingTask, RecordSinkService, S2S and DB impls

2019-10-18 Thread GitBox
mattyb149 commented on a change in pull request #3826: NIFI-6780: Add QueryNiFiReportingTask, RecordSinkService, S2S and DB impls URL: https://github.com/apache/nifi/pull/3826#discussion_r336645290 ## File path:

[GitHub] [nifi] YolandaMDavis commented on a change in pull request #3824: NIFI-6778 - Added rules engine service api and Easy Rules Implementation

2019-10-18 Thread GitBox
YolandaMDavis commented on a change in pull request #3824: NIFI-6778 - Added rules engine service api and Easy Rules Implementation URL: https://github.com/apache/nifi/pull/3824#discussion_r336636773 ## File path:

[GitHub] [nifi] YolandaMDavis commented on issue #3826: NIFI-6780: Add QueryNiFiReportingTask, RecordSinkService, S2S and DB impls

2019-10-18 Thread GitBox
YolandaMDavis commented on issue #3826: NIFI-6780: Add QueryNiFiReportingTask, RecordSinkService, S2S and DB impls URL: https://github.com/apache/nifi/pull/3826#issuecomment-543884285 @mattyb149 I've run several tests, confirming that the changes to existing Site-to-Site reporting task

[GitHub] [nifi] YolandaMDavis edited a comment on issue #3826: NIFI-6780: Add QueryNiFiReportingTask, RecordSinkService, S2S and DB impls

2019-10-18 Thread GitBox
YolandaMDavis edited a comment on issue #3826: NIFI-6780: Add QueryNiFiReportingTask, RecordSinkService, S2S and DB impls URL: https://github.com/apache/nifi/pull/3826#issuecomment-543884285 @mattyb149 I've run several tests, confirming that the changes to existing Site-to-Site reporting

[GitHub] [nifi] alopresto commented on a change in pull request #3825: NIFI-6782: Added repeat() String EL function

2019-10-18 Thread GitBox
alopresto commented on a change in pull request #3825: NIFI-6782: Added repeat() String EL function URL: https://github.com/apache/nifi/pull/3825#discussion_r336612512 ## File path:

[GitHub] [nifi] mysunnytime commented on a change in pull request #3676: NIFI-6597 Azure Event Hub Version Update

2019-10-18 Thread GitBox
mysunnytime commented on a change in pull request #3676: NIFI-6597 Azure Event Hub Version Update URL: https://github.com/apache/nifi/pull/3676#discussion_r336607303 ## File path:

[GitHub] [nifi] mysunnytime commented on a change in pull request #3676: NIFI-6597 Azure Event Hub Version Update

2019-10-18 Thread GitBox
mysunnytime commented on a change in pull request #3676: NIFI-6597 Azure Event Hub Version Update URL: https://github.com/apache/nifi/pull/3676#discussion_r336607303 ## File path:

[GitHub] [nifi] tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream URL: https://github.com/apache/nifi/pull/3306#discussion_r336561813 ## File path:

[GitHub] [nifi] tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream URL: https://github.com/apache/nifi/pull/3306#discussion_r336569488 ## File path:

[GitHub] [nifi] tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream URL: https://github.com/apache/nifi/pull/3306#discussion_r336574961 ## File path:

[GitHub] [nifi] tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream URL: https://github.com/apache/nifi/pull/3306#discussion_r336545976 ## File path: nifi-assembly/pom.xml ## @@ -703,6 +703,18 @@ language governing permissions and limitations under

[GitHub] [nifi] tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream URL: https://github.com/apache/nifi/pull/3306#discussion_r336580158 ## File path:

[GitHub] [nifi] tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream URL: https://github.com/apache/nifi/pull/3306#discussion_r336575559 ## File path:

[GitHub] [nifi] tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream URL: https://github.com/apache/nifi/pull/3306#discussion_r336582589 ## File path:

[GitHub] [nifi] tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream URL: https://github.com/apache/nifi/pull/3306#discussion_r336546591 ## File path: nifi-nar-bundles/nifi-oraclecdc-bundle/nifi-oraclecdc-processors/pom.xml ## @@ -0,0 +1,85 @@ + +

[GitHub] [nifi] tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream URL: https://github.com/apache/nifi/pull/3306#discussion_r336546231 ## File path: nifi-nar-bundles/nifi-oraclecdc-bundle/nifi-oraclecdc-nar/pom.xml ## @@ -0,0 +1,47 @@ + +

[GitHub] [nifi] tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream URL: https://github.com/apache/nifi/pull/3306#discussion_r336575172 ## File path:

[GitHub] [nifi] tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream URL: https://github.com/apache/nifi/pull/3306#discussion_r336579777 ## File path:

[GitHub] [nifi] tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream URL: https://github.com/apache/nifi/pull/3306#discussion_r336560544 ## File path:

[GitHub] [nifi] tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream URL: https://github.com/apache/nifi/pull/3306#discussion_r336570584 ## File path:

[GitHub] [nifi] tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3306: nifi oracle cdc changes using xstream URL: https://github.com/apache/nifi/pull/3306#discussion_r336554086 ## File path:

[GitHub] [nifi] tpalfy commented on a change in pull request #3336: Nifi 6054

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3336: Nifi 6054 URL: https://github.com/apache/nifi/pull/3336#discussion_r336541732 ## File path: nifi-nar-bundles/nifi-phoenix-bundle/nifi-phoenix-service/src/test/java/org/apache/nifi/dbcp/phoenix/TTTestStandardPhoenixDBCPService.java

[GitHub] [nifi] YolandaMDavis commented on a change in pull request #3826: NIFI-6780: Add QueryNiFiReportingTask, RecordSinkService, S2S and DB impls

2019-10-18 Thread GitBox
YolandaMDavis commented on a change in pull request #3826: NIFI-6780: Add QueryNiFiReportingTask, RecordSinkService, S2S and DB impls URL: https://github.com/apache/nifi/pull/3826#discussion_r336563372 ## File path:

[GitHub] [nifi-registry] kevdoran merged pull request #244: NIFIREG-339 Remove errors from root pom

2019-10-18 Thread GitBox
kevdoran merged pull request #244: NIFIREG-339 Remove errors from root pom URL: https://github.com/apache/nifi-registry/pull/244 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [nifi] tpalfy commented on a change in pull request #3336: Nifi 6054

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3336: Nifi 6054 URL: https://github.com/apache/nifi/pull/3336#discussion_r336487869 ## File path: nifi-nar-bundles/nifi-phoenix-bundle/nifi-phoenix-service/src/main/java/org/apache/nifi/dbcp/phoenix/StandardPhoenixDBCPService.java

[GitHub] [nifi] tpalfy commented on a change in pull request #3336: Nifi 6054

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3336: Nifi 6054 URL: https://github.com/apache/nifi/pull/3336#discussion_r336493810 ## File path: nifi-nar-bundles/nifi-phoenix-bundle/nifi-phoenix-service/src/main/java/org/apache/nifi/dbcp/phoenix/StandardPhoenixDBCPService.java

[GitHub] [nifi] tpalfy commented on a change in pull request #3336: Nifi 6054

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3336: Nifi 6054 URL: https://github.com/apache/nifi/pull/3336#discussion_r336541732 ## File path: nifi-nar-bundles/nifi-phoenix-bundle/nifi-phoenix-service/src/test/java/org/apache/nifi/dbcp/phoenix/TTTestStandardPhoenixDBCPService.java

[GitHub] [nifi] tpalfy commented on a change in pull request #3336: Nifi 6054

2019-10-18 Thread GitBox
tpalfy commented on a change in pull request #3336: Nifi 6054 URL: https://github.com/apache/nifi/pull/3336#discussion_r336543126 ## File path: nifi-nar-bundles/nifi-oraclecdc-bundle/nifi-oraclecdcservice-api/.gitignore ## @@ -0,0 +1 @@ +/bin/ Review comment:

[GitHub] [nifi-registry] bbende opened a new pull request #244: NIFIREG-339 Remove errors from root pom

2019-10-18 Thread GitBox
bbende opened a new pull request #244: NIFIREG-339 Remove errors from root pom URL: https://github.com/apache/nifi-registry/pull/244 This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Created] (NIFIREG-339) Remove errors in root pom

2019-10-18 Thread Bryan Bende (Jira)
Bryan Bende created NIFIREG-339: --- Summary: Remove errors in root pom Key: NIFIREG-339 URL: https://issues.apache.org/jira/browse/NIFIREG-339 Project: NiFi Registry Issue Type: Improvement

[GitHub] [nifi] YolandaMDavis edited a comment on issue #3826: NIFI-6780: Add QueryNiFiReportingTask, RecordSinkService, S2S and DB impls

2019-10-18 Thread GitBox
YolandaMDavis edited a comment on issue #3826: NIFI-6780: Add QueryNiFiReportingTask, RecordSinkService, S2S and DB impls URL: https://github.com/apache/nifi/pull/3826#issuecomment-543782887 @mattyb149 I ran into an exception when I attempted to query the CONNECTION_STATUS_PREDICTIONS

[GitHub] [nifi] YolandaMDavis edited a comment on issue #3826: NIFI-6780: Add QueryNiFiReportingTask, RecordSinkService, S2S and DB impls

2019-10-18 Thread GitBox
YolandaMDavis edited a comment on issue #3826: NIFI-6780: Add QueryNiFiReportingTask, RecordSinkService, S2S and DB impls URL: https://github.com/apache/nifi/pull/3826#issuecomment-543782887 @mattyb149 I ran into an exception when I attempted to query the CONNECTION_STATUS_PREDICTIONS

[GitHub] [nifi] YolandaMDavis commented on issue #3826: NIFI-6780: Add QueryNiFiReportingTask, RecordSinkService, S2S and DB impls

2019-10-18 Thread GitBox
YolandaMDavis commented on issue #3826: NIFI-6780: Add QueryNiFiReportingTask, RecordSinkService, S2S and DB impls URL: https://github.com/apache/nifi/pull/3826#issuecomment-543782887 @mattyb149 I ran into an exception when I attempted to query the CONNECTION_STATUS_PREDICTIONS table when

[jira] [Resolved] (NIFIREG-337) Support postgres 10

2019-10-18 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFIREG-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFIREG-337. - Resolution: Fixed > Support postgres 10 > --- > > Key:

[jira] [Resolved] (NIFIREG-334) Support building and running on Java 11

2019-10-18 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFIREG-334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFIREG-334. - Fix Version/s: 1.0.0 Resolution: Fixed > Support building and running on Java 11 >

[GitHub] [nifi-registry] asfgit closed pull request #241: NIFIREG-334 Support Java 11

2019-10-18 Thread GitBox
asfgit closed pull request #241: NIFIREG-334 Support Java 11 URL: https://github.com/apache/nifi-registry/pull/241 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [nifi-registry] bbende commented on issue #241: NIFIREG-334 Support Java 11

2019-10-18 Thread GitBox
bbende commented on issue #241: NIFIREG-334 Support Java 11 URL: https://github.com/apache/nifi-registry/pull/241#issuecomment-543772717 Thanks for the review @kevdoran ! Going to merge this This is an automated message from

[jira] [Assigned] (NIFIREG-252) Add docker-maven image and build profile

2019-10-18 Thread Endre Kovacs (Jira)
[ https://issues.apache.org/jira/browse/NIFIREG-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Endre Kovacs reassigned NIFIREG-252: Assignee: Endre Kovacs (was: Kevin Doran) > Add docker-maven image and build profile >

[jira] [Commented] (NIFI-6790) Load-balanced queues cause huge number of open pipes

2019-10-18 Thread Matthew Knight (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16954610#comment-16954610 ] Matthew Knight commented on NIFI-6790: -- It was after 6736 got merged, I was trying to see if that

[jira] [Comment Edited] (NIFI-6790) Load-balanced queues cause huge number of open pipes

2019-10-18 Thread Matthew Knight (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16954610#comment-16954610 ] Matthew Knight edited comment on NIFI-6790 at 10/18/19 1:30 PM: It was

[jira] [Commented] (NIFI-6790) Load-balanced queues cause huge number of open pipes

2019-10-18 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16954606#comment-16954606 ] Mark Payne commented on NIFI-6790: -- [~Matthew Knight] thanks for the update. I do notice in your

[jira] [Resolved] (NIFIREG-338) fixing nifi registrty version in dockerfile

2019-10-18 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFIREG-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFIREG-338. - Fix Version/s: 1.0.0 Resolution: Fixed > fixing nifi registrty version in dockerfile >

[GitHub] [nifi-registry] bbende merged pull request #243: NIFIREG-338: fixing version in dockerfile

2019-10-18 Thread GitBox
bbende merged pull request #243: NIFIREG-338: fixing version in dockerfile URL: https://github.com/apache/nifi-registry/pull/243 This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Commented] (NIFI-6790) Load-balanced queues cause huge number of open pipes

2019-10-18 Thread Matthew Knight (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16954580#comment-16954580 ] Matthew Knight commented on NIFI-6790: -- The images attached are the lsof output on the primary node,

[GitHub] [nifi-registry] ekovacs commented on issue #243: NIFIREG-338: fixing version in dockerfile

2019-10-18 Thread GitBox
ekovacs commented on issue #243: NIFIREG-338: fixing version in dockerfile URL: https://github.com/apache/nifi-registry/pull/243#issuecomment-543695509 @bbende could you please take a look at this tiny change? This is an

[GitHub] [nifi-registry] ekovacs opened a new pull request #243: NIFIREG-338: fixing version in dockerfile

2019-10-18 Thread GitBox
ekovacs opened a new pull request #243: NIFIREG-338: fixing version in dockerfile URL: https://github.com/apache/nifi-registry/pull/243 This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Created] (NIFIREG-338) fixing nifi registrty version in dockerfile

2019-10-18 Thread Endre Kovacs (Jira)
Endre Kovacs created NIFIREG-338: Summary: fixing nifi registrty version in dockerfile Key: NIFIREG-338 URL: https://issues.apache.org/jira/browse/NIFIREG-338 Project: NiFi Registry Issue