[GitHub] [nifi] patricker commented on pull request #2231: NIFI-4521 MS SQL CDC Processor

2021-03-18 Thread GitBox
patricker commented on pull request #2231: URL: https://github.com/apache/nifi/pull/2231#issuecomment-802530350 @readl1 I need to review the code to see what debug options I left in place. Worst case we can add in an option to put the SQL statements into the NiFi log. My email is

[GitHub] [nifi] thenatog commented on pull request #4881: NIFI-8298 Refactored Kerberos and SSLSocket classes from security-utils

2021-03-18 Thread GitBox
thenatog commented on pull request #4881: URL: https://github.com/apache/nifi/pull/4881#issuecomment-802467616 I should also mention that I verified that the build artifacts for this PR are 300MB smaller than the main branch. -- This is an automated message from the Apache Git Service.

[GitHub] [nifi] thenatog commented on pull request #4881: NIFI-8298 Refactored Kerberos and SSLSocket classes from security-utils

2021-03-18 Thread GitBox
thenatog commented on pull request #4881: URL: https://github.com/apache/nifi/pull/4881#issuecomment-802447155 Was able to get Kerberos set up with Bryan's blog: https://bryanbende.com/development/2016/08/31/apache-nifi-1.0.0-kerberos-authentication, and tested against this PR. Looks

[GitHub] [nifi] eaolson commented on a change in pull request #4854: NIFI-7172: Trim whitespace from NiFi properties

2021-03-18 Thread GitBox
eaolson commented on a change in pull request #4854: URL: https://github.com/apache/nifi/pull/4854#discussion_r597311573 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/src/test/resources/conf/nifi_with_whitespace.properties ## @@

[GitHub] [nifi] eaolson commented on a change in pull request #4854: NIFI-7172: Trim whitespace from NiFi properties

2021-03-18 Thread GitBox
eaolson commented on a change in pull request #4854: URL: https://github.com/apache/nifi/pull/4854#discussion_r597310712 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/src/main/java/org/apache/nifi/properties/NiFiPropertiesLoader.java

[GitHub] [nifi] eaolson commented on a change in pull request #4854: NIFI-7172: Trim whitespace from NiFi properties

2021-03-18 Thread GitBox
eaolson commented on a change in pull request #4854: URL: https://github.com/apache/nifi/pull/4854#discussion_r597309953 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/src/main/java/org/apache/nifi/properties/NiFiPropertiesLoader.java

[GitHub] [nifi] eaolson commented on a change in pull request #4854: NIFI-7172: Trim whitespace from NiFi properties

2021-03-18 Thread GitBox
eaolson commented on a change in pull request #4854: URL: https://github.com/apache/nifi/pull/4854#discussion_r597309953 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/src/main/java/org/apache/nifi/properties/NiFiPropertiesLoader.java

[GitHub] [nifi] markap14 opened a new pull request #4916: NIFI-8344: Introduced new Rollover Tail Period property

2021-03-18 Thread GitBox
markap14 opened a new pull request #4916: URL: https://github.com/apache/nifi/pull/4916 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-._

[jira] [Resolved] (NIFI-8345) Allow TailFile to continue tailing a file for some time after it has been rolled over

2021-03-18 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne resolved NIFI-8345. -- Resolution: Duplicate > Allow TailFile to continue tailing a file for some time after it has been >

[jira] [Created] (NIFI-8345) Allow TailFile to continue tailing a file for some time after it has been rolled over

2021-03-18 Thread Mark Payne (Jira)
Mark Payne created NIFI-8345: Summary: Allow TailFile to continue tailing a file for some time after it has been rolled over Key: NIFI-8345 URL: https://issues.apache.org/jira/browse/NIFI-8345 Project:

[jira] [Created] (NIFI-8344) Allow TailFile to continue tailing a file for some time after it has been rolled over

2021-03-18 Thread Mark Payne (Jira)
Mark Payne created NIFI-8344: Summary: Allow TailFile to continue tailing a file for some time after it has been rolled over Key: NIFI-8344 URL: https://issues.apache.org/jira/browse/NIFI-8344 Project:

[jira] [Commented] (NIFI-8329) Upgrade NiFi direct dependencies

