[PR] Bump ip from 1.1.8 to 1.1.9 in /nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main [nifi]

2024-02-21 Thread via GitHub
dependabot[bot] opened a new pull request, #8444: URL: https://github.com/apache/nifi/pull/8444 Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits https://github.com/indutny/node-ip/commit/1ecbf2fd8c0cc85e44c3b587d2de641f50dc0217;>1ecbf2f 1.1.9

[jira] [Commented] (NIFI-4385) Adjust the QueryDatabaseTable processor for handling big tables.

2024-02-21 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819430#comment-17819430 ] Matt Burgess commented on NIFI-4385: I'm ok with changing the Fetch Size defaults but 0 leaves it up

Re: [PR] NIFI-12832: Eliminated unnecessary dependencies from nifi-mock; moved… [nifi]

2024-02-21 Thread via GitHub
markap14 commented on code in PR #8442: URL: https://github.com/apache/nifi/pull/8442#discussion_r1498393202 ## nifi-api/src/main/java/org/apache/nifi/processor/util/StandardValidators.java: ## @@ -540,9 +540,9 @@ public ValidationResult validate(final String subject, final

Re: [PR] NIFI-12832: Eliminated unnecessary dependencies from nifi-mock; moved… [nifi]

2024-02-21 Thread via GitHub
markap14 commented on code in PR #8442: URL: https://github.com/apache/nifi/pull/8442#discussion_r1498391143 ## nifi-api/src/main/java/org/apache/nifi/processor/util/StandardValidators.java: ## @@ -843,7 +843,7 @@ public ValidationResult validate(final String subject, final

Re: [PR] NIFI-12832: Eliminated unnecessary dependencies from nifi-mock; moved… [nifi]

2024-02-21 Thread via GitHub
dan-s1 commented on code in PR #8442: URL: https://github.com/apache/nifi/pull/8442#discussion_r1498371538 ## nifi-api/src/main/java/org/apache/nifi/processor/util/StandardValidators.java: ## @@ -540,9 +540,9 @@ public ValidationResult validate(final String subject, final

Re: [PR] NIFI-12832: Eliminated unnecessary dependencies from nifi-mock; moved… [nifi]

2024-02-21 Thread via GitHub
markap14 commented on code in PR #8442: URL: https://github.com/apache/nifi/pull/8442#discussion_r1498374579 ## nifi-api/src/main/java/org/apache/nifi/time/TimeFormat.java: ## @@ -0,0 +1,251 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

Re: [PR] NIFI-12832: Eliminated unnecessary dependencies from nifi-mock; moved… [nifi]

2024-02-21 Thread via GitHub
dan-s1 commented on code in PR #8442: URL: https://github.com/apache/nifi/pull/8442#discussion_r1498320874 ## nifi-api/src/main/java/org/apache/nifi/processor/util/StandardValidators.java: ## @@ -843,7 +843,7 @@ public ValidationResult validate(final String subject, final

[PR] NIFI-12826 adding a similar timing/delay to the test as found in anot… [nifi]

2024-02-21 Thread via GitHub
joewitt opened a new pull request, #8443: URL: https://github.com/apache/nifi/pull/8443 …her nearby test # Summary [NIFI-0](https://issues.apache.org/jira/browse/NIFI-0) # Tracking Please complete the

[PR] NIFI-12832: Eliminated unnecessary dependencies from nifi-mock; moved… [nifi]

2024-02-21 Thread via GitHub
markap14 opened a new pull request, #8442: URL: https://github.com/apache/nifi/pull/8442 … StandardValidators to nifi-api; broke apart FormatUtils into FormatUtils and TimeFormat classes, with TimeFormat existing in nifi-api #

[jira] [Created] (NIFI-12832) Cleanup nifi-mock dependencies

2024-02-21 Thread Mark Payne (Jira)
Mark Payne created NIFI-12832: - Summary: Cleanup nifi-mock dependencies Key: NIFI-12832 URL: https://issues.apache.org/jira/browse/NIFI-12832 Project: Apache NiFi Issue Type: Improvement

Re: [PR] NIFI-3785 Added feature to move a controller service to it's parent o… [nifi]

2024-02-21 Thread via GitHub
Freedom9339 commented on PR #7734: URL: https://github.com/apache/nifi/pull/7734#issuecomment-1957639012 @markap14 I've rebased against main and pushed. Thank You! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] NIFI-12831: Add PutOpenSearchVector and QueryOpenSearchVector processors [nifi]

