[GitHub] [nifi] jfrazee commented on issue #4012: NIFI-7055 createListValidator should treat ", " as invalid

2020-02-05 Thread GitBox
jfrazee commented on issue #4012: NIFI-7055 createListValidator should treat "," as invalid URL: https://github.com/apache/nifi/pull/4012#issuecomment-582734346 I just wanted to confirm that you're leaving " , " (with spaces) to be handled inside the loop according to the the trim and

[GitHub] [nifi] ottobackwards commented on issue #4012: NIFI-7055 createListValidator should treat ", " as invalid

2020-02-05 Thread GitBox
ottobackwards commented on issue #4012: NIFI-7055 createListValidator should treat "," as invalid URL: https://github.com/apache/nifi/pull/4012#issuecomment-582725676 In other words, even if you had trim entries, and exclude empties, that is not honored in the case of ",", because that

[GitHub] [nifi] ottobackwards commented on issue #4012: NIFI-7055 createListValidator should treat ", " as invalid

2020-02-05 Thread GitBox
ottobackwards commented on issue #4012: NIFI-7055 createListValidator should treat "," as invalid URL: https://github.com/apache/nifi/pull/4012#issuecomment-582725361 No, @jfrazee, the issue is that "," will return valid, and never be passed to the empty validator, or any validator you

[jira] [Updated] (NIFI-7108) Upgrade com.puppycrawl.tools:checkstyle

2020-02-05 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-7108: - Fix Version/s: 1.12.0 Resolution: Fixed Status: Resolved (was: Patch Available)

[GitHub] [nifi] jfrazee commented on issue #4012: NIFI-7055 createListValidator should treat ", " as invalid

2020-02-05 Thread GitBox
jfrazee commented on issue #4012: NIFI-7055 createListValidator should treat "," as invalid URL: https://github.com/apache/nifi/pull/4012#issuecomment-582626469 @ottobackwards If I read the JIRA correctly " , " is supposed to stay valid for this PR, is that right? If that's the case then

[GitHub] [nifi] markap14 commented on a change in pull request #4023: NIFI-6873: Added support for replacing a process group via import

2020-02-05 Thread GitBox
markap14 commented on a change in pull request #4023: NIFI-6873: Added support for replacing a process group via import URL: https://github.com/apache/nifi/pull/4023#discussion_r374333221 ## File path:

[GitHub] [nifi] markap14 commented on a change in pull request #4023: NIFI-6873: Added support for replacing a process group via import

2020-02-05 Thread GitBox
markap14 commented on a change in pull request #4023: NIFI-6873: Added support for replacing a process group via import URL: https://github.com/apache/nifi/pull/4023#discussion_r374315483 ## File path:

[GitHub] [nifi] markap14 commented on a change in pull request #4023: NIFI-6873: Added support for replacing a process group via import

2020-02-05 Thread GitBox
markap14 commented on a change in pull request #4023: NIFI-6873: Added support for replacing a process group via import URL: https://github.com/apache/nifi/pull/4023#discussion_r374327039 ## File path:

[GitHub] [nifi] alopresto commented on issue #4040: NIFI-6927 Fixes SSL socket factory for ES on JDK9

2020-02-05 Thread GitBox
alopresto commented on issue #4040: NIFI-6927 Fixes SSL socket factory for ES on JDK9 URL: https://github.com/apache/nifi/pull/4040#issuecomment-582587652 Thanks for submitting this. Do we know why OkHttp can't just use the existing trust factory? At first glance, this looks like code

[jira] [Commented] (NIFI-7108) Upgrade com.puppycrawl.tools:checkstyle

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

[GitHub] [nifi] alopresto commented on issue #4041: NIFI-7108 - Upgrade com.puppycrawl.tools:checkstyle

2020-02-05 Thread GitBox
alopresto commented on issue #4041: NIFI-7108 - Upgrade com.puppycrawl.tools:checkstyle URL: https://github.com/apache/nifi/pull/4041#issuecomment-582564691 Verified the full build locally on Java 11. The Travis thing was a false positive. Merging.

[GitHub] [nifi] alopresto merged pull request #4041: NIFI-7108 - Upgrade com.puppycrawl.tools:checkstyle

2020-02-05 Thread GitBox
alopresto merged pull request #4041: NIFI-7108 - Upgrade com.puppycrawl.tools:checkstyle URL: https://github.com/apache/nifi/pull/4041 This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (NIFI-6958) Disabled State in Registry (in Sub PG) breaks Flow Update on Nifi Side

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

[jira] [Updated] (NIFI-6958) Disabled State in Registry (in Sub PG) breaks Flow Update on Nifi Side

2020-02-05 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-6958: - Fix Version/s: 1.12.0 Resolution: Fixed Status: Resolved (was: Patch Available) >

[GitHub] [nifi] markap14 merged pull request #4042: NIFI-6958: Fixing issue enabling/disabling processors in sub groups when changing versions

2020-02-05 Thread GitBox
markap14 merged pull request #4042: NIFI-6958: Fixing issue enabling/disabling processors in sub groups when changing versions URL: https://github.com/apache/nifi/pull/4042 This is an automated message from the Apache Git

[GitHub] [nifi] markap14 commented on issue #4042: NIFI-6958: Fixing issue enabling/disabling processors in sub groups when changing versions

2020-02-05 Thread GitBox
markap14 commented on issue #4042: NIFI-6958: Fixing issue enabling/disabling processors in sub groups when changing versions URL: https://github.com/apache/nifi/pull/4042#issuecomment-582554929 Thanks for fixing this @mcgilman! Code looks correct. Tested and verified behavior before and

[GitHub] [nifi] alopresto commented on issue #4041: NIFI-7108 - Upgrade com.puppycrawl.tools:checkstyle

2020-02-05 Thread GitBox
alopresto commented on issue #4041: NIFI-7108 - Upgrade com.puppycrawl.tools:checkstyle URL: https://github.com/apache/nifi/pull/4041#issuecomment-582544692 Building locally on Java 11 to verify. This is an automated

[GitHub] [nifi] alopresto commented on issue #4041: NIFI-7108 - Upgrade com.puppycrawl.tools:checkstyle

2020-02-05 Thread GitBox
alopresto commented on issue #4041: NIFI-7108 - Upgrade com.puppycrawl.tools:checkstyle URL: https://github.com/apache/nifi/pull/4041#issuecomment-582543888 Thanks Pierre. Looks good to me. +1, merging. This is an automated

[jira] [Updated] (NIFI-6958) Disabled State in Registry (in Sub PG) breaks Flow Update on Nifi Side