2021-03-18 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17304424#comment-17304424 ] Joe Witt commented on NIFI-8329: i think what you did is perfect. > Upgrade NiFi direct dependencies >

[jira] [Commented] (NIFI-8329) Upgrade NiFi direct dependencies

2021-03-18 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17304423#comment-17304423 ] Joey Frazee commented on NIFI-8329: --- [~joewitt] [~thenatog] FYI, I added a note for the Storm spout

[jira] [Resolved] (NIFI-8335) Remove nifi-storm-spout module

2021-03-18 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee resolved NIFI-8335. --- Resolution: Fixed > Remove nifi-storm-spout module > -- > >

[jira] [Commented] (NIFI-8335) Remove nifi-storm-spout module

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

[GitHub] [nifi] jfrazee closed pull request #4912: NIFI-8335 - Remove the nifi-storm-spout module that is no longer main…

2021-03-18 Thread GitBox
jfrazee closed pull request #4912: URL: https://github.com/apache/nifi/pull/4912 -- 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 specific comment. For queries about this service, please

[jira] [Resolved] (NIFI-5285) Re-evaluate memory/time cost parameters for 2018

2021-03-18 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-5285. Resolution: Incomplete Closing this issue pending future review of cost parameters. 

[jira] [Resolved] (NIFI-7905) MergeContent should support password-protected Zip archives

2021-03-18 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-7905. Resolution: Won't Fix The encryption options supported in Zip4J do not meet current best

[GitHub] [nifi] dependabot[bot] opened a new pull request #4915: Bump elasticsearch from 5.6.16 to 6.8.13 in /nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service

2021-03-18 Thread GitBox
dependabot[bot] opened a new pull request #4915: URL: https://github.com/apache/nifi/pull/4915 Bumps [elasticsearch](https://github.com/elastic/elasticsearch) from 5.6.16 to 6.8.13. Release notes Sourced from https://github.com/elastic/elasticsearch/releases;>elasticsearch's

[GitHub] [nifi] dependabot[bot] opened a new pull request #4914: Bump elasticsearch from 2.1.0 to 6.8.13 in /nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors

2021-03-18 Thread GitBox
dependabot[bot] opened a new pull request #4914: URL: https://github.com/apache/nifi/pull/4914 Bumps [elasticsearch](https://github.com/elastic/elasticsearch) from 2.1.0 to 6.8.13. Release notes Sourced from https://github.com/elastic/elasticsearch/releases;>elasticsearch's

[jira] [Created] (NIFI-8343) Upgrade solr dependency

2021-03-18 Thread Nathan Gough (Jira)
Nathan Gough created NIFI-8343: -- Summary: Upgrade solr dependency Key: NIFI-8343 URL: https://issues.apache.org/jira/browse/NIFI-8343 Project: Apache NiFi Issue Type: Sub-task Affects

[GitHub] [nifi-minifi-cpp] martinzink commented on a change in pull request #1033: MINIFICPP-1493: Fixing incompatibility with gpsd versions >= 3.21

2021-03-18 Thread GitBox
martinzink commented on a change in pull request #1033: URL: https://github.com/apache/nifi-minifi-cpp/pull/1033#discussion_r597098380 ## File path: extensions/gps/GetGPS.cpp ## @@ -86,6 +86,14 @@ void GetGPS::onSchedule(const std::shared_ptr , co logger_->log_trace("GPSD

[GitHub] [nifi-minifi-cpp] martinzink opened a new pull request #1033: MINIFICPP-1493: Fixing incompatibility with gpsd versions >= 3.21

2021-03-18 Thread GitBox
martinzink opened a new pull request #1033: URL: https://github.com/apache/nifi-minifi-cpp/pull/1033 gpsd 3.21 (released in 2020-08-04) moved gps_data_t->status to gps_fix_t.status https://gitlab.com/gpsd/gpsd/commit/29991d6ffeb41ecfc8297db68bb68be0128c8514 ---

[jira] [Created] (MINIFICPP-1531) Ubuntu 20.04 job runs out of disk space

2021-03-18 Thread Gabor Gyimesi (Jira)
Gabor Gyimesi created MINIFICPP-1531: Summary: Ubuntu 20.04 job runs out of disk space Key: MINIFICPP-1531 URL: https://issues.apache.org/jira/browse/MINIFICPP-1531 Project: Apache NiFi MiNiFi C++