2024-02-21 Thread via GitHub
mark-bathori commented on code in PR #8441: URL: https://github.com/apache/nifi/pull/8441#discussion_r1498037649 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/OpenSearchVectorUtils.py: ## @@ -0,0 +1,149 @@ +# Licensed to the Apache Software

Re: [PR] MINIFICPP-2298 Set RocksDB keep_log_file_num configurable and default to 5 [nifi-minifi-cpp]

2024-02-21 Thread via GitHub
szaszm commented on PR #1731: URL: https://github.com/apache/nifi-minifi-cpp/pull/1731#issuecomment-1957380811 Do you think we could use rocksdb ini files to make these settings user-overridable? https://github.com/facebook/rocksdb/wiki/RocksDB-Options-File -- This is an automated

Re: [PR] NIFI-12831: Add PutOpenSearchVector and QueryOpenSearchVector processors [nifi]

2024-02-21 Thread via GitHub
dan-s1 commented on code in PR #8441: URL: https://github.com/apache/nifi/pull/8441#discussion_r1497954594 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/OpenSearchVectorUtils.py: ## @@ -0,0 +1,149 @@ +# Licensed to the Apache Software

[PR] MINIFICPP-2303 Fix FindLua in the Windows CI job [nifi-minifi-cpp]

2024-02-21 Thread via GitHub
fgerlits opened a new pull request, #1732: URL: https://github.com/apache/nifi-minifi-cpp/pull/1732 After some change in the GitHub Actions (Windows image? CMake version?), our Windows CI job can no longer find the Lua library, and the build fails. Setting `LUA_DIR` works around this

[jira] [Created] (MINIFICPP-2303) The Windows CI runner cannot find the Lua library

2024-02-21 Thread Ferenc Gerlits (Jira)
Ferenc Gerlits created MINIFICPP-2303: - Summary: The Windows CI runner cannot find the Lua library Key: MINIFICPP-2303 URL: https://issues.apache.org/jira/browse/MINIFICPP-2303 Project: Apache

[jira] [Updated] (NIFI-12807) Cluster - Provenance, Lineage, and Queue Listing

2024-02-21 Thread Rob Fellows (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Fellows updated NIFI-12807: --- Fix Version/s: 2.0.0 Resolution: Fixed Status: Resolved (was: Patch Available) >

[jira] [Commented] (NIFI-12807) Cluster - Provenance, Lineage, and Queue Listing

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

Re: [PR] NIFI-12807: Handle clustering in Provenance, Lineage, and Queue Listing [nifi]

2024-02-21 Thread via GitHub
rfellows merged PR #8431: URL: https://github.com/apache/nifi/pull/8431 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] NIFI-12831: Add PutOpenSearchVector and QueryOpenSearchVector processors [nifi]

2024-02-21 Thread via GitHub
exceptionfactory commented on code in PR #8441: URL: https://github.com/apache/nifi/pull/8441#discussion_r1497820217 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/OpenSearchVectorUtils.py: ## @@ -0,0 +1,149 @@ +# Licensed to the Apache

Re: [PR] NIFI-12831: Add PutOpenSearchVector and QueryOpenSearchVector processors [nifi]

2024-02-21 Thread via GitHub
mark-bathori commented on code in PR #8441: URL: https://github.com/apache/nifi/pull/8441#discussion_r1497806696 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/OpenSearchVectorUtils.py: ## @@ -0,0 +1,149 @@ +# Licensed to the Apache Software

Re: [PR] NIFI-12831: Add PutOpenSearchVector and QueryOpenSearchVector processors [nifi]

2024-02-21 Thread via GitHub
exceptionfactory commented on code in PR #8441: URL: https://github.com/apache/nifi/pull/8441#discussion_r1497732871 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/OpenSearchVectorUtils.py: ## @@ -0,0 +1,149 @@ +# Licensed to the Apache

[PR] NIFI-12831: Add PutOpenSearchVector and QueryOpenSearchVector processors [nifi]

2024-02-21 Thread via GitHub
mark-bathori opened a new pull request, #8441: URL: https://github.com/apache/nifi/pull/8441 # Summary [NIFI-12831](https://issues.apache.org/jira/browse/NIFI-12831) # Tracking Please complete the following tracking

[jira] [Created] (NIFI-12831) Add PutOpenSearchVector and QueryOpenSearchVector processors

2024-02-21 Thread Mark Bathori (Jira)
Mark Bathori created NIFI-12831: --- Summary: Add PutOpenSearchVector and QueryOpenSearchVector processors Key: NIFI-12831 URL: https://issues.apache.org/jira/browse/NIFI-12831 Project: Apache NiFi

[jira] [Comment Edited] (NIFI-11859) Nifi in standalone mode is not able to enable EmbeddedHazelcastCacheManager

2024-02-21 Thread Bob Paulin (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819071#comment-17819071 ] Bob Paulin edited comment on NIFI-11859 at 2/21/24 1:53 PM: Looks like

[jira] [Updated] (NIFI-12202) SAML Infinitely Redirects

2024-02-21 Thread Alex Jackson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Jackson updated NIFI-12202: Affects Version/s: 1.25.0 > SAML Infinitely Redirects > - > >

[jira] [Commented] (NIFI-12202) SAML Infinitely Redirects

2024-02-21 Thread Alex Jackson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17819259#comment-17819259 ] Alex Jackson commented on NIFI-12202: - [~exceptionfactory]  sorry again for being late on this - it

[jira] [Updated] (NIFI-12202) SAML Infinitely Redirects

2024-02-21 Thread Alex Jackson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Jackson updated NIFI-12202: Attachment: image-2024-02-21-14-41-53-054.png > SAML Infinitely Redirects >

[jira] [Created] (NIFI-12830) Memory leak outside of heap

2024-02-21 Thread saarbs (Jira)
saarbs created NIFI-12830: - Summary: Memory leak outside of heap Key: NIFI-12830 URL: https://issues.apache.org/jira/browse/NIFI-12830 Project: Apache NiFi Issue Type: Bug Affects Versions:

[jira] [Updated] (NIFI-12829) NiFi 2.0 Python API Interpreter choice per processor

2024-02-21 Thread Denis Jakupovic (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Denis Jakupovic updated NIFI-12829: --- Description: Hi, the Python API is amazing, thank you for the work.  Could you implement a

[jira] [Created] (NIFI-12829) NiFi 2.0 Python API Interpreter choice per processor

2024-02-21 Thread Denis Jakupovic (Jira)
Denis Jakupovic created NIFI-12829: -- Summary: NiFi 2.0 Python API Interpreter choice per processor Key: NIFI-12829 URL: https://issues.apache.org/jira/browse/NIFI-12829 Project: Apache NiFi

[jira] [Updated] (MINIFICPP-2293) Support installing python dependencies defined inline

2024-02-21 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi updated MINIFICPP-2293: - Status: Patch Available (was: Open)

[jira] [Updated] (MINIFICPP-2297) Remove iOS support from build system

2024-02-21 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi updated MINIFICPP-2297: - Status: Patch Available (was: Open) > Remove iOS support from build system >

[PR] MINIFICPP-2298 Set RocksDB keep_log_file_num configurable and default to 5 [nifi-minifi-cpp]

2024-02-21 Thread via GitHub
lordgamez opened a new pull request, #1731: URL: https://github.com/apache/nifi-minifi-cpp/pull/1731 Note: all of the RocksDB database options are defined in the `rocksdb::DBOptions` struct (not counting the ColumnOptions) with various member types ranging from booleans to shared pointers.

[PR] MINIFICPP-2302 Upgrade github actions to Node.js 20 (or latest available) versions [nifi-minifi-cpp]

2024-02-21 Thread via GitHub
fgerlits opened a new pull request, #1730: URL: https://github.com/apache/nifi-minifi-cpp/pull/1730 Upgrade github action versions: * actions/cache v3 -> v4 * actions/checkout v3 -> v4 * actions/download-artifact v3 -> v4 * actions/setup-python v4 -> v5 *

[jira] [Created] (MINIFICPP-2302) Upgrade to Node.js 20 github actions

2024-02-21 Thread Ferenc Gerlits (Jira)
Ferenc Gerlits created MINIFICPP-2302: - Summary: Upgrade to Node.js 20 github actions Key: MINIFICPP-2302 URL: https://issues.apache.org/jira/browse/MINIFICPP-2302 Project: Apache NiFi MiNiFi C++