2020-02-05 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-6958: -- Affects Version/s: 1.11.0 1.11.1 Status: Patch Available (was: In

[GitHub] [nifi] mcgilman opened a new pull request #4042: NIFI-6958: Fixing issue enabling/disabling processors in sub groups when changing versions

2020-02-05 Thread GitBox
mcgilman opened a new pull request #4042: NIFI-6958: Fixing issue enabling/disabling processors in sub groups when changing versions URL: https://github.com/apache/nifi/pull/4042 NIFI-6958: - Addressing issue causing errors preventing version changes when there is a processor to enable

[jira] [Assigned] (NIFI-6958) Disabled State in Registry (in Sub PG) breaks Flow Update on Nifi Side

2020-02-05 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman reassigned NIFI-6958: - Assignee: Matt Gilman > Disabled State in Registry (in Sub PG) breaks Flow Update on Nifi Side >

[jira] [Updated] (NIFI-7108) Upgrade com.puppycrawl.tools:checkstyle

2020-02-05 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-7108: - Status: Patch Available (was: Open) > Upgrade com.puppycrawl.tools:checkstyle >

[GitHub] [nifi] pvillard31 opened a new pull request #4041: NIFI-7108 - Upgrade com.puppycrawl.tools:checkstyle

2020-02-05 Thread GitBox
pvillard31 opened a new pull request #4041: NIFI-7108 - Upgrade com.puppycrawl.tools:checkstyle URL: https://github.com/apache/nifi/pull/4041 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR

[jira] [Created] (NIFI-7108) Upgrade com.puppycrawl.tools:checkstyle

2020-02-05 Thread Pierre Villard (Jira)
Pierre Villard created NIFI-7108: Summary: Upgrade com.puppycrawl.tools:checkstyle Key: NIFI-7108 URL: https://issues.apache.org/jira/browse/NIFI-7108 Project: Apache NiFi Issue Type:

[jira] [Resolved] (MINIFICPP-1135) Add a watchdog to schedulingAgent to warn in case of long-lasting onTrigger calls

2020-02-05 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1135. --- Resolution: Fixed > Add a watchdog to schedulingAgent to warn in case of long-lasting

[jira] [Resolved] (MINIFICPP-1128) MiNiFi Installation configuration

2020-02-05 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1128. --- Fix Version/s: 0.8.0 Resolution: Fixed > MiNiFi Installation configuration >

[jira] [Resolved] (MINIFICPP-1127) Provenance repo performance should be improved

2020-02-05 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1127. --- Resolution: Fixed > Provenance repo performance should be improved >

[jira] [Resolved] (MINIFICPP-1126) Reduce sawtooth in memory usage of rocksdb flowfile repo

2020-02-05 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda resolved MINIFICPP-1126. --- Resolution: Fixed > Reduce sawtooth in memory usage of rocksdb flowfile repo >

[jira] [Assigned] (MINIFICPP-1129) Clean up repo size property of repositories

2020-02-05 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpad Boda reassigned MINIFICPP-1129: - Assignee: Arpad Boda > Clean up repo size property of repositories >

[jira] [Resolved] (MINIFICPP-1088) Verify MINIFI_HOME behaviour on all platforms

2020-02-05 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dániel Bakai resolved MINIFICPP-1088. - Fix Version/s: 0.8.0 Resolution: Fixed > Verify MINIFI_HOME behaviour on all

[jira] [Updated] (MINIFICPP-1146) PublishKafka is broken on macOS

2020-02-05 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dániel Bakai updated MINIFICPP-1146: Resolution: Fixed Status: Resolved (was: Patch Available) > PublishKafka is

[GitHub] [nifi-minifi-cpp] nghiaxlee commented on a change in pull request #710: MINIFICPP - 1110, 1111 - PublishKafka, OPC processors should config and

2020-02-05 Thread GitBox
nghiaxlee commented on a change in pull request #710: MINIFICPP - 1110, - PublishKafka, OPC processors should config and URL: https://github.com/apache/nifi-minifi-cpp/pull/710#discussion_r375325208 ## File path: extensions/librdkafka/PublishKafka.cpp ## @@ -187,81

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #710: MINIFICPP - 1110, 1111 - PublishKafka, OPC processors should config and

2020-02-05 Thread GitBox
arpadboda commented on a change in pull request #710: MINIFICPP - 1110, - PublishKafka, OPC processors should config and URL: https://github.com/apache/nifi-minifi-cpp/pull/710#discussion_r375295861 ## File path: extensions/standard-processors/processors/LogAttribute.cpp

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #725: MINIFICPP-1146 - Fix PublishKafka on macOS

2020-02-05 Thread GitBox
arpadboda closed pull request #725: MINIFICPP-1146 - Fix PublishKafka on macOS URL: https://github.com/apache/nifi-minifi-cpp/pull/725 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nifi] woutifier-t commented on a change in pull request #3977: NIFI-7007 Add update functionality to the PutCassandraRecord processor.

2020-02-05 Thread GitBox
woutifier-t commented on a change in pull request #3977: NIFI-7007 Add update functionality to the PutCassandraRecord processor. URL: https://github.com/apache/nifi/pull/3977#discussion_r375287946 ## File path:

[GitHub] [nifi] woutifier-t commented on a change in pull request #3977: NIFI-7007 Add update functionality to the PutCassandraRecord processor.

2020-02-05 Thread GitBox
woutifier-t commented on a change in pull request #3977: NIFI-7007 Add update functionality to the PutCassandraRecord processor. URL: https://github.com/apache/nifi/pull/3977#discussion_r375287529 ## File path:

[GitHub] [nifi] woutifier-t commented on a change in pull request #3977: NIFI-7007 Add update functionality to the PutCassandraRecord processor.

2020-02-05 Thread GitBox
woutifier-t commented on a change in pull request #3977: NIFI-7007 Add update functionality to the PutCassandraRecord processor. URL: https://github.com/apache/nifi/pull/3977#discussion_r375287233 ## File path:

[GitHub] [nifi-registry] mcgilman commented on issue #256: NIFIREG-356 Fixing additional classpath resources for Authorizers and…

2020-02-05 Thread GitBox
mcgilman commented on issue #256: NIFIREG-356 Fixing additional classpath resources for Authorizers and… URL: https://github.com/apache/nifi-registry/pull/256#issuecomment-582431896 Will review... This is an automated

[jira] [Updated] (NIFI-7067) Allow a user and group with the same name/identity to exist

2020-02-05 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-7067: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Allow a user and group with the

[GitHub] [nifi] mcgilman commented on issue #4019: NIFI-7067 Allow a user and group with the same name/identity to exist

2020-02-05 Thread GitBox
mcgilman commented on issue #4019: NIFI-7067 Allow a user and group with the same name/identity to exist URL: https://github.com/apache/nifi/pull/4019#issuecomment-582429935 Looks good to me too. Thanks for the PR @bbende! Thanks for the review @kevdoran! This has been merged to master.

[GitHub] [nifi] asfgit closed pull request #4019: NIFI-7067 Allow a user and group with the same name/identity to exist

2020-02-05 Thread GitBox
asfgit closed pull request #4019: NIFI-7067 Allow a user and group with the same name/identity to exist URL: https://github.com/apache/nifi/pull/4019 This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (NIFI-7067) Allow a user and group with the same name/identity to exist

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

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #723: MINIFICPP-1140 - Fix VolatileFlowFileRepository

2020-02-05 Thread GitBox
arpadboda closed pull request #723: MINIFICPP-1140 - Fix VolatileFlowFileRepository URL: https://github.com/apache/nifi-minifi-cpp/pull/723 This is an automated message from the Apache Git Service. To respond to the

[jira] [Updated] (MINIFICPP-1140) VolatileFlowFileRepository is broken

2020-02-05 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dániel Bakai updated MINIFICPP-1140: Resolution: Fixed Status: Resolved (was: Patch Available) >

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
arpadboda closed pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716 This is an automated message from the Apache Git Service. To

[jira] [Updated] (MINIFICPP-1146) PublishKafka is broken on macOS

2020-02-05 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dániel Bakai updated MINIFICPP-1146: Status: Patch Available (was: In Progress) > PublishKafka is broken on macOS >

[jira] [Updated] (MINIFICPP-1140) VolatileFlowFileRepository is broken

2020-02-05 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dániel Bakai updated MINIFICPP-1140: Status: Patch Available (was: In Progress) > VolatileFlowFileRepository is broken >

[GitHub] [nifi-minifi-cpp] bakaid opened a new pull request #725: MINIFICPP-1146 - Fix PublishKafka on macOS

2020-02-05 Thread GitBox
bakaid opened a new pull request #725: MINIFICPP-1146 - Fix PublishKafka on macOS URL: https://github.com/apache/nifi-minifi-cpp/pull/725 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r375235671 ## File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp ##

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r375235671 ## File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp ##

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r375229974 ## File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp ##

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r375230020 ## File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp ##

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r375228737 ## File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp ##

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r375228737 ## File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp ##

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
szaszm commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r375217100 ## File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp ##

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
szaszm commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r375217100 ## File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp ##

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
szaszm commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r375226770 ## File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp ##

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
szaszm commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r375219496 ## File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp ##

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
szaszm commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r375222314 ## File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp ##

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r375216809 ## File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp ##

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
arpadboda commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r375216482 ## File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp ##

[jira] [Commented] (MINIFICPP-1145) Create a common RocksdbRepository baseclass

2020-02-05 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17030597#comment-17030597 ] Marton Szasz commented on MINIFICPP-1145: - I'm more in favor of reusing code through

[GitHub] [nifi-minifi-cpp] bakaid commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
bakaid commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r375190678 ## File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp ##

[GitHub] [nifi-minifi-cpp] bakaid commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved

2020-02-05 Thread GitBox
bakaid commented on a change in pull request #716: MINIFICPP-1127 - Provenance repo performance should be improved URL: https://github.com/apache/nifi-minifi-cpp/pull/716#discussion_r375190251 ## File path: libminifi/test/rocksdb-tests/DBProvenanceRepositoryTests.cpp ##

[GitHub] [nifi-minifi-cpp] bakaid commented on a change in pull request #723: MINIFICPP-1140 - Fix VolatileFlowFileRepository

2020-02-05 Thread GitBox
bakaid commented on a change in pull request #723: MINIFICPP-1140 - Fix VolatileFlowFileRepository URL: https://github.com/apache/nifi-minifi-cpp/pull/723#discussion_r375185386 ## File path: libminifi/include/core/repository/VolatileRepository.h ## @@ -280,6 +290,19 @@

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #723: MINIFICPP-1140 - Fix VolatileFlowFileRepository

2020-02-05 Thread GitBox
arpadboda commented on a change in pull request #723: MINIFICPP-1140 - Fix VolatileFlowFileRepository URL: https://github.com/apache/nifi-minifi-cpp/pull/723#discussion_r375184632 ## File path: libminifi/include/core/repository/VolatileRepository.h ## @@ -280,6 +290,19 @@

[GitHub] [nifi-minifi-cpp] bakaid commented on a change in pull request #723: MINIFICPP-1140 - Fix VolatileFlowFileRepository

2020-02-05 Thread GitBox
bakaid commented on a change in pull request #723: MINIFICPP-1140 - Fix VolatileFlowFileRepository URL: https://github.com/apache/nifi-minifi-cpp/pull/723#discussion_r375180067 ## File path: libminifi/include/core/repository/VolatileRepository.h ## @@ -280,6 +290,19 @@

[GitHub] [nifi] tpalfy commented on a change in pull request #3977: NIFI-7007 Add update functionality to the PutCassandraRecord processor.

2020-02-05 Thread GitBox
tpalfy commented on a change in pull request #3977: NIFI-7007 Add update functionality to the PutCassandraRecord processor. URL: https://github.com/apache/nifi/pull/3977#discussion_r375168357 ## File path:

[GitHub] [nifi] tpalfy commented on a change in pull request #3977: NIFI-7007 Add update functionality to the PutCassandraRecord processor.

2020-02-05 Thread GitBox
tpalfy commented on a change in pull request #3977: NIFI-7007 Add update functionality to the PutCassandraRecord processor. URL: https://github.com/apache/nifi/pull/3977#discussion_r375170038 ## File path:

[jira] [Created] (NIFI-7107) Connection to couchbase using LDAP users

2020-02-05 Thread Jira
Jérôme O'Keeffe created NIFI-7107: - Summary: Connection to couchbase using LDAP users Key: NIFI-7107 URL: https://issues.apache.org/jira/browse/NIFI-7107 Project: Apache NiFi Issue Type: Bug

[GitHub] [nifi] CZuegner commented on issue #4037: NIFI-7101: PivotDatabaseRecordLookupService: add new lookup service which pivot a key/value table

2020-02-05 Thread GitBox
CZuegner commented on issue #4037: NIFI-7101: PivotDatabaseRecordLookupService: add new lookup service which pivot a key/value table URL: https://github.com/apache/nifi/pull/4037#issuecomment-582306443 This pull-request depends on PR NIFI-7099. If NIFI-7099 is merge I will update this PR.