[jira] [Commented] (NIFI-8342) SplitJson corrupting flowfile content

2021-03-18 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17304276#comment-17304276 ] Joe Witt commented on NIFI-8342: this is caused by a regression from 1.13.1 that is resulting in a prompt

[jira] [Resolved] (NIFI-8342) SplitJson corrupting flowfile content

2021-03-18 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt resolved NIFI-8342. Fix Version/s: 1.13.2 Resolution: Fixed > SplitJson corrupting flowfile content >

[jira] [Updated] (NIFI-8342) SplitJson corrupting flowfile content

2021-03-18 Thread Dorian Bugeja (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dorian Bugeja updated NIFI-8342: Description: When performing a SplitJson on an array of complex json files where the first record

[jira] [Created] (NIFI-8342) SplitJson corrupting flowfile content

2021-03-18 Thread Dorian Bugeja (Jira)
Dorian Bugeja created NIFI-8342: --- Summary: SplitJson corrupting flowfile content Key: NIFI-8342 URL: https://issues.apache.org/jira/browse/NIFI-8342 Project: Apache NiFi Issue Type: Bug

[jira] [Updated] (NIFI-8341) ConsumeAMQP and PublishAMQP Should support multiple hosts

2021-03-18 Thread Nabeel (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nabeel updated NIFI-8341: - Fix Version/s: (was: 1.14.0) > ConsumeAMQP and PublishAMQP Should support multiple hosts >

[jira] [Created] (NIFI-8341) ConsumeAMQP and PublishAMQP Should support multiple hosts

2021-03-18 Thread Nabeel (Jira)
Nabeel created NIFI-8341: Summary: ConsumeAMQP and PublishAMQP Should support multiple hosts Key: NIFI-8341 URL: https://issues.apache.org/jira/browse/NIFI-8341 Project: Apache NiFi Issue Type: New

[GitHub] [nifi-minifi-cpp] szaszm edited a comment on pull request #1020: MINIFICPP-1352 Enable -Wall and -Wextra and resolve related warnings

2021-03-18 Thread GitBox
szaszm edited a comment on pull request #1020: URL: https://github.com/apache/nifi-minifi-cpp/pull/1020#issuecomment-802020032 `-DENABLE_SENSORS=ON -DFAIL_ON_WARNINGS=ON` seems to be broken because `thirdparty/RTIMULib` is added with `add_subdirectory`, inherits the `Werror` and has

[GitHub] [nifi] s9514171 commented on pull request #4913: NIFI-8300 Make non-source processors invalid if scheduled for Primary…

2021-03-18 Thread GitBox
s9514171 commented on pull request #4913: URL: https://github.com/apache/nifi/pull/4913#issuecomment-802031200 Thanks for your review @markap14 , it looks better now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #1020: MINIFICPP-1352 Enable -Wall and -Wextra and resolve related warnings

2021-03-18 Thread GitBox
szaszm commented on pull request #1020: URL: https://github.com/apache/nifi-minifi-cpp/pull/1020#issuecomment-802020032 `-DENABLE_SENSORS=ON -DFAIL_ON_WARNINGS=ON` seems to be broken because `thirdparty/RTIMULib` is added with `add_subdirectory`, inherits the `Werror` and has warnings.

[jira] [Comment Edited] (NIFI-8339) Input Threads get Interrupted and stuck indefinitely

2021-03-18 Thread Rene Weidlinger (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17304216#comment-17304216 ] Rene Weidlinger edited comment on NIFI-8339 at 3/18/21, 3:19 PM: -

[jira] [Commented] (NIFI-8339) Input Threads get Interrupted and stuck indefinitely

2021-03-18 Thread Rene Weidlinger (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17304216#comment-17304216 ] Rene Weidlinger commented on NIFI-8339: --- [~markap14]Thanks for the fast answer! I dont see any

[GitHub] [nifi] markap14 commented on a change in pull request #4913: NIFI-8300 Make non-source processors invalid if scheduled for Primary…

2021-03-18 Thread GitBox
markap14 commented on a change in pull request #4913: URL: https://github.com/apache/nifi/pull/4913#discussion_r596951761 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/controller/StandardProcessorNode.java

[jira] [Created] (NIFI-8340) If content repository is filling up, create bulletin when exerting backpressure

2021-03-18 Thread Mark Payne (Jira)
Mark Payne created NIFI-8340: Summary: If content repository is filling up, create bulletin when exerting backpressure Key: NIFI-8340 URL: https://issues.apache.org/jira/browse/NIFI-8340 Project: Apache

[GitHub] [nifi] exceptionfactory commented on pull request #4908: NIFI-8328: Allow RestLookupService to use FlowFile attributes in header properties

2021-03-18 Thread GitBox
exceptionfactory commented on pull request #4908: URL: https://github.com/apache/nifi/pull/4908#issuecomment-801990289 Verified working runtime behavior using FlowFile attribute converted to header in `RestLookupService` invocation. -- This is an automated message from the Apache Git

[jira] [Commented] (NIFI-8339) Input Threads get Interrupted and stuck indefinitely

2021-03-18 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17304195#comment-17304195 ] Mark Payne commented on NIFI-8339: -- [~renewei] can you check your logs for the message "Unable to write

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1028: MINIFICPP-1507 convert InputStream::read to size_t

2021-03-18 Thread GitBox
fgerlits commented on a change in pull request #1028: URL: https://github.com/apache/nifi-minifi-cpp/pull/1028#discussion_r596915019 ## File path: extensions/script/lua/LuaBaseStream.cpp ## @@ -52,16 +52,11 @@ std::string LuaBaseStream::read(size_t len) { // 0 <= n <

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1028: MINIFICPP-1507 convert InputStream::read to size_t

2021-03-18 Thread GitBox
szaszm commented on a change in pull request #1028: URL: https://github.com/apache/nifi-minifi-cpp/pull/1028#discussion_r596888000 ## File path: extensions/script/lua/LuaBaseStream.cpp ## @@ -52,16 +52,11 @@ std::string LuaBaseStream::read(size_t len) { // 0 <= n <

[jira] [Assigned] (MINIFICPP-1457) Implement InputRequirements

2021-03-18 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ádám Markovics reassigned MINIFICPP-1457: - Assignee: Ádám Markovics > Implement InputRequirements >

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1028: MINIFICPP-1507 convert InputStream::read to size_t

2021-03-18 Thread GitBox
fgerlits commented on a change in pull request #1028: URL: https://github.com/apache/nifi-minifi-cpp/pull/1028#discussion_r596879885 ## File path: extensions/script/lua/LuaBaseStream.cpp ## @@ -52,16 +52,11 @@ std::string LuaBaseStream::read(size_t len) { // 0 <= n <

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1028: MINIFICPP-1507 convert InputStream::read to size_t

2021-03-18 Thread GitBox
szaszm commented on a change in pull request #1028: URL: https://github.com/apache/nifi-minifi-cpp/pull/1028#discussion_r596876156 ## File path: extensions/script/lua/LuaBaseStream.cpp ## @@ -52,16 +52,11 @@ std::string LuaBaseStream::read(size_t len) { // 0 <= n <

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1028: MINIFICPP-1507 convert InputStream::read to size_t

2021-03-18 Thread GitBox
szaszm commented on a change in pull request #1028: URL: https://github.com/apache/nifi-minifi-cpp/pull/1028#discussion_r596871602 ## File path: extensions/script/lua/LuaBaseStream.cpp ## @@ -52,16 +52,11 @@ std::string LuaBaseStream::read(size_t len) { // 0 <= n <

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1028: MINIFICPP-1507 convert InputStream::read to size_t

2021-03-18 Thread GitBox
szaszm commented on a change in pull request #1028: URL: https://github.com/apache/nifi-minifi-cpp/pull/1028#discussion_r596871602 ## File path: extensions/script/lua/LuaBaseStream.cpp ## @@ -52,16 +52,11 @@ std::string LuaBaseStream::read(size_t len) { // 0 <= n <

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1028: MINIFICPP-1507 convert InputStream::read to size_t

2021-03-18 Thread GitBox
fgerlits commented on a change in pull request #1028: URL: https://github.com/apache/nifi-minifi-cpp/pull/1028#discussion_r596861816 ## File path: extensions/script/lua/LuaBaseStream.cpp ## @@ -52,16 +52,11 @@ std::string LuaBaseStream::read(size_t len) { // 0 <= n <

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1028: MINIFICPP-1507 convert InputStream::read to size_t

2021-03-18 Thread GitBox
szaszm commented on a change in pull request #1028: URL: https://github.com/apache/nifi-minifi-cpp/pull/1028#discussion_r596846495 ## File path: libminifi/test/rocksdb-tests/DBContentRepositoryTests.cpp ## @@ -179,7 +179,7 @@ TEST_CASE("Delete NonExistent Claim",

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1028: MINIFICPP-1507 convert InputStream::read to size_t

2021-03-18 Thread GitBox
szaszm commented on a change in pull request #1028: URL: https://github.com/apache/nifi-minifi-cpp/pull/1028#discussion_r596846391 ## File path: libminifi/test/rocksdb-tests/ContentSessionTests.cpp ## @@ -56,11 +56,10 @@ const std::shared_ptr& operator>>(const

[jira] [Assigned] (MINIFICPP-1438) FlowControllerTests fail transiently

2021-03-18 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi reassigned MINIFICPP-1438: Assignee: Gabor Gyimesi > FlowControllerTests fail transiently >

[jira] [Updated] (MINIFICPP-1504) Add Resource consumption data to heartbeats

2021-03-18 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-1504: --- Attachment: windows.png laptop.png macos.png

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1029: MINIFICPP-1345 Add flake8 check for python files

2021-03-18 Thread GitBox
szaszm commented on a change in pull request #1029: URL: https://github.com/apache/nifi-minifi-cpp/pull/1029#discussion_r596794674 ## File path: docker/test/integration/minifi/processors/DeleteS3Object.py ## @@ -1,13 +1,16 @@ from ..core.Processor import Processor + class

[GitHub] [nifi-minifi-cpp] martinzink commented on a change in pull request #1032: MINIFICPP-1504: Add Resource consumption data to heartbeats

2021-03-18 Thread GitBox
martinzink commented on a change in pull request #1032: URL: https://github.com/apache/nifi-minifi-cpp/pull/1032#discussion_r596771906 ## File path: libminifi/include/core/state/nodes/DeviceInformation.h ## @@ -490,6 +477,8 @@ class DeviceInfoNode : public DeviceInformation {

[jira] [Updated] (NIFI-8339) Input Threads get Interrupted and stuck indefinitely

2021-03-18 Thread Rene Weidlinger (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rene Weidlinger updated NIFI-8339: -- Description: After some seconds we see this stack trace in nifi on one of our inputs:

[GitHub] [nifi] karthick-rn commented on pull request #4896: NIFI-7850 - Add missing property for TLS authentication

2021-03-18 Thread GitBox
karthick-rn commented on pull request #4896: URL: https://github.com/apache/nifi/pull/4896#issuecomment-801843249 > * There's a typo and the property could just be set to whatever the is cluster node property is Oops! It was the classic problem with letter 't' on my mac that

[GitHub] [nifi-minifi-cpp] martinzink commented on a change in pull request #1032: MINIFICPP-1504: Add Resource consumption data to heartbeats

2021-03-18 Thread GitBox
martinzink commented on a change in pull request #1032: URL: https://github.com/apache/nifi-minifi-cpp/pull/1032#discussion_r596767716 ## File path: libminifi/include/utils/OsUtils.h ## @@ -29,8 +29,17 @@ namespace OsUtils { /// Resolves a user ID to a username extern

[GitHub] [nifi-minifi-cpp] martinzink commented on a change in pull request #1032: MINIFICPP-1504: Add Resource consumption data to heartbeats

2021-03-18 Thread GitBox
martinzink commented on a change in pull request #1032: URL: https://github.com/apache/nifi-minifi-cpp/pull/1032#discussion_r596762674 ## File path: libminifi/include/core/state/Value.h ## @@ -380,9 +411,59 @@ class Int64Value : public Value { return false; } +

[GitHub] [nifi-minifi-cpp] martinzink commented on a change in pull request #1032: MINIFICPP-1504: Add Resource consumption data to heartbeats

2021-03-18 Thread GitBox
martinzink commented on a change in pull request #1032: URL: https://github.com/apache/nifi-minifi-cpp/pull/1032#discussion_r596759457 ## File path: libminifi/CMakeLists.txt ## @@ -125,6 +125,8 @@ endif() list(APPEND LIBMINIFI_LIBRARIES yaml-cpp ZLIB::ZLIB concurrentqueue

[GitHub] [nifi-minifi-cpp] martinzink opened a new pull request #1032: MINIFICPP-1504: Add Resource consumption data to heartbeats

2021-03-18 Thread GitBox
martinzink opened a new pull request #1032: URL: https://github.com/apache/nifi-minifi-cpp/pull/1032 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 taken:

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request #1031: MINIFICPP-1476 Improve parallel S3 request handling in S3 processors

2021-03-18 Thread GitBox
lordgamez opened a new pull request #1031: URL: https://github.com/apache/nifi-minifi-cpp/pull/1031 Previously S3 wrappers had the client configuration and the S3 credentials as part of their internal state. Because of this S3 requests could not be run parallel as two parallel S3 calls

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #1020: MINIFICPP-1352 Enable -Wall and -Wextra and resolve related warnings

2021-03-18 Thread GitBox
arpadboda closed pull request #1020: URL: https://github.com/apache/nifi-minifi-cpp/pull/1020 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Created] (NIFI-8339) Input Threads get Interrupted and stuck indefinitely

2021-03-18 Thread Rene Weidlinger (Jira)
Rene Weidlinger created NIFI-8339: - Summary: Input Threads get Interrupted and stuck indefinitely Key: NIFI-8339 URL: https://issues.apache.org/jira/browse/NIFI-8339 Project: Apache NiFi

[jira] [Resolved] (MINIFICPP-1489) Introduce caching to Mac CI builds

2021-03-18 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi resolved MINIFICPP-1489. -- Resolution: Fixed > Introduce caching to Mac CI builds >

[jira] [Resolved] (MINIFICPP-1400) Create ListS3 processor

2021-03-18 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi resolved MINIFICPP-1400. -- Resolution: Fixed > Create ListS3 processor > --- > >

[GitHub] [nifi] pvillard31 commented on pull request #4353: NIFI-7566: Avoid using Thread.sleep() to wait for Site-to-Site connec…

2021-03-18 Thread GitBox
pvillard31 commented on pull request #4353: URL: https://github.com/apache/nifi/pull/4353#issuecomment-801760105 @gruselglatz - please file a JIRA for this, this will be better tracked This is an automated message from the

[jira] [Resolved] (MINIFICPP-1438) FlowControllerTests fail transiently

2021-03-18 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi resolved MINIFICPP-1438. -- Resolution: Fixed > FlowControllerTests fail transiently >

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #1030: MINIFICPP-1438 Fix transient failures of FlowControllerTests

2021-03-18 Thread GitBox
arpadboda closed pull request #1030: URL: https://github.com/apache/nifi-minifi-cpp/pull/1030 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #1010: MINIFICPP-1203 - Make cpplint ignore bison generated expression language code

2021-03-18 Thread GitBox
arpadboda closed pull request #1010: URL: https://github.com/apache/nifi-minifi-cpp/pull/1010 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nifi] gruselglatz commented on pull request #4353: NIFI-7566: Avoid using Thread.sleep() to wait for Site-to-Site connec…

2021-03-18 Thread GitBox
gruselglatz commented on pull request #4353: URL: https://github.com/apache/nifi/pull/4353#issuecomment-801684955 @alopresto Since we upgraded to 1.13.1 we cant get any stable input connection and seeing this stacktrace all the time. After x threads the threads stuck indefinitely:

[GitHub] [nifi] s9514171 opened a new pull request #4913: NIFI-8300 Make non-source processors invalid if scheduled for Primary…

2021-03-18 Thread GitBox
s9514171 opened a new pull request #4913: URL: https://github.com/apache/nifi/pull/4913 … Node only Description of PR Set the processor state to invalid, when the processor has upstream connection and set to "Primary node only" ### For all changes: - [X] Is