[GitHub] [nifi-registry] andrewmlim edited a comment on issue #174: NIFIREG-256 Updating manage buckets page

2019-04-25 Thread GitBox
andrewmlim edited a comment on issue #174: NIFIREG-256 Updating manage buckets page URL: https://github.com/apache/nifi-registry/pull/174#issuecomment-486844163 Reviewed from a UI/UX perspective.

[GitHub] [nifi] arenger commented on issue #3455: NIFI-5900 Add SelectJson processor

2019-04-25 Thread GitBox
arenger commented on issue #3455: NIFI-5900 Add SelectJson processor URL: https://github.com/apache/nifi/pull/3455#issuecomment-486866895 Note that this PR is closely related to #3414. I don't intend for both PRs to be accepted. They are two different approaches to solve the same

[jira] [Commented] (NIFI-5900) Add Streaming JsonPath Record Reader

2019-04-25 Thread Alex Renger (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826518#comment-16826518 ] Alex Renger commented on NIFI-5900: --- Alternate approach: https://github.com/apache/nifi/pull/3455 > Add

[GitHub] [nifi] arenger commented on issue #3455: NIFI-5900 Add SelectJson processor

2019-04-25 Thread GitBox
arenger commented on issue #3455: NIFI-5900 Add SelectJson processor URL: https://github.com/apache/nifi/pull/3455#issuecomment-486864645 @ottobackwards This approach (`SelectJson`) is simpler than my original approach (`SplitLargeJson` -- #3414 ) and provides the same system resource

[GitHub] [nifi] arenger opened a new pull request #3455: NIFI-5900 Add SelectJson processor

2019-04-25 Thread GitBox
arenger opened a new pull request #3455: NIFI-5900 Add SelectJson processor URL: https://github.com/apache/nifi/pull/3455 ### Overview The goal of this PR is to further fortify NiFi when working with large JSON files. As noted in the [NiFi

[GitHub] [nifi-registry] andrewmlim commented on issue #174: NIFIREG-256 Updating manage buckets page

2019-04-25 Thread GitBox
andrewmlim commented on issue #174: NIFIREG-256 Updating manage buckets page URL: https://github.com/apache/nifi-registry/pull/174#issuecomment-486844163 Reviewed from a UI/UX perspective.

[GitHub] [nifi-minifi-cpp] bakaid commented on issue #544: MINIFICPP-817 - Update cxxopts version to 2.1.2

2019-04-25 Thread GitBox
bakaid commented on issue #544: MINIFICPP-817 - Update cxxopts version to 2.1.2 URL: https://github.com/apache/nifi-minifi-cpp/pull/544#issuecomment-486816853 I agree, just wanted to make sure it's ok to modify the third party this way. Removed the tests and rebased onto fresh master.

[GitHub] [nifi-minifi-cpp] phrocker commented on issue #544: MINIFICPP-817 - Update cxxopts version to 2.1.2

2019-04-25 Thread GitBox
phrocker commented on issue #544: MINIFICPP-817 - Update cxxopts version to 2.1.2 URL: https://github.com/apache/nifi-minifi-cpp/pull/544#issuecomment-486813623 It is a policy amongst third party to eliminate tests even if they are turned off. It reduces the size of the download and

[jira] [Updated] (NIFI-6244) Allow GenerateTableFetch to partition without a max-value column

2019-04-25 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-6244: --- Status: Patch Available (was: In Progress) > Allow GenerateTableFetch to partition without a

[GitHub] [nifi] mattyb149 opened a new pull request #3454: NIFI-6244: Provide default ORDER BY clause in MSSQL adapters

2019-04-25 Thread GitBox
mattyb149 opened a new pull request #3454: NIFI-6244: Provide default ORDER BY clause in MSSQL adapters URL: https://github.com/apache/nifi/pull/3454 Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure

[jira] [Commented] (NIFI-6244) Allow GenerateTableFetch to partition without a max-value column

2019-04-25 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826401#comment-16826401 ] Matt Burgess commented on NIFI-6244: I tested Derby, Postgres, Oracle 11 & 12, MySQL, MSSQL 2017, and

[jira] [Assigned] (NIFI-6244) Allow GenerateTableFetch to partition without a max-value column

2019-04-25 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reassigned NIFI-6244: -- Assignee: Matt Burgess > Allow GenerateTableFetch to partition without a max-value column >

[GitHub] [nifi] thenatog commented on issue #3416: NIFI-6178: Implemented capability to add IP SANs to certs

2019-04-25 Thread GitBox
thenatog commented on issue #3416: NIFI-6178: Implemented capability to add IP SANs to certs URL: https://github.com/apache/nifi/pull/3416#issuecomment-486806598 +1 looks good to me This is an automated message from the

[GitHub] [nifi] aeaversa commented on issue #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor…

2019-04-25 Thread GitBox
aeaversa commented on issue #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor… URL: https://github.com/apache/nifi/pull/3281#issuecomment-486804842 > Tested the UI/UX and everything looks good - functionally works and intuitive. Also did some simple tests in a

[GitHub] [nifi] aeaversa commented on issue #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor…

2019-04-25 Thread GitBox
aeaversa commented on issue #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor… URL: https://github.com/apache/nifi/pull/3281#issuecomment-486804069 @mcgilman - All requested changes have been pushed out to the branch. Take a test drive and let me know if there

[GitHub] [nifi] aeaversa commented on a change in pull request #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor…

2019-04-25 Thread GitBox
aeaversa commented on a change in pull request #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor… URL: https://github.com/apache/nifi/pull/3281#discussion_r278694475 ## File path:

[GitHub] [nifi] aeaversa commented on a change in pull request #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor…

2019-04-25 Thread GitBox
aeaversa commented on a change in pull request #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor… URL: https://github.com/apache/nifi/pull/3281#discussion_r278694447 ## File path:

[GitHub] [nifi] aeaversa commented on a change in pull request #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor…

2019-04-25 Thread GitBox
aeaversa commented on a change in pull request #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor… URL: https://github.com/apache/nifi/pull/3281#discussion_r278694514 ## File path:

[GitHub] [nifi] aeaversa commented on a change in pull request #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor…

2019-04-25 Thread GitBox
aeaversa commented on a change in pull request #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor… URL: https://github.com/apache/nifi/pull/3281#discussion_r278694332 ## File path:

[GitHub] [nifi] aeaversa commented on a change in pull request #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor…

2019-04-25 Thread GitBox
aeaversa commented on a change in pull request #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor… URL: https://github.com/apache/nifi/pull/3281#discussion_r278694075 ## File path:

[GitHub] [nifi] aeaversa commented on a change in pull request #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor…

2019-04-25 Thread GitBox
aeaversa commented on a change in pull request #3281: NIFI-5986 Adding "Stop & Configure" button functionality to Processor… URL: https://github.com/apache/nifi/pull/3281#discussion_r278693906 ## File path:

[jira] [Created] (NIFI-6244) Allow GenerateTableFetch to partition without a max-value column

2019-04-25 Thread Matt Burgess (JIRA)
Matt Burgess created NIFI-6244: -- Summary: Allow GenerateTableFetch to partition without a max-value column Key: NIFI-6244 URL: https://issues.apache.org/jira/browse/NIFI-6244 Project: Apache NiFi

[jira] [Resolved] (MINIFICPP-823) Change Build versions to 0.7.0

2019-04-25 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri resolved MINIFICPP-823. --- Resolution: Fixed Fix Version/s: 0.7.0 > Change Build versions to 0.7.0 >

[GitHub] [nifi-minifi-cpp] asfgit closed pull request #545: MINIFICPP-823: Change version numbers

2019-04-25 Thread GitBox
asfgit closed pull request #545: MINIFICPP-823: Change version numbers URL: https://github.com/apache/nifi-minifi-cpp/pull/545 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [nifi-minifi-cpp] phrocker opened a new pull request #545: MINIFICPP-823: Change version numbers

2019-04-25 Thread GitBox
phrocker opened a new pull request #545: MINIFICPP-823: Change version numbers URL: https://github.com/apache/nifi-minifi-cpp/pull/545 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

[jira] [Updated] (NIFI-6229) support GraalVM

2019-04-25 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-6229: --- Priority: Minor (was: Critical) > support GraalVM > --- > > Key:

[jira] [Commented] (NIFI-6241) ConvertRecord Schema Inference fails to infer complete schema, or simply fails

2019-04-25 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826255#comment-16826255 ] Matt Burgess commented on NIFI-6241: I believe the need for a root tag is because the record-based

[GitHub] [nifi] alopresto commented on issue #3453: NIFI-4573 Catch exceptions during flow content migration.

2019-04-25 Thread GitBox
alopresto commented on issue #3453: NIFI-4573 Catch exceptions during flow content migration. URL: https://github.com/apache/nifi/pull/3453#issuecomment-486751251 Troy, I started a PR so I could provide the requested feedback. Will review.

[GitHub] [nifi] alopresto opened a new pull request #3453: NIFI-4573 Catch exceptions during flow content migration.

2019-04-25 Thread GitBox
alopresto opened a new pull request #3453: NIFI-4573 Catch exceptions during flow content migration. URL: https://github.com/apache/nifi/pull/3453 Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure

[GitHub] [nifi-registry] kevdoran merged pull request #175: NIFIREG-244 Updated Admin Guide documentation

2019-04-25 Thread GitBox
kevdoran merged pull request #175: NIFIREG-244 Updated Admin Guide documentation URL: https://github.com/apache/nifi-registry/pull/175 This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Resolved] (NIFIREG-251) Track names of external controller service references for resolution on import

2019-04-25 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFIREG-251. - Resolution: Fixed > Track names of external controller service references for resolution on

[GitHub] [nifi-registry] kevdoran merged pull request #173: NIFIREG-251 Update data model to allow tracking of external controlle…

2019-04-25 Thread GitBox
kevdoran merged pull request #173: NIFIREG-251 Update data model to allow tracking of external controlle… URL: https://github.com/apache/nifi-registry/pull/173 This is an automated message from the Apache Git Service. To

[GitHub] [nifi-minifi-cpp] bakaid commented on issue #544: MINIFICPP-817 - Update cxxopts version to 2.1.2

2019-04-25 Thread GitBox
bakaid commented on issue #544: MINIFICPP-817 - Update cxxopts version to 2.1.2 URL: https://github.com/apache/nifi-minifi-cpp/pull/544#issuecomment-486742913 Sure, but then the original CMakeLists.txt has to be modified so that it wont't try to add the test directory as a subdirectory.

[jira] [Commented] (NIFI-5080) Could not find content for StandardContentClaim

2019-04-25 Thread Hans Deragon (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826194#comment-16826194 ] Hans Deragon commented on NIFI-5080: I get _Could not find content for StandardContentClaim_ with

[GitHub] [nifi-minifi-cpp] phrocker commented on issue #544: MINIFICPP-817 - Update cxxopts version to 2.1.2

2019-04-25 Thread GitBox
phrocker commented on issue #544: MINIFICPP-817 - Update cxxopts version to 2.1.2 URL: https://github.com/apache/nifi-minifi-cpp/pull/544#issuecomment-486729190 Can cxxopts/*test* be removed? This is an automated message

[GitHub] [nifi-registry] bbende commented on issue #173: NIFIREG-251 Update data model to allow tracking of external controlle…

2019-04-25 Thread GitBox
bbende commented on issue #173: NIFIREG-251 Update data model to allow tracking of external controlle… URL: https://github.com/apache/nifi-registry/pull/173#issuecomment-486724446 We definitely could, but not sure if we have to. It may depend on how we want to use this on NiFi side...

[GitHub] [nifi-minifi-cpp] bakaid commented on issue #544: MINIFICPP-817 - Update cxxopts version to 2.1.2

2019-04-25 Thread GitBox
bakaid commented on issue #544: MINIFICPP-817 - Update cxxopts version to 2.1.2 URL: https://github.com/apache/nifi-minifi-cpp/pull/544#issuecomment-486714930 cxxopts is used by minificontroller and extensions/bootstrap/btrsp. Both have been tested manually with the updated version.

[GitHub] [nifi-minifi-cpp] bakaid opened a new pull request #544: MINIFICPP-817 - Update cxxopts version to 2.1.2

2019-04-25 Thread GitBox
bakaid opened a new pull request #544: MINIFICPP-817 - Update cxxopts version to 2.1.2 URL: https://github.com/apache/nifi-minifi-cpp/pull/544 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to

[jira] [Commented] (MINIFICPP-824) MacOS build uses RocksDB from brew, if installed, causing segfaults

2019-04-25 Thread Daniel Bakai (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826136#comment-16826136 ] Daniel Bakai commented on MINIFICPP-824: For this specific case

[jira] [Created] (NIFI-6243) Add AtomicDistributedMapCacheClient Support to HBase 2.x Client

2019-04-25 Thread Shawn Weeks (JIRA)
Shawn Weeks created NIFI-6243: - Summary: Add AtomicDistributedMapCacheClient Support to HBase 2.x Client Key: NIFI-6243 URL: https://issues.apache.org/jira/browse/NIFI-6243 Project: Apache NiFi

[jira] [Reopened] (NIFIREG-244) Add documentation to admin guide for extenstion bundle persistence provider

2019-04-25 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende reopened NIFIREG-244: - Re-opening to make a few more updates to the admin guide > Add documentation to admin guide for

[GitHub] [nifi-registry] bbende opened a new pull request #175: NIFIREG-244 Updated Admin Guide documentation

2019-04-25 Thread GitBox
bbende opened a new pull request #175: NIFIREG-244 Updated Admin Guide documentation URL: https://github.com/apache/nifi-registry/pull/175 - Added section describing Metadata Database and options for H2 and Postgres - Added section describing backup & recovery options

[jira] [Updated] (NIFI-6241) ConvertRecord Schema Inference fails to infer complete schema, or simply fails

2019-04-25 Thread David Sargrad (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Sargrad updated NIFI-6241: Summary: ConvertRecord Schema Inference fails to infer complete schema, or simply fails (was:

[jira] [Commented] (NIFI-6241) ConvertRecord Schema Inference fails to infer complete schema

2019-04-25 Thread David Sargrad (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826071#comment-16826071 ] David Sargrad commented on NIFI-6241: - Even the examples from the XMLReader "Additional Details" give

[jira] [Updated] (NIFI-6241) ConvertRecord Schema Inference fails to infer complete schema

2019-04-25 Thread David Sargrad (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Sargrad updated NIFI-6241: Attachment: image-2019-04-25-09-30-08-297.png > ConvertRecord Schema Inference fails to infer

[jira] [Comment Edited] (NIFI-6241) ConvertRecord Schema Inference fails to infer complete schema

2019-04-25 Thread David Sargrad (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826054#comment-16826054 ] David Sargrad edited comment on NIFI-6241 at 4/25/19 1:19 PM: -- Seems like

[jira] [Comment Edited] (MINIFICPP-824) MacOS build uses RocksDB from brew, if installed, causing segfaults

2019-04-25 Thread Daniel Bakai (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826053#comment-16826053 ] Daniel Bakai edited comment on MINIFICPP-824 at 4/25/19 1:19 PM: -

[jira] [Commented] (NIFI-6241) ConvertRecord Schema Inference fails to infer complete schema

2019-04-25 Thread David Sargrad (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826054#comment-16826054 ] David Sargrad commented on NIFI-6241: - Seems like there are some serious limitations to the inference

[jira] [Comment Edited] (MINIFICPP-824) MacOS build uses RocksDB from brew, if installed, causing segfaults

2019-04-25 Thread Daniel Bakai (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826053#comment-16826053 ] Daniel Bakai edited comment on MINIFICPP-824 at 4/25/19 1:15 PM: -

[jira] [Commented] (MINIFICPP-824) MacOS build uses RocksDB from brew, if installed, causing segfaults

2019-04-25 Thread Daniel Bakai (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826053#comment-16826053 ] Daniel Bakai commented on MINIFICPP-824: extensions/rockdb-repos uses rocksdb. It either sets

[jira] [Updated] (NIFI-6241) ConvertRecord Schema Inference fails to infer complete schema

2019-04-25 Thread David Sargrad (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Sargrad updated NIFI-6241: Attachment: image-2019-04-25-09-13-52-416.png > ConvertRecord Schema Inference fails to infer

[jira] [Updated] (NIFI-6241) ConvertRecord Schema Inference fails to infer complete schema

2019-04-25 Thread David Sargrad (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-6241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Sargrad updated NIFI-6241: Description: I've got a simple test flow as depicted below:    

[jira] [Updated] (MINIFICPP-814) Add more ListenHTTP tests

2019-04-25 Thread Mr TheSegfault (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mr TheSegfault updated MINIFICPP-814: - Fix Version/s: 0.7.0 > Add more ListenHTTP tests > - > >

[jira] [Comment Edited] (MINIFICPP-824) MacOS build uses RocksDB from brew, if installed, causing segfaults

2019-04-25 Thread Mr TheSegfault (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16825957#comment-16825957 ] Mr TheSegfault edited comment on MINIFICPP-824 at 4/25/19 11:00 AM:

[jira] [Updated] (MINIFICPP-825) OSX Static builds no longer work

2019-04-25 Thread Mr TheSegfault (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mr TheSegfault updated MINIFICPP-825: - Environment: OSX > OSX Static builds no longer work >

[jira] [Updated] (MINIFICPP-825) OSX Static builds no longer work

2019-04-25 Thread Mr TheSegfault (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mr TheSegfault updated MINIFICPP-825: - Description: Error seems to be related to libcurl ( downloaded curll ) with missing

[jira] [Created] (MINIFICPP-825) OSX Static builds no longer work

2019-04-25 Thread Mr TheSegfault (JIRA)
Mr TheSegfault created MINIFICPP-825: Summary: OSX Static builds no longer work Key: MINIFICPP-825 URL: https://issues.apache.org/jira/browse/MINIFICPP-825 Project: Apache NiFi MiNiFi C++

[jira] [Commented] (MINIFICPP-824) MacOS build uses RocksDB from brew, if installed, causing segfaults

2019-04-25 Thread Mr TheSegfault (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16825957#comment-16825957 ] Mr TheSegfault commented on MINIFICPP-824: -- Are we properly setting the root dir when calling

[jira] [Assigned] (MINIFICPP-824) MacOS build uses RocksDB from brew, if installed, causing segfaults

2019-04-25 Thread Daniel Bakai (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Bakai reassigned MINIFICPP-824: -- Assignee: Daniel Bakai > MacOS build uses RocksDB from brew, if installed, causing

[jira] [Updated] (MINIFICPP-824) MacOS build uses RocksDB from brew, if installed, causing segfaults

2019-04-25 Thread Daniel Bakai (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Bakai updated MINIFICPP-824: --- Description: If RocksDB is installed from brew, libminifi/test/rocksdb-tests/RepoTests

[jira] [Updated] (MINIFICPP-824) MacOS build uses RocksDB from brew, if installed, causing segfaults

2019-04-25 Thread Daniel Bakai (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Bakai updated MINIFICPP-824: --- Description: If RocksDB is installed from brew, libminifi/test/rocksdb-tests/RepoTests

[jira] [Created] (MINIFICPP-824) MacOS build uses RocksDB from brew, if installed, causing segfaults

2019-04-25 Thread Daniel Bakai (JIRA)
Daniel Bakai created MINIFICPP-824: -- Summary: MacOS build uses RocksDB from brew, if installed, causing segfaults Key: MINIFICPP-824 URL: https://issues.apache.org/jira/browse/MINIFICPP-824 Project: