[jira] [Comment Edited] (NIFI-7863) PutSmbFile does not create missing folder parents folder

2020-10-09 Thread Jaya Aditya Chandrasekar (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17210646#comment-17210646 ] Jaya Aditya Chandrasekar edited comment on NIFI-7863 at 10/9/20, 6:45 AM:

[jira] [Updated] (NIFI-7909) ConvertRecord writes invalid data when converting long to int

2020-10-09 Thread Christophe Monnet (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Monnet updated NIFI-7909: Description: [https://apachenifi.slack.com/archives/C0L9UPWJZ/p1602145019023300] {quote}I

[jira] [Created] (NIFI-7907) GetSmbFile ignore dotted files

2020-10-09 Thread Jens M Kofoed (Jira)
Jens M Kofoed created NIFI-7907: --- Summary: GetSmbFile ignore dotted files Key: NIFI-7907 URL: https://issues.apache.org/jira/browse/NIFI-7907 Project: Apache NiFi Issue Type: New Feature

[jira] [Updated] (NIFI-7728) FetchS3Object gets stuck with Key cannot be empty

2020-10-09 Thread Kotaro Terada (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kotaro Terada updated NIFI-7728: Status: Patch Available (was: In Progress) > FetchS3Object gets stuck with Key cannot be empty >

[jira] [Updated] (NIFI-7728) FetchS3Object gets stuck with Key cannot be empty

2020-10-09 Thread Kotaro Terada (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kotaro Terada updated NIFI-7728: Affects Version/s: 1.12.1 > FetchS3Object gets stuck with Key cannot be empty >

[GitHub] [nifi] kotarot opened a new pull request #4589: NIFI-7728: FetchS3Object sends a flowfile to failure relationship if the given bucket or object key is empty

2020-10-09 Thread GitBox
kotarot opened a new pull request #4589: URL: https://github.com/apache/nifi/pull/4589 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR This change will fix

[jira] [Commented] (NIFI-7863) PutSmbFile does not create missing folder parents folder

2020-10-09 Thread Jaya Aditya Chandrasekar (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17210646#comment-17210646 ] Jaya Aditya Chandrasekar commented on NIFI-7863: I made a PR trying to fix this issue, can

[jira] [Created] (NIFI-7909) ConvertRecord writes invalid data when converting long to int

2020-10-09 Thread Christophe Monnet (Jira)
Christophe Monnet created NIFI-7909: --- Summary: ConvertRecord writes invalid data when converting long to int Key: NIFI-7909 URL: https://issues.apache.org/jira/browse/NIFI-7909 Project: Apache NiFi

[jira] [Comment Edited] (NIFI-7863) PutSmbFile does not create missing folder parents folder

2020-10-09 Thread Jaya Aditya Chandrasekar (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17210646#comment-17210646 ] Jaya Aditya Chandrasekar edited comment on NIFI-7863 at 10/9/20, 6:45 AM:

[jira] [Created] (NIFI-7908) add Minimum File Age/Size to GetSmbFile

2020-10-09 Thread Jens M Kofoed (Jira)
Jens M Kofoed created NIFI-7908: --- Summary: add Minimum File Age/Size to GetSmbFile Key: NIFI-7908 URL: https://issues.apache.org/jira/browse/NIFI-7908 Project: Apache NiFi Issue Type: New

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #915: MINIFICPP-1376 Create PutS3Object processor

2020-10-09 Thread GitBox
lordgamez commented on a change in pull request #915: URL: https://github.com/apache/nifi-minifi-cpp/pull/915#discussion_r502231479 ## File path: extensions/aws/processors/PutS3Object.h ## @@ -0,0 +1,195 @@ +/** + * @file PutS3Object.h + * PutS3Object class declaration + * + *

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #900: MINIFICPP-1350 - Explicit serializer for MergeContent

2020-10-09 Thread GitBox
szaszm commented on a change in pull request #900: URL: https://github.com/apache/nifi-minifi-cpp/pull/900#discussion_r502394349 ## File path: libminifi/include/io/StreamPipe.h ## @@ -0,0 +1,110 @@ +/** + * @file FlowFileRecord.h + * Flow file record class declaration + * + *

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #917: MINIFICPP-1380 - Batch behavior for CompressContent and MergeContent processors

2020-10-09 Thread GitBox
adamdebreceni commented on a change in pull request #917: URL: https://github.com/apache/nifi-minifi-cpp/pull/917#discussion_r502398968 ## File path: extensions/libarchive/BinFiles.h ## @@ -146,36 +146,23 @@ class Bin { // BinManager Class class BinManager { public: - //

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #900: MINIFICPP-1350 - Explicit serializer for MergeContent

2020-10-09 Thread GitBox
szaszm commented on a change in pull request #900: URL: https://github.com/apache/nifi-minifi-cpp/pull/900#discussion_r502345911 ## File path: extensions/libarchive/MergeContent.h ## @@ -138,67 +107,87 @@ class BinaryConcatenationMerge : public MergeBin { return ret;

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #917: MINIFICPP-1380 - Batch behavior for CompressContent and MergeContent processors

2020-10-09 Thread GitBox
lordgamez commented on a change in pull request #917: URL: https://github.com/apache/nifi-minifi-cpp/pull/917#discussion_r502372984 ## File path: extensions/libarchive/BinFiles.h ## @@ -146,36 +146,23 @@ class Bin { // BinManager Class class BinManager { public: - //

[GitHub] [nifi-registry] bbende merged pull request #304: NIFIREG-420 - adding Ozone support to Ranger plugin

2020-10-09 Thread GitBox
bbende merged pull request #304: URL: https://github.com/apache/nifi-registry/pull/304 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[jira] [Resolved] (NIFIREG-420) Add Ozone support for Ranger plugin

2020-10-09 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFIREG-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFIREG-420. - Fix Version/s: 0.8.0 Resolution: Fixed > Add Ozone support for Ranger plugin >

[GitHub] [nifi-registry] bbende commented on pull request #304: NIFIREG-420 - adding Ozone support to Ranger plugin

2020-10-09 Thread GitBox
bbende commented on pull request #304: URL: https://github.com/apache/nifi-registry/pull/304#issuecomment-706169741 Looks good, will merge This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nifi] thenatog commented on pull request #4593: NIFI-7584 Added OIDC logout mechanism.

2020-10-09 Thread GitBox
thenatog commented on pull request #4593: URL: https://github.com/apache/nifi/pull/4593#issuecomment-706381905 Reviewing This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nifi] sdairs opened a new pull request #4591: Nifi 7891

2020-10-09 Thread GitBox
sdairs opened a new pull request #4591: URL: https://github.com/apache/nifi/pull/4591 Initial attempt at adding default types for inferred avro schemas. Adds dynamic properties to AvroRecordSetWriter prefixed with 'default.type' to specify default as desired If you supply a

[GitHub] [nifi] thenatog commented on pull request #4592: NiFi-7819 - Add Zookeeper client TLS (external zookeeper) for cluster state management

2020-10-09 Thread GitBox
thenatog commented on pull request #4592: URL: https://github.com/apache/nifi/pull/4592#issuecomment-706276736 This shouldn't be merged until https://github.com/apache/nifi/pull/4250 is merged. For testing, you can download/clone Zookeeper 3.5.5+ and export the key and trust

[GitHub] [nifi] pkelly-nifi commented on pull request #4576: NIFI-7886: FetchAzureBlobStorage, FetchS3Object, and FetchGCSObject processors should be able to fetch ranges

2020-10-09 Thread GitBox
pkelly-nifi commented on pull request #4576: URL: https://github.com/apache/nifi/pull/4576#issuecomment-706331138 Yes, ADLS Gen2 does support pulling by range. Good suggestion. I just committed an update for that one as well.

[GitHub] [nifi] thenatog commented on pull request #4593: NIFI-7584 Added OIDC logout mechanism.

2020-10-09 Thread GitBox
thenatog commented on pull request #4593: URL: https://github.com/apache/nifi/pull/4593#issuecomment-706385762 Will review This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nifi] thenatog removed a comment on pull request #4593: NIFI-7584 Added OIDC logout mechanism.

2020-10-09 Thread GitBox
thenatog removed a comment on pull request #4593: URL: https://github.com/apache/nifi/pull/4593#issuecomment-706385762 Will review This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [nifi] sdairs commented on pull request #4590: NIFI-7891 Default types in avro schemas when inferring schema

2020-10-09 Thread GitBox
sdairs commented on pull request #4590: URL: https://github.com/apache/nifi/pull/4590#issuecomment-706262995 Used the wrong JIRA id...will resub... This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nifi] sdairs closed pull request #4590: NIFI-7891 Default types in avro schemas when inferring schema

2020-10-09 Thread GitBox
sdairs closed pull request #4590: URL: https://github.com/apache/nifi/pull/4590 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[jira] [Commented] (NIFI-7891) Allow for Defaults to be set by Avro writers

2020-10-09 Thread Alasdair Brown (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1728#comment-1728 ] Alasdair Brown commented on NIFI-7891: -- Initial commit...welcome feedback on quality & approach >

[jira] [Assigned] (NIFI-7891) Allow for Defaults to be set by Avro writers

2020-10-09 Thread Alasdair Brown (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alasdair Brown reassigned NIFI-7891: Assignee: Alasdair Brown > Allow for Defaults to be set by Avro writers >

[GitHub] [nifi] thenatog opened a new pull request #4592: NiFi-7819 - Add Zookeeper client TLS (external zookeeper) for cluster state management

2020-10-09 Thread GitBox
thenatog opened a new pull request #4592: URL: https://github.com/apache/nifi/pull/4592 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X functionality; fixes bug NIFI-._

[GitHub] [nifi] mtien-apache opened a new pull request #4593: NIFI-7584 Added OIDC logout mechanism.

2020-10-09 Thread GitBox
mtien-apache opened a new pull request #4593: URL: https://github.com/apache/nifi/pull/4593 Added method to validate the OIDC Access Token for the revoke endpoint. Created a new callback URI of oidc/logoutCallback to handle certain OIDC logout cases. Changed method to exchange the

[GitHub] [nifi] mtien-apache closed pull request #4582: NIFI-7584-rebase-squash Added a POST request to the OIDC revoke endpo…

2020-10-09 Thread GitBox
mtien-apache closed pull request #4582: URL: https://github.com/apache/nifi/pull/4582 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [nifi] mtien-apache commented on pull request #4582: NIFI-7584-rebase-squash Added a POST request to the OIDC revoke endpo…

2020-10-09 Thread GitBox
mtien-apache commented on pull request #4582: URL: https://github.com/apache/nifi/pull/4582#issuecomment-706363656 Opened a new PR #[4593](https://github.com/apache/nifi/pull/4593). Closing this PR. This is an automated

[jira] [Updated] (NIFI-7902) Flow executes disabled processors

2020-10-09 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7902: --- Component/s: (was: Core Framework) Affects Version/s: (was: 1.11.4)

[jira] [Updated] (NIFI-7898) Unit tests fail if alternative service is running on localhost

2020-10-09 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7898: --- Fix Version/s: 1.13.0 > Unit tests fail if alternative service is running on localhost >

[jira] [Commented] (NIFI-7904) Support for validation query timeout in DBCP, Hive & HBase connection pools

2020-10-09 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17211429#comment-17211429 ] Matt Burgess commented on NIFI-7904: The validation query isn't meant to do any real work, so I would

[jira] [Resolved] (NIFI-7883) minor java 7+ syntax code cleanup

2020-10-09 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess resolved NIFI-7883. Fix Version/s: 1.13.0 Resolution: Fixed > minor java 7+ syntax code cleanup >

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4592: NiFi-7819 - Add Zookeeper client TLS (external zookeeper) for cluster state management

2020-10-09 Thread GitBox
exceptionfactory commented on a change in pull request #4592: URL: https://github.com/apache/nifi/pull/4592#discussion_r502731860 ## File path:

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4250: NIFI-7401 Add ZooKeeper client TLS to CuratorLeaderElectionManager

2020-10-09 Thread GitBox
exceptionfactory commented on a change in pull request #4250: URL: https://github.com/apache/nifi/pull/4250#discussion_r502724637 ## File path: nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java ## @@ -284,6 +291,7 @@ public static final

[GitHub] [nifi] sjyang18 commented on a change in pull request #4253: NIFI-7406: PutAzureCosmosRecord Processor

2020-10-09 Thread GitBox
sjyang18 commented on a change in pull request #4253: URL: https://github.com/apache/nifi/pull/4253#discussion_r502678996 ## File path: nifi-nar-bundles/nifi-azure-bundle/pom.xml ## @@ -29,6 +29,8 @@ 8.4.0 1.5.0 2.10.3 +4.2.0 +1.6.0

[jira] [Assigned] (NIFI-7887) Request for Hacktoberfest Github topic label

2020-10-09 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reassigned NIFI-7887: -- Assignee: Matt Burgess > Request for Hacktoberfest Github topic label >

[jira] [Resolved] (NIFI-7887) Request for Hacktoberfest Github topic label

2020-10-09 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess resolved NIFI-7887. Resolution: Fixed > Request for Hacktoberfest Github topic label >

[GitHub] [nifi] sjyang18 commented on a change in pull request #4253: NIFI-7406: PutAzureCosmosRecord Processor

2020-10-09 Thread GitBox
sjyang18 commented on a change in pull request #4253: URL: https://github.com/apache/nifi/pull/4253#discussion_r502721645 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/test/java/org/apache/nifi/processors/azure/cosmos/document/MockTestBase.java ##

[GitHub] [nifi] jfrazee commented on a change in pull request #4250: NIFI-7401 Add ZooKeeper client TLS to CuratorLeaderElectionManager

2020-10-09 Thread GitBox
jfrazee commented on a change in pull request #4250: URL: https://github.com/apache/nifi/pull/4250#discussion_r502731556 ## File path:

[jira] [Commented] (NIFI-1407) Create a way to configure a processor to run only N times

2020-10-09 Thread Dan Kim (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17211553#comment-17211553 ] Dan Kim commented on NIFI-1407: --- Was going through some open PRs on Github, and noticed this was similar to 

[jira] [Updated] (NIFI-7910) ListFTP Path Filter Regex

2020-10-09 Thread Sergey Naranov (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Naranov updated NIFI-7910: - Priority: Critical (was: Major) > ListFTP Path Filter Regex > -- > >

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request #921: MINIFICPP-1388 Introduce buffer for HTTP requests in ListenHTTP processor

2020-10-09 Thread GitBox
lordgamez opened a new pull request #921: URL: https://github.com/apache/nifi-minifi-cpp/pull/921 Issue: https://issues.apache.org/jira/browse/MINIFICPP-1388 -- Thank you for submitting a contribution to Apache NiFi - MiNiFi C++.

[jira] [Updated] (NIFI-7910) ListFTP Path Filter Regex

2020-10-09 Thread Sergey Naranov (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Naranov updated NIFI-7910: - Summary: ListFTP Path Filter Regex (was: ListSFP Path Filter Regex ) > ListFTP Path Filter

[GitHub] [nifi] kotarot commented on pull request #4589: NIFI-7728: FetchS3Object sends a flowfile to failure relationship if the given bucket or object key is empty

2020-10-09 Thread GitBox
kotarot commented on pull request #4589: URL: https://github.com/apache/nifi/pull/4589#issuecomment-706068741 Thank you for looking at this change. Assume that the "Bucket" property of FetchS3Object is set to "${bucket}" and "Object Key" property is set to "${key}". If we set

[jira] [Updated] (MINIFICPP-1346) Add SNI info to raw TCP TLS/SSL handshake

2020-10-09 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits updated MINIFICPP-1346: -- Description: >From Daniel Schoberle: It seems that when TLS/SSL is used, the TLS

[jira] [Updated] (MINIFICPP-1346) Add SNI info to raw TCP TLS/SSL handshake

2020-10-09 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits updated MINIFICPP-1346: -- Attachment: ClientHello_initial_before.png

[jira] [Updated] (MINIFICPP-1346) Add SNI info to raw TCP TLS/SSL handshake

2020-10-09 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits updated MINIFICPP-1346: -- Description: >From Daniel Schoberle: It seems that when TLS/SSL is used, the TLS

[GitHub] [nifi] kotarot commented on pull request #4589: NIFI-7728: FetchS3Object sends a flowfile to failure relationship if the given bucket or object key is empty

2020-10-09 Thread GitBox
kotarot commented on pull request #4589: URL: https://github.com/apache/nifi/pull/4589#issuecomment-706092966 Yes I definitely agree with using flow files attributes is typical cases. I'll try to think over and fix the code based on the ideas.

[GitHub] [nifi-minifi-cpp] fgerlits opened a new pull request #922: MINIFICPP-1346 Add SNI info to the TLS handshake

2020-10-09 Thread GitBox
fgerlits opened a new pull request #922: URL: https://github.com/apache/nifi-minifi-cpp/pull/922 Add Server Name Identification info, ie. which server we are trying to connect to, which can be useful if the physical server has multiple aliases, to the ClientHello message in the TLS

[jira] [Updated] (MINIFICPP-1388) Introduce buffer for HTTP requests in ListenHTTP processor

2020-10-09 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi updated MINIFICPP-1388: - Issue Type: Improvement (was: New Feature) > Introduce buffer for HTTP requests in

[jira] [Created] (NIFI-7910) ListSFP Path Filter Regex

2020-10-09 Thread Sergey Naranov (Jira)
Sergey Naranov created NIFI-7910: Summary: ListSFP Path Filter Regex Key: NIFI-7910 URL: https://issues.apache.org/jira/browse/NIFI-7910 Project: Apache NiFi Issue Type: Bug Affects

[jira] [Updated] (NIFI-7910) ListSFP Path Filter Regex

2020-10-09 Thread Sergey Naranov (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Naranov updated NIFI-7910: - Description: Hello, I'm using ListFTP within the following settings - Remote Path:

[jira] [Updated] (NIFI-7910) ListSFP Path Filter Regex

2020-10-09 Thread Sergey Naranov (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Naranov updated NIFI-7910: - Description: Hello, I'm using ListFTP within the following settings - Remote Path:

[jira] [Updated] (MINIFICPP-1346) Add SNI info to raw TCP TLS/SSL handshake

2020-10-09 Thread Ferenc Gerlits (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Gerlits updated MINIFICPP-1346: -- Description: >From Daniel Schoberle: It seems that when TLS/SSL is used, the TLS

[jira] [Updated] (NIFI-7806) ValidateRecord does not handle XML with nested array of records correctly

2020-10-09 Thread Vesa Sokka (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vesa Sokka updated NIFI-7806: - Description: When attempting to validate XML with nested array of records, we get the following error:  

[jira] [Updated] (NIFI-7806) ValidateRecord does not handle XML with nested array of records correctly

2020-10-09 Thread Vesa Sokka (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vesa Sokka updated NIFI-7806: - Description: When attempting to validate XML with nested array of records against AVRO schema, we get

[GitHub] [nifi] pvillard31 commented on pull request #4589: NIFI-7728: FetchS3Object sends a flowfile to failure relationship if the given bucket or object key is empty

2020-10-09 Thread GitBox
pvillard31 commented on pull request #4589: URL: https://github.com/apache/nifi/pull/4589#issuecomment-706083707 Yeah but would someone use variables/parameters for bucket and key in this processor? Wouldn't it always be based on flow files attributes?

[jira] [Created] (MINIFICPP-1388) Introduce buffer for HTTP requests in ListenHTTP processor

2020-10-09 Thread Gabor Gyimesi (Jira)
Gabor Gyimesi created MINIFICPP-1388: Summary: Introduce buffer for HTTP requests in ListenHTTP processor Key: MINIFICPP-1388 URL: https://issues.apache.org/jira/browse/MINIFICPP-1388 Project:

[jira] [Updated] (NIFI-7910) ListFTP Path Filter Regex

2020-10-09 Thread Sergey Naranov (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Naranov updated NIFI-7910: - Description: Hello, I'm using ListFTP within the following settings - Remote Path:

[GitHub] [nifi] kotarot commented on pull request #4589: NIFI-7728: FetchS3Object sends a flowfile to failure relationship if the given bucket or object key is empty

2020-10-09 Thread GitBox
kotarot commented on pull request #4589: URL: https://github.com/apache/nifi/pull/4589#issuecomment-706073724 In case of the variable in the incoming flowfile attributes, yes, penalizing has no meanings. So like `failure.reason` idea makes sense to me.

[jira] [Updated] (NIFI-7806) ValidateRecord does not handle XML with nested array of records correctly

2020-10-09 Thread Vesa Sokka (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vesa Sokka updated NIFI-7806: - Description: When attempting to validate XML with nested array of records, we get the following error:  

[jira] [Updated] (NIFI-7806) ValidateRecord does not handle XML with nested array of records correctly

2020-10-09 Thread Vesa Sokka (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vesa Sokka updated NIFI-7806: - Attachment: schema.avsc.xml > ValidateRecord does not handle XML with nested array of records correctly >

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #900: MINIFICPP-1350 - Explicit serializer for MergeContent

2020-10-09 Thread GitBox
adamdebreceni commented on a change in pull request #900: URL: https://github.com/apache/nifi-minifi-cpp/pull/900#discussion_r502331229 ## File path: extensions/libarchive/MergeContent.cpp ## @@ -72,10 +74,12 @@ core::Property MergeContent::AttributeStrategy(

[jira] [Updated] (NIFI-7910) ListSFP Path Filter Regex

2020-10-09 Thread Sergey Naranov (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Naranov updated NIFI-7910: - Description: Hello, I'm using ListFTP within the following settings - Remote Path:

[jira] [Updated] (NIFI-7910) ListSFP Path Filter Regex

2020-10-09 Thread Sergey Naranov (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Naranov updated NIFI-7910: - Description: Hello, I'm using ListFTP within the following settings - Remote Path:

[jira] [Updated] (NIFI-7910) ListSFP Path Filter Regex

2020-10-09 Thread Sergey Naranov (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Naranov updated NIFI-7910: - Description: Hello, I'm using ListFTP within the following settings - Remote Path:

[jira] [Updated] (NIFI-7806) ValidateRecord does not handle XML with nested array of records correctly

2020-10-09 Thread Vesa Sokka (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vesa Sokka updated NIFI-7806: - Description: When attempting to validate XML with nested array of records, we get the following error:  

[jira] [Updated] (NIFI-7806) ValidateRecord does not handle XML with nested array of records correctly

2020-10-09 Thread Vesa Sokka (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vesa Sokka updated NIFI-7806: - Attachment: Example_flow.xml > ValidateRecord does not handle XML with nested array of records correctly

[jira] [Issue Comment Deleted] (NIFI-7806) ValidateRecord does not handle XML with nested array of records correctly

2020-10-09 Thread Vesa Sokka (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vesa Sokka updated NIFI-7806: - Comment: was deleted (was: Not a bug. This was due to unfit data/schema.) > ValidateRecord does not

[jira] [Reopened] (NIFI-7806) ValidateRecord does not handle XML with nested array of records correctly

2020-10-09 Thread Vesa Sokka (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vesa Sokka reopened NIFI-7806: --  I am able to reproduce this, i'll attach a simpler example > ValidateRecord does not handle XML with

[jira] [Updated] (NIFI-7806) ValidateRecord does not handle XML with nested array of records correctly

2020-10-09 Thread Vesa Sokka (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vesa Sokka updated NIFI-7806: - Attachment: schema.avsc > ValidateRecord does not handle XML with nested array of records correctly >

[jira] [Updated] (NIFI-7806) ValidateRecord does not handle XML with nested array of records correctly

2020-10-09 Thread Vesa Sokka (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vesa Sokka updated NIFI-7806: - Attachment: message.xml > ValidateRecord does not handle XML with nested array of records correctly >

[jira] [Updated] (NIFI-7806) ValidateRecord does not handle XML with nested array of records correctly

2020-10-09 Thread Vesa Sokka (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vesa Sokka updated NIFI-7806: - Attachment: (was: schema.avsc.xml) > ValidateRecord does not handle XML with nested array of records

[jira] [Updated] (NIFI-7806) ValidateRecord does not handle XML with nested array of records correctly

2020-10-09 Thread Vesa Sokka (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vesa Sokka updated NIFI-7806: - Attachment: schema.avsc.xml > ValidateRecord does not handle XML with nested array of records correctly >

[jira] [Updated] (NIFI-7806) ValidateRecord does not handle XML with nested array of records correctly

2020-10-09 Thread Vesa Sokka (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vesa Sokka updated NIFI-7806: - Attachment: (was: schema.avsc.xml) > ValidateRecord does not handle XML with nested array of records

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #914: MINIFICPP-1323 Encrypt sensitive properties using libsodium

2020-10-09 Thread GitBox
szaszm commented on a change in pull request #914: URL: https://github.com/apache/nifi-minifi-cpp/pull/914#discussion_r501673502 ## File path: libminifi/include/properties/Properties.h ## @@ -65,7 +65,7 @@ class Properties { * @param value value in which to place the map's

[GitHub] [nifi] kpsngh1998 commented on pull request #4573: NIFI-7534 Consume MQTT Processor. Support Expression Language for Topic Filter Property

2020-10-09 Thread GitBox
kpsngh1998 commented on pull request #4573: URL: https://github.com/apache/nifi/pull/4573#issuecomment-705550169 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nifi] asfgit closed pull request #4534: NIFI-7815: Enhance the logging in MergeContent processor

2020-10-09 Thread GitBox
asfgit closed pull request #4534: URL: https://github.com/apache/nifi/pull/4534 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [nifi] jayaaditya commented on pull request #4585: NIFI-7863 - Recursively create directories, in case of a missing parent directory

2020-10-09 Thread GitBox
jayaaditya commented on pull request #4585: URL: https://github.com/apache/nifi/pull/4585#issuecomment-705957751 Hello @si-sun! I just tried executing the processor with the parent dirs as nifi expression attributes. There seems to no particular issue in directory creation. This was the

[GitHub] [nifi] kotarot commented on pull request #4589: NIFI-7728: FetchS3Object sends a flowfile to failure relationship if the given bucket or object key is empty

2020-10-09 Thread GitBox
kotarot commented on pull request #4589: URL: https://github.com/apache/nifi/pull/4589#issuecomment-706068741 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #900: MINIFICPP-1350 - Explicit serializer for MergeContent

2020-10-09 Thread GitBox
arpadboda commented on a change in pull request #900: URL: https://github.com/apache/nifi-minifi-cpp/pull/900#discussion_r501654933 ## File path: extensions/libarchive/MergeContent.cpp ## @@ -72,10 +74,12 @@ core::Property MergeContent::AttributeStrategy(

[jira] [Resolved] (NIFIREG-421) Add GCS support for Ranger plugin

2020-10-09 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFIREG-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFIREG-421. - Fix Version/s: 0.8.0 Resolution: Fixed > Add GCS support for Ranger plugin >

[GitHub] [nifi] pvillard31 commented on pull request #4577: NIFI-6752 Create ASN.1 RecordReader

2020-10-09 Thread GitBox
pvillard31 commented on pull request #4577: URL: https://github.com/apache/nifi/pull/4577#issuecomment-705575647 A few checkstyle violations to fix in this PR. This is an automated message from the Apache Git Service. To

[jira] [Commented] (NIFI-7869) Add GCS for HDFS support in NiFi

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

[jira] [Resolved] (NIFI-7869) Add GCS for HDFS support in NiFi

2020-10-09 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFI-7869. --- Fix Version/s: 1.13.0 Resolution: Fixed > Add GCS for HDFS support in NiFi >

[GitHub] [nifi-registry] bbende merged pull request #304: NIFIREG-420 - adding Ozone support to Ranger plugin

2020-10-09 Thread GitBox
bbende merged pull request #304: URL: https://github.com/apache/nifi-registry/pull/304 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [nifi] pvillard31 commented on pull request #4573: NIFI-7534 Consume MQTT Processor. Support Expression Language for Topic Filter Property

2020-10-09 Thread GitBox
pvillard31 commented on pull request #4573: URL: https://github.com/apache/nifi/pull/4573#issuecomment-705526018 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nifi] anaylor commented on pull request #4563: NIFI-7738 Reverse Provenance Query

2020-10-09 Thread GitBox
anaylor commented on pull request #4563: URL: https://github.com/apache/nifi/pull/4563#issuecomment-705736303 Was there a reason for not just adding `!` to the search term instead of adding the `Not` check boxes? Otherwise it definitely works as advertised, I agree with Mark to

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #900: MINIFICPP-1350 - Explicit serializer for MergeContent

2020-10-09 Thread GitBox
adamdebreceni commented on a change in pull request #900: URL: https://github.com/apache/nifi-minifi-cpp/pull/900#discussion_r501490582 ## File path: extensions/libarchive/MergeContent.cpp ## @@ -72,10 +74,12 @@ core::Property MergeContent::AttributeStrategy(

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #915: MINIFICPP-1376 Create PutS3Object processor

2020-10-09 Thread GitBox
adamdebreceni commented on a change in pull request #915: URL: https://github.com/apache/nifi-minifi-cpp/pull/915#discussion_r501503306 ## File path: extensions/aws/processors/PutS3Object.h ## @@ -0,0 +1,195 @@ +/** + * @file PutS3Object.h + * PutS3Object class declaration + *

[GitHub] [nifi] asfgit closed pull request #4573: NIFI-7534 Consume MQTT Processor. Support Expression Language for Topic Filter Property

2020-10-09 Thread GitBox
asfgit closed pull request #4573: URL: https://github.com/apache/nifi/pull/4573 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [nifi] markap14 merged pull request #4584: NIFI-7898 Fixed unit test which failed with simultaneous services run…

2020-10-09 Thread GitBox
markap14 merged pull request #4584: URL: https://github.com/apache/nifi/pull/4584 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #914: MINIFICPP-1323 Encrypt sensitive properties using libsodium

2020-10-09 Thread GitBox
fgerlits commented on a change in pull request #914: URL: https://github.com/apache/nifi-minifi-cpp/pull/914#discussion_r501848713 ## File path: encrypt-config/CMakeLists.txt ## @@ -0,0 +1,25 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #917: MINIFICPP-1380 - Batch behavior for CompressContent and MergeContent processors

2020-10-09 Thread GitBox
lordgamez commented on a change in pull request #917: URL: https://github.com/apache/nifi-minifi-cpp/pull/917#discussion_r502372984 ## File path: extensions/libarchive/BinFiles.h ## @@ -146,36 +146,23 @@ class Bin { // BinManager Class class BinManager { public: - //

[GitHub] [nifi] simonbence commented on a change in pull request #4516: NIFI-7788 Start and Stop actions on a Process Group should enable/disable transmission of RPG's

2020-10-09 Thread GitBox
simonbence commented on a change in pull request #4516: URL: https://github.com/apache/nifi/pull/4516#discussion_r501656346 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/NiFiServiceFacade.java ## @@

[GitHub] [nifi] KuKuDeCheng commented on a change in pull request #4528: NIFI-7810:Improvement for 'Translate Field Names' for PutDatabaseRecord and ConverJsonToSQL

2020-10-09 Thread GitBox
KuKuDeCheng commented on a change in pull request #4528: URL: https://github.com/apache/nifi/pull/4528#discussion_r502158467 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java

  1   2   >