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

2023-07-26 Thread Jeetendra G Vasisht (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeetendra G Vasisht updated NIFI-11859: --- Attachment: nifi--app.log > Nifi in standalone mode is not able to enable

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

2023-07-26 Thread Jeetendra G Vasisht (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeetendra G Vasisht updated NIFI-11859: --- Attachment: (was: nifi-app.log) > Nifi in standalone mode is not able to enable

[GitHub] [nifi] gresockj opened a new pull request, #7529: NIFI-8531: Upgrading Kinesis processors to AWS SDK 2.x

2023-07-26 Thread via GitHub
gresockj opened a new pull request, #7529: URL: https://github.com/apache/nifi/pull/7529 # Summary [NIFI-8531](https://issues.apache.org/jira/browse/NIFI-8531) # Tracking Please complete the following tracking steps prior to pull request creation. ###

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1617: MINIFICPP-2117 Fix bustache build in C++20 mode

2023-07-26 Thread via GitHub
martinzink commented on code in PR #1617: URL: https://github.com/apache/nifi-minifi-cpp/pull/1617#discussion_r1275494280 ## docker/Dockerfile: ## @@ -110,7 +109,6 @@ RUN addgroup -g ${GID} ${USER} && adduser -u ${UID} -D -G ${USER} -g "" ${USER} if echo "$MINIFI_OPTIONS"

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1616: MINIFICPP-2173 Fix MergeContent error handling issues

2023-07-26 Thread via GitHub
martinzink commented on code in PR #1616: URL: https://github.com/apache/nifi-minifi-cpp/pull/1616#discussion_r1275429341 ## libminifi/src/io/StreamSlice.cpp: ## @@ -23,7 +23,8 @@ namespace org::apache::nifi::minifi::io { StreamSlice::StreamSlice(std::shared_ptr stream, size_t

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1617: MINIFICPP-2117 Fix bustache build in C++20 mode

2023-07-26 Thread via GitHub
szaszm commented on code in PR #1617: URL: https://github.com/apache/nifi-minifi-cpp/pull/1617#discussion_r1275465171 ## docker/Dockerfile: ## @@ -110,7 +109,6 @@ RUN addgroup -g ${GID} ${USER} && adduser -u ${UID} -D -G ${USER} -g "" ${USER} if echo "$MINIFI_OPTIONS" |

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request, #1618: MINIFICPP-2171 Disable JNI in clang CI build

2023-07-26 Thread via GitHub
lordgamez opened a new pull request, #1618: URL: https://github.com/apache/nifi-minifi-cpp/pull/1618 Removing JNI to avoid out of space issues in Github Actions https://issues.apache.org/jira/browse/MINIFICPP-2171 -- Thank you for submitting a contribution to

[jira] [Updated] (MINIFICPP-2117) Fix bustache build in C++20 mode

2023-07-26 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-2117: --- Status: Patch Available (was: Open) https://github.com/apache/nifi-minifi-cpp/pull/1617

[GitHub] [nifi-minifi-cpp] martinzink opened a new pull request, #1617: MINIFICPP-2117 Fix bustache build in C++20 mode

2023-07-26 Thread via GitHub
martinzink opened a new pull request, #1617: URL: https://github.com/apache/nifi-minifi-cpp/pull/1617 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 taken:

[jira] [Commented] (NIFI-10499) Most AWS Processors should allow Region to be specified via attribute

2023-07-26 Thread Greg Solovyev (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17747587#comment-17747587 ] Greg Solovyev commented on NIFI-10499: -- I implemented this on anetac's fork

[jira] [Assigned] (NIFI-10499) Most AWS Processors should allow Region to be specified via attribute

2023-07-26 Thread Greg Solovyev (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Solovyev reassigned NIFI-10499: Assignee: Greg Solovyev > Most AWS Processors should allow Region to be specified via

[jira] [Assigned] (MINIFICPP-2171) Remove JNI from clang CI job

2023-07-26 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi reassigned MINIFICPP-2171: Assignee: Gábor Gyimesi > Remove JNI from clang CI job >

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request, #1616: MINIFICPP-2173 Fix MergeContent error handling issues

2023-07-26 Thread via GitHub
lordgamez opened a new pull request, #1616: URL: https://github.com/apache/nifi-minifi-cpp/pull/1616 - Remove intermediate individual `ProcessSession` for every processed bin - Rollback flow files of a merge if the merge fails with an exception and put them back to the ready bins -

[jira] [Assigned] (MINIFICPP-2117) Fix bustache build in C++20 mode

2023-07-26 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink reassigned MINIFICPP-2117: -- Assignee: Martin Zink > Fix bustache build in C++20 mode >

[jira] [Created] (MINIFICPP-2173) Revise MergeContent error handling

2023-07-26 Thread Jira
Gábor Gyimesi created MINIFICPP-2173: Summary: Revise MergeContent error handling Key: MINIFICPP-2173 URL: https://issues.apache.org/jira/browse/MINIFICPP-2173 Project: Apache NiFi MiNiFi C++

[jira] [Created] (NIFI-11861) Multi Thread Issue with Custom Processor

2023-07-26 Thread Alexander Lex (Jira)
Alexander Lex created NIFI-11861: Summary: Multi Thread Issue with Custom Processor Key: NIFI-11861 URL: https://issues.apache.org/jira/browse/NIFI-11861 Project: Apache NiFi Issue Type: Bug

[jira] [Created] (NIFI-11860) Erroneously set decimalScale when resultSetScale is 0

2023-07-26 Thread Tamas Neumer (Jira)
Tamas Neumer created NIFI-11860: --- Summary: Erroneously set decimalScale when resultSetScale is 0 Key: NIFI-11860 URL: https://issues.apache.org/jira/browse/NIFI-11860 Project: Apache NiFi

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

2023-07-26 Thread Jeetendra G Vasisht (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeetendra G Vasisht updated NIFI-11859: --- Description: EmbeddedHazelcastCacheManager Controller gets enabled in cluster mode

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

2023-07-26 Thread Jeetendra G Vasisht (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeetendra G Vasisht updated NIFI-11859: --- Description: EmbeddedHazelcastCacheManager Controller gets enabled in cluster mode

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

2023-07-26 Thread Jeetendra G Vasisht (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeetendra G Vasisht updated NIFI-11859: --- Description: EmbeddedHazelcastCacheManager Controller gets enabled in cluster mode

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

2023-07-26 Thread Jeetendra G Vasisht (Jira)
Jeetendra G Vasisht created NIFI-11859: -- Summary: Nifi in standalone mode is not able to enable EmbeddedHazelcastCacheManager Key: NIFI-11859 URL: https://issues.apache.org/jira/browse/NIFI-11859

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1612: MINIFICPP-2159 Add heterogeneous lookup to FlatMap

2023-07-26 Thread via GitHub
martinzink commented on code in PR #1612: URL: https://github.com/apache/nifi-minifi-cpp/pull/1612#discussion_r1274805985 ## libminifi/include/utils/FlatMap.h: ## @@ -282,20 +290,18 @@ class FlatMap{ return data_.max_size(); } - bool empty() const noexcept { +

[jira] [Created] (MINIFICPP-2172) Remove TensorFlow extension

2023-07-26 Thread Jira
Gábor Gyimesi created MINIFICPP-2172: Summary: Remove TensorFlow extension Key: MINIFICPP-2172 URL: https://issues.apache.org/jira/browse/MINIFICPP-2172 Project: Apache NiFi MiNiFi C++

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1612: MINIFICPP-2159 Add heterogeneous lookup to FlatMap

2023-07-26 Thread via GitHub
martinzink commented on code in PR #1612: URL: https://github.com/apache/nifi-minifi-cpp/pull/1612#discussion_r1274804188 ## extensions/libarchive/CompressContent.cpp: ## @@ -88,7 +88,7 @@ void CompressContent::processFlowFile(const std::shared_ptr& flo std::string attr;

[jira] [Created] (MINIFICPP-2171) Remove JNI from clang CI job

2023-07-26 Thread Jira
Gábor Gyimesi created MINIFICPP-2171: Summary: Remove JNI from clang CI job Key: MINIFICPP-2171 URL: https://issues.apache.org/jira/browse/MINIFICPP-2171 Project: Apache NiFi MiNiFi C++

[jira] [Updated] (MINIFICPP-2159) Add heterogeneous lookup to AttributeMap (FlatMap)

2023-07-26 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-2159: --- Status: Patch Available (was: In Progress)

[jira] [Updated] (MINIFICPP-2167) Upgrade Catch2 to newer release

2023-07-26 Thread Martin Zink (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zink updated MINIFICPP-2167: --- Status: Patch Available (was: In Progress)

[GitHub] [nifi-minifi-cpp] martinzink opened a new pull request, #1615: Update Catch2 from 2.13.10 to 3.4.0

2023-07-26 Thread via GitHub
martinzink opened a new pull request, #1615: URL: https://github.com/apache/nifi-minifi-cpp/pull/1615 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 taken: