[jira] [Resolved] (MINIFICPP-1392) Some streams error when writing no data with zero length

2020-10-20 Thread Adam Debreceni (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Debreceni resolved MINIFICPP-1392. --- Resolution: Fixed > Some streams error when writing no data with zero length >

[GitHub] [nifi-minifi-cpp] adamdebreceni opened a new pull request #928: MINIFICPP-1394 - Speed up ConsumeWindowsEventLog processor

2020-10-20 Thread GitBox
adamdebreceni opened a new pull request #928: URL: https://github.com/apache/nifi-minifi-cpp/pull/928 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure the following steps have been

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

2020-10-20 Thread GitBox
adamdebreceni commented on a change in pull request #914: URL: https://github.com/apache/nifi-minifi-cpp/pull/914#discussion_r508332045 ## File path: encrypt-config/ConfigFileEncryptor.cpp ## @@ -0,0 +1,64 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[jira] [Created] (MINIFICPP-1396) Create FetchS3Object processor

2020-10-20 Thread Gabor Gyimesi (Jira)
Gabor Gyimesi created MINIFICPP-1396: Summary: Create FetchS3Object processor Key: MINIFICPP-1396 URL: https://issues.apache.org/jira/browse/MINIFICPP-1396 Project: Apache NiFi MiNiFi C++

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #926: MINIFICPP-1387 - Speed up Identifier to string conversion

2020-10-20 Thread GitBox
adamdebreceni commented on a change in pull request #926: URL: https://github.com/apache/nifi-minifi-cpp/pull/926#discussion_r508247054 ## File path: libminifi/src/core/ProcessSession.cpp ## @@ -66,10 +66,12 @@ ProcessSession::~ProcessSession() { } void

[jira] [Created] (MINIFICPP-1395) Refactor Identifier usage

2020-10-20 Thread Adam Debreceni (Jira)
Adam Debreceni created MINIFICPP-1395: - Summary: Refactor Identifier usage Key: MINIFICPP-1395 URL: https://issues.apache.org/jira/browse/MINIFICPP-1395 Project: Apache NiFi MiNiFi C++

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #926: MINIFICPP-1387 - Speed up Identifier to string conversion

2020-10-20 Thread GitBox
adamdebreceni commented on a change in pull request #926: URL: https://github.com/apache/nifi-minifi-cpp/pull/926#discussion_r508274717 ## File path: libminifi/include/utils/Id.h ## @@ -65,10 +67,11 @@ class Identifier { bool operator!=(const Identifier& other) const;

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

2020-10-20 Thread GitBox
szaszm commented on a change in pull request #914: URL: https://github.com/apache/nifi-minifi-cpp/pull/914#discussion_r508418996 ## 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-minifi-cpp] adamdebreceni commented on pull request #928: MINIFICPP-1394 - Speed up ConsumeWindowsEventLog processor

2020-10-20 Thread GitBox
adamdebreceni commented on pull request #928: URL: https://github.com/apache/nifi-minifi-cpp/pull/928#issuecomment-712732711 with the following setup: CWEL -> LogAttribute, CWEL: {batch commit size: 1000, output format both, 1 sec timer driven}, LogAttribute: {1000 batch size, event

[GitHub] [nifi] turcsanyip commented on a change in pull request #4510: NIFI-7549 Adding Hazelcast based DistributedMapCacheClient support

2020-10-20 Thread GitBox
turcsanyip commented on a change in pull request #4510: URL: https://github.com/apache/nifi/pull/4510#discussion_r508028622 ## File path:

[GitHub] [nifi] mattyb149 commented on pull request #4588: NIFI-7904: Support for validation query timeout in DBCP,Hive and HBas…

2020-10-20 Thread GitBox
mattyb149 commented on pull request #4588: URL: https://github.com/apache/nifi/pull/4588#issuecomment-712879544 Can you share a use case where this happens? I'm guessing if you have a validation query that does "too much work" and the DB goes down or something, maybe the query would

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #928: MINIFICPP-1394 - Speed up ConsumeWindowsEventLog processor

2020-10-20 Thread GitBox
fgerlits commented on a change in pull request #928: URL: https://github.com/apache/nifi-minifi-cpp/pull/928#discussion_r508332309 ## File path: extensions/windows-event-log/ConsumeWindowsEventLog.cpp ## @@ -514,30 +515,33 @@ void

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #920: MINIFICPP-1296 - All tests should use volatile state storage

2020-10-20 Thread GitBox
adamdebreceni commented on a change in pull request #920: URL: https://github.com/apache/nifi-minifi-cpp/pull/920#discussion_r508473323 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -497,11 +497,8 @@ bool TailFile::recoverState(const

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #920: MINIFICPP-1296 - All tests should use volatile state storage

2020-10-20 Thread GitBox
adamdebreceni commented on a change in pull request #920: URL: https://github.com/apache/nifi-minifi-cpp/pull/920#discussion_r508484578 ## File path: extensions/standard-processors/tests/unit/TailFileTests.cpp ## @@ -1129,8 +1129,11 @@ TEST_CASE("TailFile finds and finishes

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #920: MINIFICPP-1296 - All tests should use volatile state storage

2020-10-20 Thread GitBox
adamdebreceni commented on a change in pull request #920: URL: https://github.com/apache/nifi-minifi-cpp/pull/920#discussion_r508460189 ## File path: libminifi/include/utils/ThreadPool.h ## @@ -227,11 +227,10 @@ class ThreadPool { * Returns true if a task is running.

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #928: MINIFICPP-1394 - Speed up ConsumeWindowsEventLog processor

2020-10-20 Thread GitBox
szaszm commented on a change in pull request #928: URL: https://github.com/apache/nifi-minifi-cpp/pull/928#discussion_r508687901 ## File path: extensions/windows-event-log/wel/WindowsEventLog.cpp ## @@ -129,34 +133,30 @@ std::string

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #928: MINIFICPP-1394 - Speed up ConsumeWindowsEventLog processor

2020-10-20 Thread GitBox
szaszm commented on a change in pull request #928: URL: https://github.com/apache/nifi-minifi-cpp/pull/928#discussion_r508369819 ## File path: extensions/windows-event-log/wel/WindowsEventLog.cpp ## @@ -129,34 +133,30 @@ std::string

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #926: MINIFICPP-1387 - Speed up Identifier to string conversion

2020-10-20 Thread GitBox
arpadboda commented on a change in pull request #926: URL: https://github.com/apache/nifi-minifi-cpp/pull/926#discussion_r508700255 ## File path: libminifi/include/utils/Id.h ## @@ -65,10 +67,11 @@ class Identifier { bool operator!=(const Identifier& other) const; bool

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #926: MINIFICPP-1387 - Speed up Identifier to string conversion

2020-10-20 Thread GitBox
szaszm commented on a change in pull request #926: URL: https://github.com/apache/nifi-minifi-cpp/pull/926#discussion_r508708537 ## File path: libminifi/include/utils/Id.h ## @@ -65,10 +67,11 @@ class Identifier { bool operator!=(const Identifier& other) const; bool

[GitHub] [nifi] thenatog closed pull request #4250: NIFI-7401 Add ZooKeeper client TLS to CuratorLeaderElectionManager

2020-10-20 Thread GitBox
thenatog closed pull request #4250: URL: https://github.com/apache/nifi/pull/4250 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

[jira] [Resolved] (NIFI-7401) Add ZooKeeper client TLS to CuratorLeaderElectionManager

2020-10-20 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough resolved NIFI-7401. Resolution: Fixed This part of the work is complete. Some extra work remains in NIFI-7819/PR-4592.

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #926: MINIFICPP-1387 - Speed up Identifier to string conversion

2020-10-20 Thread GitBox
szaszm commented on a change in pull request #926: URL: https://github.com/apache/nifi-minifi-cpp/pull/926#discussion_r508697986 ## File path: libminifi/include/utils/Id.h ## @@ -65,10 +67,11 @@ class Identifier { bool operator!=(const Identifier& other) const; bool

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #926: MINIFICPP-1387 - Speed up Identifier to string conversion

2020-10-20 Thread GitBox
arpadboda commented on a change in pull request #926: URL: https://github.com/apache/nifi-minifi-cpp/pull/926#discussion_r508692793 ## File path: libminifi/include/utils/Id.h ## @@ -65,10 +67,11 @@ class Identifier { bool operator!=(const Identifier& other) const; bool

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #926: MINIFICPP-1387 - Speed up Identifier to string conversion

2020-10-20 Thread GitBox
arpadboda commented on a change in pull request #926: URL: https://github.com/apache/nifi-minifi-cpp/pull/926#discussion_r508692793 ## File path: libminifi/include/utils/Id.h ## @@ -65,10 +67,11 @@ class Identifier { bool operator!=(const Identifier& other) const; bool

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

2020-10-20 Thread GitBox
thenatog closed pull request #4592: URL: https://github.com/apache/nifi/pull/4592 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

[jira] [Commented] (NIFI-7401) Add ZooKeeper client TLS to CuratorLeaderElectionManager

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

[jira] [Commented] (NIFI-7401) Add ZooKeeper client TLS to CuratorLeaderElectionManager

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

[jira] [Commented] (NIFI-7401) Add ZooKeeper client TLS to CuratorLeaderElectionManager

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

[jira] [Commented] (NIFI-7401) Add ZooKeeper client TLS to CuratorLeaderElectionManager

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

[jira] [Commented] (NIFI-7401) Add ZooKeeper client TLS to CuratorLeaderElectionManager

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

[jira] [Commented] (NIFI-7401) Add ZooKeeper client TLS to CuratorLeaderElectionManager

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

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #914: MINIFICPP-1323 Encrypt sensitive properties using libsodium

2020-10-20 Thread GitBox
arpadboda closed pull request #914: URL: https://github.com/apache/nifi-minifi-cpp/pull/914 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

[GitHub] [nifi] adenes opened a new pull request #4610: NIFI-7929: connectionTimeout and readTimeout options are not exposed …

2020-10-20 Thread GitBox
adenes opened a new pull request #4610: URL: https://github.com/apache/nifi/pull/4610 …in the CLI - added the connectionTimeout and readTimeout parameters to AbstractCommand#createBaseOptions - added new tests to test if the proper timeout values are passed to the JAX-RS client

[GitHub] [nifi] simonbence commented on a change in pull request #4510: NIFI-7549 Adding Hazelcast based DistributedMapCacheClient support

2020-10-20 Thread GitBox
simonbence commented on a change in pull request #4510: URL: https://github.com/apache/nifi/pull/4510#discussion_r508595309 ## File path: nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/src/main/java/org/apache/nifi/hazelcast/services/util/LongUtil.java ## @@

[GitHub] [nifi] simonbence commented on a change in pull request #4510: NIFI-7549 Adding Hazelcast based DistributedMapCacheClient support

2020-10-20 Thread GitBox
simonbence commented on a change in pull request #4510: URL: https://github.com/apache/nifi/pull/4510#discussion_r508649677 ## File path:

[GitHub] [nifi] simonbence commented on a change in pull request #4510: NIFI-7549 Adding Hazelcast based DistributedMapCacheClient support

2020-10-20 Thread GitBox
simonbence commented on a change in pull request #4510: URL: https://github.com/apache/nifi/pull/4510#discussion_r508661743 ## File path: nifi-nar-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/src/main/java/org/apache/nifi/hazelcast/services/cache/IMapBasedHazelcastCache.java

[GitHub] [nifi] adenes opened a new pull request #4611: NIFI-7925: Fix ValidateRecord if avro array or map contains null element/value

2020-10-20 Thread GitBox
adenes opened a new pull request #4611: URL: https://github.com/apache/nifi/pull/4611 Fix the issue that ValidateRecord marks an avro record invalid if it contains an array with null element or a map with null value even if the schema would allow it. In order to streamline the

[GitHub] [nifi] simonbence commented on a change in pull request #4510: NIFI-7549 Adding Hazelcast based DistributedMapCacheClient support

2020-10-20 Thread GitBox
simonbence commented on a change in pull request #4510: URL: https://github.com/apache/nifi/pull/4510#discussion_r508617371 ## File path:

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

2020-10-20 Thread GitBox
thenatog commented on pull request #4592: URL: https://github.com/apache/nifi/pull/4592#issuecomment-712984880 Resolving some conflicts and will update this PR. It will no longer require extra TLS configuration in the state-management.xml. If nifi.zookeeper.client.secure=true, it will use

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

2020-10-20 Thread GitBox
thenatog commented on pull request #4613: URL: https://github.com/apache/nifi/pull/4613#issuecomment-713261888 This PR now allows the user to configure the TLS properties for ZooKeeper state provider using the nifi.properties file instead of the state-management.xml as in the previous PR.

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

2020-10-20 Thread GitBox
markobean commented on pull request #4563: URL: https://github.com/apache/nifi/pull/4563#issuecomment-713266553 Global Menu > Data Provenance results in a listing of provenance events which can be filtered as expected, including the "NOT" feature. However, choosing "View data

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

2020-10-20 Thread GitBox
thenatog closed pull request #4592: URL: https://github.com/apache/nifi/pull/4592 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

[jira] [Assigned] (NIFI-7637) ValidateRecord does not validate primative datatypes in an array

2020-10-20 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reassigned NIFI-7637: -- Assignee: Matt Burgess > ValidateRecord does not validate primative datatypes in an array >

[jira] [Commented] (NIFI-7637) ValidateRecord does not validate primative datatypes in an array

2020-10-20 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217970#comment-17217970 ] Matt Burgess commented on NIFI-7637: DataTypeUtils.isArrayTypeCompatible() should check that each

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

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

[jira] [Updated] (NIFI-7637) ValidateRecord does not validate primitive datatypes in an array

2020-10-20 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7637: --- Summary: ValidateRecord does not validate primitive datatypes in an array (was: ValidateRecord does

[jira] [Updated] (NIFI-7637) ValidateRecord does not validate datatypes in an array

2020-10-20 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7637: --- Summary: ValidateRecord does not validate datatypes in an array (was: ValidateRecord does not

[jira] [Commented] (NIFI-7637) ValidateRecord does not validate datatypes in an array

2020-10-20 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217978#comment-17217978 ] Matt Burgess commented on NIFI-7637: As a note, this may only affect the JsonRecordSetWriter (and

[jira] [Updated] (NIFI-7637) ValidateRecord does not validate datatypes in an array

2020-10-20 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-7637: --- Affects Version/s: (was: 1.11.4) Status: Patch Available (was: In Progress) >

[GitHub] [nifi] mattyb149 opened a new pull request #4612: NIFI-7637: Ensure all array elements are compatible in DataTypeUtils.isArrayTypeCompatible()

2020-10-20 Thread GitBox
mattyb149 opened a new pull request #4612: URL: https://github.com/apache/nifi/pull/4612 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR In isArrayTypeCompatible() we just check to see if

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

2020-10-20 Thread GitBox
thenatog commented on pull request #4592: URL: https://github.com/apache/nifi/pull/4592#issuecomment-713260476 Sorry, I've opened a fresh PR here: https://github.com/apache/nifi/pull/4613 rebased on Joey's changes. I've incorporated the changes requested above. Let me know if there's any

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

2020-10-20 Thread GitBox
thenatog opened a new pull request #4613: URL: https://github.com/apache/nifi/pull/4613 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-._