[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #826: MINIFICPP-1274 - Commit delete operation before shutdown

2020-06-30 Thread GitBox
adamdebreceni commented on a change in pull request #826: URL: https://github.com/apache/nifi-minifi-cpp/pull/826#discussion_r447453017 ## File path: libminifi/test/rocksdb-tests/RepoTests.cpp ## @@ -326,3 +326,82 @@ TEST_CASE("Test FlowFile Restore", "[TestFFR6]") {

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #826: MINIFICPP-1274 - Commit delete operation before shutdown

2020-06-30 Thread GitBox
adamdebreceni commented on a change in pull request #826: URL: https://github.com/apache/nifi-minifi-cpp/pull/826#discussion_r447461792 ## File path: libminifi/test/rocksdb-tests/RepoTests.cpp ## @@ -326,3 +326,82 @@ TEST_CASE("Test FlowFile Restore", "[TestFFR6]") {

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #826: MINIFICPP-1274 - Commit delete operation before shutdown

2020-06-30 Thread GitBox
adamdebreceni commented on a change in pull request #826: URL: https://github.com/apache/nifi-minifi-cpp/pull/826#discussion_r447454207 ## File path: libminifi/test/rocksdb-tests/RepoTests.cpp ## @@ -326,3 +326,82 @@ TEST_CASE("Test FlowFile Restore", "[TestFFR6]") {

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #826: MINIFICPP-1274 - Commit delete operation before shutdown

2020-06-30 Thread GitBox
adamdebreceni commented on a change in pull request #826: URL: https://github.com/apache/nifi-minifi-cpp/pull/826#discussion_r447465005 ## File path: libminifi/test/rocksdb-tests/RepoTests.cpp ## @@ -326,3 +326,82 @@ TEST_CASE("Test FlowFile Restore", "[TestFFR6]") {

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #826: MINIFICPP-1274 - Commit delete operation before shutdown

2020-06-30 Thread GitBox
adamdebreceni commented on a change in pull request #826: URL: https://github.com/apache/nifi-minifi-cpp/pull/826#discussion_r447464781 ## File path: libminifi/test/rocksdb-tests/RepoTests.cpp ## @@ -326,3 +326,82 @@ TEST_CASE("Test FlowFile Restore", "[TestFFR6]") {

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #826: MINIFICPP-1274 - Commit delete operation before shutdown

2020-06-30 Thread GitBox
adamdebreceni commented on a change in pull request #826: URL: https://github.com/apache/nifi-minifi-cpp/pull/826#discussion_r447465066 ## File path: libminifi/test/rocksdb-tests/RepoTests.cpp ## @@ -326,3 +326,82 @@ TEST_CASE("Test FlowFile Restore", "[TestFFR6]") {

[jira] [Updated] (NIFI-7589) Unpack processor tar unpacker creates incorrect path value

2020-06-30 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-7589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Bunth updated NIFI-7589: -- Priority: Minor (was: Major) > Unpack processor tar unpacker creates incorrect path value >

[jira] [Updated] (NIFI-7589) Unpack processor tar unpacker creates incorrect path value

2020-06-30 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-7589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Bunth updated NIFI-7589: -- Description: *Steps to reproduce*: * Create a tarball with one file in it. * Create a flow:

[jira] [Created] (NIFI-7589) Unpack processor tar unpacker creates incorrect path value

2020-06-30 Thread Jira
Tamás Bunth created NIFI-7589: - Summary: Unpack processor tar unpacker creates incorrect path value Key: NIFI-7589 URL: https://issues.apache.org/jira/browse/NIFI-7589 Project: Apache NiFi Issue

[jira] [Commented] (NIFI-7579) Create a GetS3Object Processor

2020-06-30 Thread Wouter de Vries (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17148342#comment-17148342 ] Wouter de Vries commented on NIFI-7579: --- [~ArpStorm1]do you have a specific reason why that should

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #826: MINIFICPP-1274 - Commit delete operation before shutdown

2020-06-30 Thread GitBox
adamdebreceni commented on a change in pull request #826: URL: https://github.com/apache/nifi-minifi-cpp/pull/826#discussion_r447447817 ## File path: libminifi/test/rocksdb-tests/RepoTests.cpp ## @@ -326,3 +326,82 @@ TEST_CASE("Test FlowFile Restore", "[TestFFR6]") {

[GitHub] [nifi] r65535 commented on pull request #4336: NIFI-7515 Added 7Zip support to UnpackContent

2020-06-30 Thread GitBox
r65535 commented on pull request #4336: URL: https://github.com/apache/nifi/pull/4336#issuecomment-651577043 @MikeThomsen - The only solution I've found is to write the file to disk, and pull the entries out from there: ``` SevenZFile sevenZFile = new SevenZFile(new

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #821: MINIFICPP-1251 - Implement and test RetryFlowFile processor

2020-06-30 Thread GitBox
hunyadi-dev commented on a change in pull request #821: URL: https://github.com/apache/nifi-minifi-cpp/pull/821#discussion_r447569405 ## File path: extensions/standard-processors/tests/unit/RetryFlowFileTests.cpp ## @@ -0,0 +1,221 @@ +/** + * + * Licensed to the Apache

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #826: MINIFICPP-1274 - Commit delete operation before shutdown

2020-06-30 Thread GitBox
szaszm commented on a change in pull request #826: URL: https://github.com/apache/nifi-minifi-cpp/pull/826#discussion_r447559056 ## File path: libminifi/test/rocksdb-tests/RepoTests.cpp ## @@ -326,3 +326,82 @@ TEST_CASE("Test FlowFile Restore", "[TestFFR6]") {

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #827: MINIFICPP-1273 - Drain connections on flow shutdown

2020-06-30 Thread GitBox
adamdebreceni commented on a change in pull request #827: URL: https://github.com/apache/nifi-minifi-cpp/pull/827#discussion_r447575841 ## File path: libminifi/test/flow-tests/CMakeLists.txt ## @@ -0,0 +1,31 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi] gardellajuanpablo commented on a change in pull request #4352: NIFI-7563 Optimize the usage of JMS sessions and message producers

2020-06-30 Thread GitBox
gardellajuanpablo commented on a change in pull request #4352: URL: https://github.com/apache/nifi/pull/4352#discussion_r447610193 ## File path: nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/src/test/java/org/apache/nifi/jms/processors/PublishJMSIT.java ## @@ -385,6

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #826: MINIFICPP-1274 - Commit delete operation before shutdown

2020-06-30 Thread GitBox
szaszm commented on a change in pull request #826: URL: https://github.com/apache/nifi-minifi-cpp/pull/826#discussion_r447547205 ## File path: libminifi/test/rocksdb-tests/RepoTests.cpp ## @@ -326,3 +326,82 @@ TEST_CASE("Test FlowFile Restore", "[TestFFR6]") {

[GitHub] [nifi] turcsanyip edited a comment on pull request #4368: NIFI-7586 Add socket-level timeout properties for CassandraSessionProvider

2020-06-30 Thread GitBox
turcsanyip edited a comment on pull request #4368: URL: https://github.com/apache/nifi/pull/4368#issuecomment-651396020 After changing the timeouts, I get the following errors from QueryCassandra / PutCassandraQL: ``` ERROR [Timer-Driven Process Thread-10]

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #826: MINIFICPP-1274 - Commit delete operation before shutdown

2020-06-30 Thread GitBox
szaszm commented on a change in pull request #826: URL: https://github.com/apache/nifi-minifi-cpp/pull/826#discussion_r447549997 ## File path: libminifi/test/rocksdb-tests/RepoTests.cpp ## @@ -326,3 +326,82 @@ TEST_CASE("Test FlowFile Restore", "[TestFFR6]") {

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #827: MINIFICPP-1273 - Drain connections on flow shutdown

2020-06-30 Thread GitBox
szaszm commented on a change in pull request #827: URL: https://github.com/apache/nifi-minifi-cpp/pull/827#discussion_r447555750 ## File path: libminifi/src/core/ProcessGroup.cpp ## @@ -403,6 +403,16 @@ void ProcessGroup::removeConnection(std::shared_ptr connection) { } }

[GitHub] [nifi] MikeThomsen commented on pull request #3317: NIFI-6047 Add DetectDuplicateRecord Processor

2020-06-30 Thread GitBox
MikeThomsen commented on pull request #3317: URL: https://github.com/apache/nifi/pull/3317#issuecomment-651704852 @adamfisher you need to do a rebase off of master and force push that change. You brought in about 100 odd commits from other people by merging master.

[GitHub] [nifi-minifi-cpp] adamdebreceni opened a new pull request #827: MINIFICPP-1273 - Drain connections on flow shutdown

2020-06-30 Thread GitBox
adamdebreceni opened a new pull request #827: URL: https://github.com/apache/nifi-minifi-cpp/pull/827 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] szaszm commented on a change in pull request #826: MINIFICPP-1274 - Commit delete operation before shutdown

2020-06-30 Thread GitBox
szaszm commented on a change in pull request #826: URL: https://github.com/apache/nifi-minifi-cpp/pull/826#discussion_r447559056 ## File path: libminifi/test/rocksdb-tests/RepoTests.cpp ## @@ -326,3 +326,82 @@ TEST_CASE("Test FlowFile Restore", "[TestFFR6]") {

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #827: MINIFICPP-1273 - Drain connections on flow shutdown

2020-06-30 Thread GitBox
szaszm commented on a change in pull request #827: URL: https://github.com/apache/nifi-minifi-cpp/pull/827#discussion_r447557059 ## File path: libminifi/test/flow-tests/CMakeLists.txt ## @@ -0,0 +1,31 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #827: MINIFICPP-1273 - Drain connections on flow shutdown

2020-06-30 Thread GitBox
adamdebreceni commented on a change in pull request #827: URL: https://github.com/apache/nifi-minifi-cpp/pull/827#discussion_r447574816 ## File path: libminifi/test/flow-tests/CMakeLists.txt ## @@ -0,0 +1,31 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-06-30 Thread GitBox
arpadboda closed pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797 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] Wastack opened a new pull request #4370: NIFI-6128 UnpackContent: Store unpacked file data

2020-06-30 Thread GitBox
Wastack opened a new pull request #4370: URL: https://github.com/apache/nifi/pull/4370 Tar format allows us to archive files with their original permission, owner, group name and last modification time. When unpacking with Tar unpacker, these information are stored in new

[GitHub] [nifi] simonbence commented on pull request #4349: NIFI-7549 Adding Hazelcast based DistributedMapCacheClient support

2020-06-30 Thread GitBox
simonbence commented on pull request #4349: URL: https://github.com/apache/nifi/pull/4349#issuecomment-651846584 Please hold on, I would like to add some changes This is an automated message from the Apache Git Service. To

[jira] [Created] (NIFI-7591) Allow PutS3Object to post to AWS Snowball

2020-06-30 Thread Juan C. Sequeiros (Jira)
Juan C. Sequeiros created NIFI-7591: --- Summary: Allow PutS3Object to post to AWS Snowball Key: NIFI-7591 URL: https://issues.apache.org/jira/browse/NIFI-7591 Project: Apache NiFi Issue

[GitHub] [nifi] javiroman commented on pull request #4358: NIFI-7578 nifi-toolkit CLI Process Group Create command

2020-06-30 Thread GitBox
javiroman commented on pull request #4358: URL: https://github.com/apache/nifi/pull/4358#issuecomment-651786555 mvn -P contrib-check clean install from the command line (out of IDEA IDE) raised the style checker. Any kind of configuration of my IDEA IDE is avoiding the correct

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-06-30 Thread GitBox
adamdebreceni commented on pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797#issuecomment-651786495 in the nanofi lib, there was a macro called `SUCCESS` which collides with the `CachedValueValidator::Result::SUCCESS`, and this only came out when building with

[GitHub] [nifi] bbende commented on pull request #4358: NIFI-7578 nifi-toolkit CLI Process Group Create command

2020-06-30 Thread GitBox
bbende commented on pull request #4358: URL: https://github.com/apache/nifi/pull/4358#issuecomment-651803038 Looks good, merged to master, thanks! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nifi] asfgit closed pull request #4358: NIFI-7578 nifi-toolkit CLI Process Group Create command

2020-06-30 Thread GitBox
asfgit closed pull request #4358: URL: https://github.com/apache/nifi/pull/4358 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-7578) nifi-toolkit CLI Process Group Create command

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

[jira] [Updated] (NIFI-7578) nifi-toolkit CLI Process Group Create command

2020-06-30 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-7578: -- Fix Version/s: (was: 1.11.4) 1.12.0 Resolution: Fixed Status:

[GitHub] [nifi] alopresto opened a new pull request #4372: NIFI-7587 Increased tolerance for non-deterministic unit test.

2020-06-30 Thread GitBox
alopresto opened a new pull request #4372: URL: https://github.com/apache/nifi/pull/4372 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _The S2S peer selection process is

[GitHub] [nifi] bbende commented on pull request #4358: NIFI-7578 nifi-toolkit CLI Process Group Create command

2020-06-30 Thread GitBox
bbende commented on pull request #4358: URL: https://github.com/apache/nifi/pull/4358#issuecomment-651772910 Not sure if this is the reason, but try running "install" instead of "compile". Here was the output for me: ``` [INFO] --- maven-checkstyle-plugin:3.1.0:check

[jira] [Resolved] (NIFI-7586) Add socket-level timeout properties for CassandraSessionProvider

2020-06-30 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi resolved NIFI-7586. --- Fix Version/s: 1.12.0 Resolution: Fixed > Add socket-level timeout properties for

[jira] [Commented] (NIFI-7586) Add socket-level timeout properties for CassandraSessionProvider

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

[jira] [Updated] (NIFI-7586) Add socket-level timeout properties for CassandraSessionProvider

2020-06-30 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-7586: -- Component/s: Extensions > Add socket-level timeout properties for CassandraSessionProvider >

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #821: MINIFICPP-1251 - Implement and test RetryFlowFile processor

2020-06-30 Thread GitBox
hunyadi-dev commented on a change in pull request #821: URL: https://github.com/apache/nifi-minifi-cpp/pull/821#discussion_r447732749 ## File path: extensions/standard-processors/processors/RetryFlowFile.cpp ## @@ -0,0 +1,212 @@ +/** + * + * Licensed to the Apache Software

[jira] [Created] (MINIFICPP-1278) Add Python processor tests to CI

2020-06-30 Thread Arpad Boda (Jira)
Arpad Boda created MINIFICPP-1278: - Summary: Add Python processor tests to CI Key: MINIFICPP-1278 URL: https://issues.apache.org/jira/browse/MINIFICPP-1278 Project: Apache NiFi MiNiFi C++

[GitHub] [nifi] tpalfy commented on pull request #4368: NIFI-7586 Add socket-level timeout properties for CassandraSessionProvider

2020-06-30 Thread GitBox
tpalfy commented on pull request #4368: URL: https://github.com/apache/nifi/pull/4368#issuecomment-651762708 @turcsanyip Thanks for finding this. It turns out there's been a bug in CassandraSessionProvider for a long time now. Not related to this change so I opened a new ticket and

[GitHub] [nifi] asfgit closed pull request #4368: NIFI-7586 Add socket-level timeout properties for CassandraSessionProvider

2020-06-30 Thread GitBox
asfgit closed pull request #4368: URL: https://github.com/apache/nifi/pull/4368 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] Wastack opened a new pull request #4371: NIFI-7589 Fix path value when unpacking tar

2020-06-30 Thread GitBox
Wastack opened a new pull request #4371: URL: https://github.com/apache/nifi/pull/4371 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR Fix for NIFI-7589 In order to streamline the

[jira] [Assigned] (NIFI-7591) Allow PutS3Object to post to AWS Snowball

2020-06-30 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi reassigned NIFI-7591: - Assignee: Peter Turcsanyi > Allow PutS3Object to post to AWS Snowball >

[GitHub] [nifi-minifi-cpp] szaszm commented on pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-06-30 Thread GitBox
szaszm commented on pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797#issuecomment-651769183 What was the failure that made d5a4bb4 necessary? I didn't see failures on travis, and I don't see how it changes behavior in a way that could fix a build failure.

[jira] [Assigned] (NIFI-7587) PeerSelectorTest.testGetAvailablePeerStatusShouldHandleMultiplePenalizedPeers is unstable

2020-06-30 Thread Andy LoPresto (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy LoPresto reassigned NIFI-7587: --- Assignee: Andy LoPresto >

[jira] [Created] (NIFI-7590) CassandraSessionProvider breaks after disable + re-enable

2020-06-30 Thread Tamas Palfy (Jira)
Tamas Palfy created NIFI-7590: - Summary: CassandraSessionProvider breaks after disable + re-enable Key: NIFI-7590 URL: https://issues.apache.org/jira/browse/NIFI-7590 Project: Apache NiFi Issue

[GitHub] [nifi] adamfisher commented on pull request #3317: NIFI-6047 Add DetectDuplicateRecord Processor

2020-06-30 Thread GitBox
adamfisher commented on pull request #3317: URL: https://github.com/apache/nifi/pull/3317#issuecomment-651851517 @MikeThomsen I tried following your steps for rebasing and I thought it all went ok but I seem to have a lot more commits now. Would you be able to advise? I'm not a git

[jira] [Updated] (NIFI-7587) PeerSelectorTest.testGetAvailablePeerStatusShouldHandleMultiplePenalizedPeers is unstable

2020-06-30 Thread Andy LoPresto (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy LoPresto updated NIFI-7587: Status: Patch Available (was: Open) >

[jira] [Updated] (NIFI-7587) PeerSelectorTest.testGetAvailablePeerStatusShouldHandleMultiplePenalizedPeers is unstable

2020-06-30 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-7587: --- Resolution: Fixed Status: Resolved (was: Patch Available) >

[jira] [Updated] (NIFI-7572) Add a ScriptedTransformRecord processor

2020-06-30 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-7572: - Status: Patch Available (was: Open) > Add a ScriptedTransformRecord processor >

[GitHub] [nifi] markap14 opened a new pull request #4375: NIFI-7493: When inferring schema for XML data, if we find a text elem…

2020-06-30 Thread GitBox
markap14 opened a new pull request #4375: URL: https://github.com/apache/nifi/pull/4375 …ent that also has attributes, infer it as a Record type, in order to match how the data will be read when using the XML Reader Thank you for submitting a contribution to Apache NiFi.

[jira] [Updated] (NIFI-7493) XML Schema Inference can infer a type of String when it should be Record

2020-06-30 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-7493: - Status: Patch Available (was: Open) > XML Schema Inference can infer a type of String when it should be

[jira] [Assigned] (NIFI-7592) Allow NiFi to be started without a GUI/REST interface

2020-06-30 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reassigned NIFI-7592: -- Assignee: Matt Burgess > Allow NiFi to be started without a GUI/REST interface >

[jira] [Created] (NIFI-7592) Allow NiFi to be started without a GUI/REST interface

2020-06-30 Thread Matt Burgess (Jira)
Matt Burgess created NIFI-7592: -- Summary: Allow NiFi to be started without a GUI/REST interface Key: NIFI-7592 URL: https://issues.apache.org/jira/browse/NIFI-7592 Project: Apache NiFi Issue

[jira] [Updated] (NIFI-7493) XML Schema Inference can infer a type of String when it should be Record

2020-06-30 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-7493: - Fix Version/s: 1.12.0 > XML Schema Inference can infer a type of String when it should be Record >

[jira] [Commented] (NIFI-7579) Create a GetS3Object Processor

2020-06-30 Thread ArpStorm1 (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17148915#comment-17148915 ] ArpStorm1 commented on NIFI-7579: - The problem with the List/Fetch pattern regarding S3 is the need to

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #827: MINIFICPP-1273 - Drain connections on flow shutdown

2020-06-30 Thread GitBox
szaszm commented on a change in pull request #827: URL: https://github.com/apache/nifi-minifi-cpp/pull/827#discussion_r447924329 ## File path: libminifi/src/core/ProcessGroup.cpp ## @@ -92,13 +92,12 @@ ProcessGroup::~ProcessGroup() { onScheduleTimer_->stop(); } -

[GitHub] [nifi] mattyb149 opened a new pull request #4376: NIFI-7592: Allow NiFi to be started without a GUI/REST interface

2020-06-30 Thread GitBox
mattyb149 opened a new pull request #4376: URL: https://github.com/apache/nifi/pull/4376 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR Refactors the framework code to move Web/UI-related

[jira] [Commented] (NIFI-7592) Allow NiFi to be started without a GUI/REST interface

2020-06-30 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17148927#comment-17148927 ] Matt Burgess commented on NIFI-7592: I propose to replace the need for a JettyServer (which is the

[jira] [Assigned] (NIFI-7590) CassandraSessionProvider breaks after disable + re-enable

2020-06-30 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi reassigned NIFI-7590: - Assignee: Tamas Palfy > CassandraSessionProvider breaks after disable + re-enable >

[GitHub] [nifi] asfgit closed pull request #4373: NIFI-7590 Fix CassandraSessionProvider breaking after disable + re-enable

2020-06-30 Thread GitBox
asfgit closed pull request #4373: URL: https://github.com/apache/nifi/pull/4373 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-7590) CassandraSessionProvider breaks after disable + re-enable

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

[jira] [Commented] (NIFI-7590) CassandraSessionProvider breaks after disable + re-enable

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

[jira] [Resolved] (NIFI-7590) CassandraSessionProvider breaks after disable + re-enable

2020-06-30 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi resolved NIFI-7590. --- Fix Version/s: 1.12.0 Resolution: Fixed > CassandraSessionProvider breaks after

[jira] [Updated] (NIFI-7590) CassandraSessionProvider breaks after disable + re-enable

2020-06-30 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-7590: -- Component/s: Extensions > CassandraSessionProvider breaks after disable + re-enable >

[jira] [Commented] (NIFI-2072) Support named captures in ExtractText

2020-06-30 Thread Otto Fowler (Jira)
[ https://issues.apache.org/jira/browse/NIFI-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17148956#comment-17148956 ] Otto Fowler commented on NIFI-2072: --- [~pvillard] Something like this? The restriction on the property

[jira] [Comment Edited] (NIFI-2072) Support named captures in ExtractText

2020-06-30 Thread Otto Fowler (Jira)
[ https://issues.apache.org/jira/browse/NIFI-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17148956#comment-17148956 ] Otto Fowler edited comment on NIFI-2072 at 6/30/20, 9:21 PM: - [~pvillard]

[jira] [Updated] (NIFI-7568) Ensure Kerberos mappings are applied correctly

2020-06-30 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-7568: --- Description: Kerberos mappings are not being applied consistently across user actions/JWT

[GitHub] [nifi] thenatog opened a new pull request #4377: NIFI-7568

2020-06-30 Thread GitBox
thenatog opened a new pull request #4377: URL: https://github.com/apache/nifi/pull/4377 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] [Updated] (NIFI-7568) Ensure Kerberos mappings are applied correctly

2020-06-30 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-7568: --- Summary: Ensure Kerberos mappings are applied correctly (was: Improve token based logout) > Ensure