[jira] [Resolved] (MINIFICPP-1394) Speed up ConsumeWindowsEventLog processor

2020-10-28 Thread Adam Debreceni (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Debreceni resolved MINIFICPP-1394. --- Resolution: Implemented > Speed up ConsumeWindowsEventLog processor >

[jira] [Resolved] (MINIFICPP-1387) Improve performance (Identifier::to_string, ProcessSession)

2020-10-28 Thread Adam Debreceni (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Debreceni resolved MINIFICPP-1387. --- Resolution: Implemented > Improve performance (Identifier::to_string,

[GitHub] [nifi-minifi-cpp] adamdebreceni opened a new pull request #932: MINIFICPP-1395 - Use Identifier instead of its stringified form wherever possible

2020-10-28 Thread GitBox
adamdebreceni opened a new pull request #932: URL: https://github.com/apache/nifi-minifi-cpp/pull/932 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 #932: MINIFICPP-1395 - Use Identifier instead of its stringified form wherever possible

2020-10-28 Thread GitBox
adamdebreceni commented on a change in pull request #932: URL: https://github.com/apache/nifi-minifi-cpp/pull/932#discussion_r513329222 ## File path: libminifi/include/core/CoreComponentState.h ## @@ -48,13 +49,13 @@ class CoreComponentStateManagerProvider { public:

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #932: MINIFICPP-1395 - Use Identifier instead of its stringified form wherever possible

2020-10-28 Thread GitBox
arpadboda commented on a change in pull request #932: URL: https://github.com/apache/nifi-minifi-cpp/pull/932#discussion_r513335438 ## File path: libminifi/src/CronDrivenSchedulingAgent.cpp ## @@ -56,8 +56,8 @@ utils::TaskRescheduleInfo CronDrivenSchedulingAgent::run(const

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #932: MINIFICPP-1395 - Use Identifier instead of its stringified form wherever possible

2020-10-28 Thread GitBox
adamdebreceni commented on a change in pull request #932: URL: https://github.com/apache/nifi-minifi-cpp/pull/932#discussion_r513332425 ## File path: libminifi/src/CronDrivenSchedulingAgent.cpp ## @@ -56,8 +56,8 @@ utils::TaskRescheduleInfo

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #932: MINIFICPP-1395 - Use Identifier instead of its stringified form wherever possible

2020-10-28 Thread GitBox
adamdebreceni commented on a change in pull request #932: URL: https://github.com/apache/nifi-minifi-cpp/pull/932#discussion_r513383015 ## File path: libminifi/include/utils/SmallString.h ## @@ -34,6 +34,10 @@ class SmallString : public std::array { return {c_str()}; }

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #932: MINIFICPP-1395 - Use Identifier instead of its stringified form wherever possible

2020-10-28 Thread GitBox
adamdebreceni commented on a change in pull request #932: URL: https://github.com/apache/nifi-minifi-cpp/pull/932#discussion_r513384399 ## File path: libminifi/include/utils/ThreadPool.h ## @@ -45,6 +45,8 @@ namespace nifi { namespace minifi { namespace utils { +using

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #930: MINIFICPP-1398 Add strftime-based fallback to EL :format() when the date.h library is not available

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

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

2020-10-28 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi updated MINIFICPP-1400: - Description: Create new processor to list S3 objects of a bucket with similar

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

2020-10-28 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi updated MINIFICPP-1400: - Summary: Create ListS3 processor (was: Create ListS3Object processor) > Create

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #932: MINIFICPP-1395 - Use Identifier instead of its stringified form wherever possible

2020-10-28 Thread GitBox
arpadboda commented on a change in pull request #932: URL: https://github.com/apache/nifi-minifi-cpp/pull/932#discussion_r513335352 ## File path: libminifi/include/core/CoreComponentState.h ## @@ -48,13 +49,13 @@ class CoreComponentStateManagerProvider { public: virtual

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #932: MINIFICPP-1395 - Use Identifier instead of its stringified form wherever possible

2020-10-28 Thread GitBox
arpadboda commented on a change in pull request #932: URL: https://github.com/apache/nifi-minifi-cpp/pull/932#discussion_r513309724 ## File path: libminifi/include/sitetosite/SiteToSite.h ## @@ -246,24 +246,24 @@ class Transaction { current_transfers_ = 0;

[jira] [Created] (NIFI-7957) Nifi Content Repo Viewer not working with OIDC

2020-10-28 Thread Jenil Shah (Jira)
Jenil Shah created NIFI-7957: Summary: Nifi Content Repo Viewer not working with OIDC Key: NIFI-7957 URL: https://issues.apache.org/jira/browse/NIFI-7957 Project: Apache NiFi Issue Type: Bug

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #932: MINIFICPP-1395 - Use Identifier instead of its stringified form wherever possible

2020-10-28 Thread GitBox
fgerlits commented on a change in pull request #932: URL: https://github.com/apache/nifi-minifi-cpp/pull/932#discussion_r513306436 ## File path: libminifi/include/utils/SmallString.h ## @@ -34,6 +34,10 @@ class SmallString : public std::array { return {c_str()}; } +

[GitHub] [nifi] tlsmith109 opened a new pull request #4627: NIFI-7225 FetchSFTP processor routing to not.found error given when P…

2020-10-28 Thread GitBox
tlsmith109 opened a new pull request #4627: URL: https://github.com/apache/nifi/pull/4627 …rivate Key Path property is invalid Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR The

[jira] [Commented] (NIFI-7951) QueryDNS.java data flow stop on catching Naming exception

2020-10-28 Thread KORCHEF (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17222154#comment-17222154 ] KORCHEF commented on NIFI-7951: --- stack-trace  : Failed to process session due to

[jira] [Comment Edited] (NIFI-7951) QueryDNS.java data flow stop on catching Naming exception

2020-10-28 Thread KORCHEF (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17222154#comment-17222154 ] KORCHEF edited comment on NIFI-7951 at 10/28/20, 12:51 PM: --- stack-trace  :

[jira] [Commented] (NIFI-5901) Write JSON record in database

2020-10-28 Thread Christoph Charlet (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17222159#comment-17222159 ] Christoph Charlet commented on NIFI-5901: - Turns out I stumbled across another issue with the

[jira] [Issue Comment Deleted] (NIFI-7821) Create a Cassandra implementation of DistributedMapCacheClient

2020-10-28 Thread Steven (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven updated NIFI-7821: - Comment: was deleted (was: [~mike.thomsen] your repo worked great.  I just had the following odd behavior: _if

[jira] [Updated] (NIFI-7821) Create a Cassandra implementation of DistributedMapCacheClient

2020-10-28 Thread Steven (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven updated NIFI-7821: - Attachment: (was: Cassandra_Map_Cache_Demo.xml) > Create a Cassandra implementation of

[jira] [Created] (NIFI-7959) Implement MonitorActivity disconnection management

2020-10-28 Thread Simon Bence (Jira)
Simon Bence created NIFI-7959: - Summary: Implement MonitorActivity disconnection management Key: NIFI-7959 URL: https://issues.apache.org/jira/browse/NIFI-7959 Project: Apache NiFi Issue Type:

[jira] [Updated] (NIFI-7958) Add support for decimal to ConvertAvroToORC

2020-10-28 Thread Arek Burdach (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arek Burdach updated NIFI-7958: --- Description: I would like to add ability to handle decimal type to ConvertAvroToORC. It was similar

[GitHub] [nifi] arkadius opened a new pull request #4628: NIFI-7958 ConvertAvroToORC - decimal support

2020-10-28 Thread GitBox
arkadius opened a new pull request #4628: URL: https://github.com/apache/nifi/pull/4628 Description of PR _Enables decimal support in ConvertAvroToORC described in NIFI-7958._ ### For all changes: - [ ] Is there a JIRA ticket associated with this PR? Is it referenced

[jira] [Updated] (NIFI-7958) Add support for decimal to ConvertAvroToORC

2020-10-28 Thread Arek Burdach (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arek Burdach updated NIFI-7958: --- Description: I would like to add ability to handle decimal type to ConvertAvroToORC. It was similar

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #932: MINIFICPP-1395 - Use Identifier instead of its stringified form wherever possible

2020-10-28 Thread GitBox
fgerlits commented on a change in pull request #932: URL: https://github.com/apache/nifi-minifi-cpp/pull/932#discussion_r513448737 ## File path: libminifi/include/utils/ThreadPool.h ## @@ -45,6 +45,8 @@ namespace nifi { namespace minifi { namespace utils { +using TaskId =

[jira] [Created] (NIFI-7958) Add support for decimal to ConvertAvroToORC

2020-10-28 Thread Arek Burdach (Jira)
Arek Burdach created NIFI-7958: -- Summary: Add support for decimal to ConvertAvroToORC Key: NIFI-7958 URL: https://issues.apache.org/jira/browse/NIFI-7958 Project: Apache NiFi Issue Type:

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #932: MINIFICPP-1395 - Use Identifier instead of its stringified form wherever possible

2020-10-28 Thread GitBox
fgerlits commented on a change in pull request #932: URL: https://github.com/apache/nifi-minifi-cpp/pull/932#discussion_r513448055 ## File path: libminifi/include/utils/SmallString.h ## @@ -34,6 +34,10 @@ class SmallString : public std::array { return {c_str()}; } +

[jira] [Resolved] (MINIFICPP-1385) Use memcpy instead of back_inserter in BufferStream

2020-10-28 Thread Adam Debreceni (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Debreceni resolved MINIFICPP-1385. --- Resolution: Implemented > Use memcpy instead of back_inserter in BufferStream >

[jira] [Commented] (NIFI-5901) Write JSON record in database

2020-10-28 Thread Christoph Charlet (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17222016#comment-17222016 ] Christoph Charlet commented on NIFI-5901: - It looks to me like the pull request as it stands

[jira] [Created] (MINIFICPP-1400) Create ListS3Object processor

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

[jira] [Commented] (NIFI-7957) Nifi Content Repo Viewer not working with OIDC

2020-10-28 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1725#comment-1725 ] Nathan Gough commented on NIFI-7957: Are you able to download directly from the NiFi flow/canvas,

[jira] [Created] (NIFI-7962) NiFi should not respond with HTTP 500 errors for HTTP TRACK request

2020-10-28 Thread Andy LoPresto (Jira)
Andy LoPresto created NIFI-7962: --- Summary: NiFi should not respond with HTTP 500 errors for HTTP TRACK request Key: NIFI-7962 URL: https://issues.apache.org/jira/browse/NIFI-7962 Project: Apache NiFi

[jira] [Updated] (NIFI-7961) Add option to disable caching for HTTP responses

2020-10-28 Thread Andy LoPresto (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy LoPresto updated NIFI-7961: Priority: Trivial (was: Major) > Add option to disable caching for HTTP responses >

[GitHub] [nifi] pgyori commented on a change in pull request #4603: NIFI-7922: Added support for GET in ListenHTTP for health check

2020-10-28 Thread GitBox
pgyori commented on a change in pull request #4603: URL: https://github.com/apache/nifi/pull/4603#discussion_r513582567 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java ## @@ -351,6

[jira] [Created] (NIFI-7961) Add option to disable caching for HTTP responses

2020-10-28 Thread Andy LoPresto (Jira)
Andy LoPresto created NIFI-7961: --- Summary: Add option to disable caching for HTTP responses Key: NIFI-7961 URL: https://issues.apache.org/jira/browse/NIFI-7961 Project: Apache NiFi Issue Type:

[jira] [Updated] (NIFI-7960) Instance of an extension (processor) with parameter references causes jetty shutdown with FlowSynchronizationException/IllegalArgumentException if the NAR has been removed

2020-10-28 Thread Nick Lawrence (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Lawrence updated NIFI-7960: Description: We created an instance of a custom processor and set a (non-sensitive) property

[jira] [Resolved] (MINIFICPP-1350) Support serializers in MergeContent processor

2020-10-28 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1350. --- Resolution: Fixed > Support serializers in MergeContent processor >

[jira] [Created] (NIFI-7960) Instance of an extension processor with parameter references causes jetty shutdown with FlowSynchronizationException/IllegalArgumentException if the NAR does not exist

2020-10-28 Thread Nick Lawrence (Jira)
Nick Lawrence created NIFI-7960: --- Summary: Instance of an extension processor with parameter references causes jetty shutdown with FlowSynchronizationException/IllegalArgumentException if the NAR does not exist Key: NIFI-7960

[jira] [Updated] (NIFI-7960) Instance of an extension (processor) with parameter references causes jetty shutdown with FlowSynchronizationException/IllegalArgumentException if the NAR has been removed

2020-10-28 Thread Nick Lawrence (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Lawrence updated NIFI-7960: Summary: Instance of an extension (processor) with parameter references causes jetty shutdown with

[jira] [Updated] (NIFI-7960) Instance of an extension (processor) with parameter references causes jetty shutdown with FlowSynchronizationException/IllegalArgumentException if the NAR has been removed

2020-10-28 Thread Nick Lawrence (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Lawrence updated NIFI-7960: Description: We created an instance of a custom processor and set a (non-sensitive) property

[GitHub] [nifi] pgyori commented on a change in pull request #4603: NIFI-7922: Added support for GET in ListenHTTP for health check

2020-10-28 Thread GitBox
pgyori commented on a change in pull request #4603: URL: https://github.com/apache/nifi/pull/4603#discussion_r513580565 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java ## @@ -74,7

[GitHub] [nifi] tpalfy opened a new pull request #4629: NIFI-7954 Wrapping HBase_*_ClientService calls in getUgi().doAs()

2020-10-28 Thread GitBox
tpalfy opened a new pull request #4629: URL: https://github.com/apache/nifi/pull/4629 Taking care of TGT renewal. ### For all changes: - [ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? - [ ] Does your PR title start with

[GitHub] [nifi] markobean opened a new pull request #4631: NIFI-7963: fix package name for TestZooKeeperStateServer

2020-10-28 Thread GitBox
markobean opened a new pull request #4631: URL: https://github.com/apache/nifi/pull/4631 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR fix package name of a test class In order to

[jira] [Commented] (NIFI-7964) PutAzureBlobStorage OutOfMemory Exception

2020-10-28 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17222631#comment-17222631 ] Joey Frazee commented on NIFI-7964: --- There were two things causing it not to stream: sending the

[jira] [Commented] (NIFI-7964) PutAzureBlobStorage OutOfMemory Exception

2020-10-28 Thread Eric Secules (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17222641#comment-17222641 ] Eric Secules commented on NIFI-7964: Do you know if this is an open bug with the CloudBlockBlob class?

[jira] [Commented] (NIFI-7924) Fallback claim(s) support in OIDC based authentication

2020-10-28 Thread Seokwon Yang (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17222659#comment-17222659 ] Seokwon Yang commented on NIFI-7924: In my customer's scenario with Azure Active directory, it is

[jira] [Updated] (NIFI-7965) JoltTransformJSON Memory leak

2020-10-28 Thread yj (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yj updated NIFI-7965: - Description: we have do a test about this problem , pull kafka 60 records , JoltTransformJSON  will  cost about 130M

[jira] [Updated] (NIFI-7965) JoltTransformJSON Memory leak

2020-10-28 Thread yj (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yj updated NIFI-7965: - Attachment: jolt04.png image-2020-10-29-11-47-20-482.png Description: we have do a test about this

[jira] [Commented] (NIFI-7964) PutAzureBlobStorage OutOfMemory Exception

2020-10-28 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17222544#comment-17222544 ] Joey Frazee commented on NIFI-7964: --- I can replicate this. I think it's because with the currently used

[jira] [Assigned] (NIFI-7964) PutAzureBlobStorage OutOfMemory Exception

2020-10-28 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee reassigned NIFI-7964: - Assignee: Joey Frazee > PutAzureBlobStorage OutOfMemory Exception >

[jira] [Updated] (NIFI-7965) JoltTransformJSON Memory leak

2020-10-28 Thread yj (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yj updated NIFI-7965: - Attachment: jolt03.png image-2020-10-29-11-22-50-662.png Description: we have do a test about this

[jira] [Updated] (NIFI-7965) JoltTransformJSON Memory leak

2020-10-28 Thread yj (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yj updated NIFI-7965: - Attachment: jolt03.png > JoltTransformJSON Memory leak > -- > > Key:

[jira] [Comment Edited] (NIFI-7957) Nifi Content Repo Viewer not working with OIDC

2020-10-28 Thread Jenil Shah (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17222709#comment-17222709 ] Jenil Shah edited comment on NIFI-7957 at 10/29/20, 5:31 AM: - We are having

[jira] [Comment Edited] (NIFI-7957) Nifi Content Repo Viewer not working with OIDC

2020-10-28 Thread Jenil Shah (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17222709#comment-17222709 ] Jenil Shah edited comment on NIFI-7957 at 10/29/20, 5:32 AM: - We are having

[jira] [Comment Edited] (NIFI-7957) Nifi Content Repo Viewer not working with OIDC

2020-10-28 Thread Jenil Shah (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17222709#comment-17222709 ] Jenil Shah edited comment on NIFI-7957 at 10/29/20, 5:32 AM: - We are having

[jira] [Updated] (NIFI-7949) Add tag HCFS to HDFS Processors

2020-10-28 Thread Siyao Meng (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siyao Meng updated NIFI-7949: - Summary: Add tag HCFS to HDFS Processors (was: Rename PutHDFS to PutHCFS) > Add tag HCFS to HDFS

[GitHub] [nifi] jfrazee opened a new pull request #4632: NIFI-7964 Force PutAzureBlobStorage to stream writes

2020-10-28 Thread GitBox
jfrazee opened a new pull request #4632: URL: https://github.com/apache/nifi/pull/4632 This forces PutAzureBlobStorage to stream writes to avoid OOMEs; fixes NIFI-7964. **NOTE**: I've marked this as a draft because it'd be helpful to see if anyone sees a performance impact by

[jira] [Commented] (NIFI-7957) Nifi Content Repo Viewer not working with OIDC

2020-10-28 Thread Jenil Shah (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17222703#comment-17222703 ] Jenil Shah commented on NIFI-7957: -- I changed authorizations.xml accordingly and somehow it got working.

[jira] [Issue Comment Deleted] (NIFI-7957) Nifi Content Repo Viewer not working with OIDC

2020-10-28 Thread Jenil Shah (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jenil Shah updated NIFI-7957: - Comment: was deleted (was: I changed authorizations.xml accordingly and somehow it got working. Apology

[jira] [Comment Edited] (NIFI-7957) Nifi Content Repo Viewer not working with OIDC

2020-10-28 Thread Jenil Shah (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17222709#comment-17222709 ] Jenil Shah edited comment on NIFI-7957 at 10/29/20, 5:33 AM: - We are having

[GitHub] [nifi] sjyang18 opened a new pull request #4630: NIFI-7924: add fallback claims for identifying user

2020-10-28 Thread GitBox
sjyang18 opened a new pull request #4630: URL: https://github.com/apache/nifi/pull/4630 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR NIFI-7924: add fallback claims for identifying user

[jira] [Updated] (NIFI-7965) JoltTransformJSON Memory leak

2020-10-28 Thread yj (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yj updated NIFI-7965: - Status: Reopened (was: Reopened) > JoltTransformJSON Memory leak > -- > >

[jira] [Updated] (NIFI-7965) JoltTransformJSON Memory leak

2020-10-28 Thread yj (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yj updated NIFI-7965: - Description: we have do a test about this problem , pull kafka 60 records , JoltTransformJSON  will  cost about 130M

[jira] [Reopened] (NIFI-7965) JoltTransformJSON Memory leak

2020-10-28 Thread yj (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yj reopened NIFI-7965: -- > JoltTransformJSON Memory leak > -- > > Key: NIFI-7965 > URL:

[jira] [Resolved] (NIFI-7841) Correction in nifi walkthough docs: securing a cluster using nifi-tls-toolkit

2020-10-28 Thread Andrew M. Lim (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew M. Lim resolved NIFI-7841. - Fix Version/s: 1.13.0 Resolution: Fixed Confirmed this didn't make it into 1.12.1. >

[jira] [Resolved] (NIFI-7965) JoltTransformJSON Memory leak

2020-10-28 Thread yj (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yj resolved NIFI-7965. -- Resolution: Not A Bug > JoltTransformJSON Memory leak > -- > > Key:

[jira] [Commented] (NIFI-7957) Nifi Content Repo Viewer not working with OIDC

2020-10-28 Thread Jenil Shah (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17222709#comment-17222709 ] Jenil Shah commented on NIFI-7957: -- Okay got the problem. We are having oidc authentication flow. In

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #932: MINIFICPP-1395 - Use Identifier instead of its stringified form wherever possible

2020-10-28 Thread GitBox
szaszm commented on a change in pull request #932: URL: https://github.com/apache/nifi-minifi-cpp/pull/932#discussion_r513840725 ## File path: libminifi/include/core/logging/Logger.h ## @@ -59,11 +59,18 @@ inline char const* conditional_conversion(const utils::SmallString&

[jira] [Commented] (NIFI-7963) Fix package name for TestZooKeeperStateServer

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

[GitHub] [nifi] jfrazee closed pull request #4631: NIFI-7963: fix package name for TestZooKeeperStateServer

2020-10-28 Thread GitBox
jfrazee closed pull request #4631: URL: https://github.com/apache/nifi/pull/4631 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] [Updated] (NIFI-7965) JoltTransformJSON Memory leak

2020-10-28 Thread yj (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yj updated NIFI-7965: - Description: we have do a test about this problem , pull kafka 60 records , JoltTransformJSON  will  cost about 130M

[jira] [Resolved] (NIFI-7963) Fix package name for TestZooKeeperStateServer

2020-10-28 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee resolved NIFI-7963. --- Resolution: Fixed > Fix package name for TestZooKeeperStateServer >

[jira] [Created] (NIFI-7965) JoltTransformJSON Memory leak

2020-10-28 Thread yj (Jira)
yj created NIFI-7965: Summary: JoltTransformJSON Memory leak Key: NIFI-7965 URL: https://issues.apache.org/jira/browse/NIFI-7965 Project: Apache NiFi Issue Type: Bug Affects Versions: 1.12.0

[jira] [Updated] (NIFI-7963) Fix package name for TestZooKeeperStateServer

2020-10-28 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee updated NIFI-7963: -- Fix Version/s: 1.13.0 > Fix package name for TestZooKeeperStateServer >

[jira] [Created] (NIFI-7964) PutAzureBlobStorage OutOfMemory Exception

2020-10-28 Thread Eric Secules (Jira)
Eric Secules created NIFI-7964: -- Summary: PutAzureBlobStorage OutOfMemory Exception Key: NIFI-7964 URL: https://issues.apache.org/jira/browse/NIFI-7964 Project: Apache NiFi Issue Type: Bug

[jira] [Commented] (NIFI-7957) Nifi Content Repo Viewer not working with OIDC

2020-10-28 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17222327#comment-17222327 ] Nathan Gough commented on NIFI-7957: So far I've been unable to reproduce this issue using Google

[jira] [Created] (NIFI-7963) Fix package name for TestZooKeeperStateServer

2020-10-28 Thread Mark Bean (Jira)
Mark Bean created NIFI-7963: --- Summary: Fix package name for TestZooKeeperStateServer Key: NIFI-7963 URL: https://issues.apache.org/jira/browse/NIFI-7963 Project: Apache NiFi Issue Type: