[GitHub] [nifi] mattyb149 commented on pull request #6903: NIFI-11111 add option to output Elasticsearch error responses as FlowFile to PutElasticsearchJson and PutElasticsearchRecord

2023-03-20 Thread via GitHub
mattyb149 commented on PR #6903: URL: https://github.com/apache/nifi/pull/6903#issuecomment-1477245200 Sorry I lost track of this, @MikeThomsen I'm good if you are -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [nifi] markap14 commented on a diff in pull request #7003: NIFI-11241: Initial implementation of Python-based Processor API with…

2023-03-20 Thread via GitHub
markap14 commented on code in PR #7003: URL: https://github.com/apache/nifi/pull/7003#discussion_r1142750736 ## nifi-nar-bundles/nifi-py4j-bundle/nifi-python-extension-api/src/main/python/src/nifiapi/properties.py: ## @@ -0,0 +1,411 @@ +# Licensed to the Apache Software

[jira] [Updated] (NIFI-11312) NiFi Registry Docker Image builds are inconsistent (dockermaven vs. dockerhub)

2023-03-20 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-11312: - Fix Version/s: 1.latest 2.latest > NiFi Registry Docker Image builds are

[GitHub] [nifi] nandorsoma commented on pull request #7027: NIFI-11264 Improve logging in list processors and fix ListFile's description

2023-03-20 Thread via GitHub
nandorsoma commented on PR #7027: URL: https://github.com/apache/nifi/pull/7027#issuecomment-1477021310 Thank you for the review @Lehel44 and @exceptionfactory! I tend to agree that ending log messages with `.` is not a best practice. In my defense, I did that because it was a pattern in

[jira] [Updated] (NIFI-11316) Remove Admin Toolkit Commands

2023-03-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11316: Status: Patch Available (was: Open) > Remove Admin Toolkit Commands >

[jira] [Updated] (NIFI-11283) Add GitHub Actions CI build to nifi-maven project

2023-03-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11283: Resolution: Fixed Status: Resolved (was: Patch Available) > Add GitHub Actions CI

[GitHub] [nifi] exceptionfactory opened a new pull request, #7065: NIFI-11316 Remove Admin Toolkit Commands

2023-03-20 Thread via GitHub
exceptionfactory opened a new pull request, #7065: URL: https://github.com/apache/nifi/pull/7065 # Summary [NIFI-11316](https://issues.apache.org/jira/browse/NIFI-11316) Removes the `nifi-toolkit-admin` module with associated administrative commands. The NiFi CLI provides node

[jira] [Created] (NIFI-11316) Remove Admin Toolkit Commands

2023-03-20 Thread David Handermann (Jira)
David Handermann created NIFI-11316: --- Summary: Remove Admin Toolkit Commands Key: NIFI-11316 URL: https://issues.apache.org/jira/browse/NIFI-11316 Project: Apache NiFi Issue Type:

[GitHub] [nifi] ChrisSamo632 opened a new pull request, #7064: NIFI-11312 rationalise nifi-registry docker image startup scripts

2023-03-20 Thread via GitHub
ChrisSamo632 opened a new pull request, #7064: URL: https://github.com/apache/nifi/pull/7064 # Summary [NIFI-11312](https://issues.apache.org/jira/browse/NIFI-11312) rationalise nifi-registry docker image startup scripts #

[jira] [Updated] (NIFI-11312) NiFi Registry Docker Image builds are inconsistent (dockermaven vs. dockerhub)

2023-03-20 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-11312: - Status: Patch Available (was: In Progress) > NiFi Registry Docker Image builds are inconsistent

[GitHub] [nifi] ChrisSamo632 closed pull request #7063: NIFI-11312 rationalise nifi-registry docker image startup scripts

2023-03-20 Thread via GitHub
ChrisSamo632 closed pull request #7063: NIFI-11312 rationalise nifi-registry docker image startup scripts URL: https://github.com/apache/nifi/pull/7063 -- 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

[GitHub] [nifi] ChrisSamo632 opened a new pull request, #7063: NIFI-11312 rationalise nifi-registry docker image startup scripts

2023-03-20 Thread via GitHub
ChrisSamo632 opened a new pull request, #7063: URL: https://github.com/apache/nifi/pull/7063 # Summary [NIFI-11312](https://issues.apache.org/jira/browse/NIFI-11312) rationalise nifi-registry docker image startup scripts #

[jira] [Commented] (NIFI-11312) NiFi Registry Docker Image builds are inconsistent (dockermaven vs. dockerhub)

2023-03-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702946#comment-17702946 ] ASF subversion and git services commented on NIFI-11312: Commit

[jira] [Assigned] (NIFI-11312) NiFi Registry Docker Image builds are inconsistent (dockermaven vs. dockerhub)

2023-03-20 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson reassigned NIFI-11312: Assignee: Chris Sampson > NiFi Registry Docker Image builds are inconsistent (dockermaven

[GitHub] [nifi] markap14 commented on a diff in pull request #7003: NIFI-11241: Initial implementation of Python-based Processor API with…

2023-03-20 Thread via GitHub
markap14 commented on code in PR #7003: URL: https://github.com/apache/nifi/pull/7003#discussion_r1142710823 ## nifi-nar-bundles/nifi-py4j-bundle/nifi-python-extension-api/src/main/python/src/nifiapi/flowfiletransform.py: ## @@ -0,0 +1,62 @@ +# Licensed to the Apache Software

[jira] [Updated] (NIFI-11311) Upgrade maven-antrun-plugin version

2023-03-20 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-11311: - Status: Patch Available (was: In Progress) > Upgrade maven-antrun-plugin version >

[jira] [Updated] (NIFI-11311) Upgrade maven-antrun-plugin version

2023-03-20 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-11311: - Fix Version/s: 1.latest 2.latest > Upgrade maven-antrun-plugin version >

[GitHub] [nifi] ChrisSamo632 opened a new pull request, #7062: NIFI-11311 update maven-antrun-plugin and rationalise version across all modules

2023-03-20 Thread via GitHub
ChrisSamo632 opened a new pull request, #7062: URL: https://github.com/apache/nifi/pull/7062 # Summary [NIFI-11311](https://issues.apache.org/jira/browse/NIFI-11311) update maven-antrun-plugin and rationalise version across all modules # Tracking Please complete the

[jira] [Assigned] (NIFI-11311) Upgrade maven-antrun-plugin version

2023-03-20 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson reassigned NIFI-11311: Assignee: Chris Sampson > Upgrade maven-antrun-plugin version >

[GitHub] [nifi] markap14 commented on a diff in pull request #7003: NIFI-11241: Initial implementation of Python-based Processor API with…

2023-03-20 Thread via GitHub
markap14 commented on code in PR #7003: URL: https://github.com/apache/nifi/pull/7003#discussion_r1142707556 ## nifi-docs/src/main/asciidoc/python-developer-guide.adoc: ## @@ -0,0 +1,543 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one or more +//

[GitHub] [nifi] markap14 commented on pull request #7003: NIFI-11241: Initial implementation of Python-based Processor API with…

2023-03-20 Thread via GitHub
markap14 commented on PR #7003: URL: https://github.com/apache/nifi/pull/7003#issuecomment-1476971571 @dam4rus regarding the creation of the environment / importing of the libraries - the environment is created before importing the libraries. The Environment creation happens in

[GitHub] [nifi] markap14 commented on pull request #7003: NIFI-11241: Initial implementation of Python-based Processor API with…

2023-03-20 Thread via GitHub
markap14 commented on PR #7003: URL: https://github.com/apache/nifi/pull/7003#issuecomment-1476969983 Thanks @dam4rus for the thorough review. As you might have guessed, I am not a Python expert. A lot of the suggestions that you make probably make a lot of sense. But they are largely not

[GitHub] [nifi] markap14 commented on a diff in pull request #7003: NIFI-11241: Initial implementation of Python-based Processor API with…

2023-03-20 Thread via GitHub
markap14 commented on code in PR #7003: URL: https://github.com/apache/nifi/pull/7003#discussion_r1142698350 ## nifi-nar-bundles/nifi-py4j-bundle/nifi-python-extension-api/src/main/python/src/nifiapi/properties.py: ## @@ -0,0 +1,411 @@ +# Licensed to the Apache Software

[GitHub] [nifi] markap14 commented on a diff in pull request #7003: NIFI-11241: Initial implementation of Python-based Processor API with…

2023-03-20 Thread via GitHub
markap14 commented on code in PR #7003: URL: https://github.com/apache/nifi/pull/7003#discussion_r1142696544 ## nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework/src/main/python/framework/ExtensionManager.py: ## @@ -0,0 +1,531 @@ +# Licensed to the Apache Software

[GitHub] [nifi] markap14 commented on a diff in pull request #7003: NIFI-11241: Initial implementation of Python-based Processor API with…

2023-03-20 Thread via GitHub
markap14 commented on code in PR #7003: URL: https://github.com/apache/nifi/pull/7003#discussion_r1142695591 ## nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework/src/main/python/framework/Controller.py: ## @@ -0,0 +1,101 @@ +# Licensed to the Apache Software Foundation

[GitHub] [nifi] exceptionfactory commented on pull request #6995: NIFI-7060 populate NiFi and NiFi Registry properties files using env vars in Docker Containers

2023-03-20 Thread via GitHub
exceptionfactory commented on PR #6995: URL: https://github.com/apache/nifi/pull/6995#issuecomment-1476956461 Thanks @ChrisSamo632, sounds good! -- 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

[GitHub] [nifi] markap14 commented on a diff in pull request #7003: NIFI-11241: Initial implementation of Python-based Processor API with…

2023-03-20 Thread via GitHub
markap14 commented on code in PR #7003: URL: https://github.com/apache/nifi/pull/7003#discussion_r1142691974 ## nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework/src/main/python/framework/Controller.py: ## @@ -0,0 +1,101 @@ +# Licensed to the Apache Software Foundation

[GitHub] [nifi] markap14 commented on a diff in pull request #7003: NIFI-11241: Initial implementation of Python-based Processor API with…

2023-03-20 Thread via GitHub
markap14 commented on code in PR #7003: URL: https://github.com/apache/nifi/pull/7003#discussion_r1142690626 ## nifi-nar-bundles/nifi-py4j-bundle/nifi-py4j-bridge/src/main/java/org/apache/nifi/py4j/PythonProcess.java: ## @@ -0,0 +1,293 @@ +/* + * Licensed to the Apache Software

[GitHub] [nifi] ChrisSamo632 commented on pull request #6995: NIFI-7060 populate NiFi and NiFi Registry properties files using env vars in Docker Containers

2023-03-20 Thread via GitHub
ChrisSamo632 commented on PR #6995: URL: https://github.com/apache/nifi/pull/6995#issuecomment-1476951986 @exceptionfactory I've raised tickets: - [NIFI-11311](https://issues.apache.org/jira/browse/NIFI-11311) to upgrade `maven-antrun-plugin` -

[GitHub] [nifi] ChrisSamo632 closed pull request #6995: NIFI-7060 populate NiFi and NiFi Registry properties files using env vars in Docker Containers

2023-03-20 Thread via GitHub
ChrisSamo632 closed pull request #6995: NIFI-7060 populate NiFi and NiFi Registry properties files using env vars in Docker Containers URL: https://github.com/apache/nifi/pull/6995 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [nifi] markap14 commented on a diff in pull request #7003: NIFI-11241: Initial implementation of Python-based Processor API with…

2023-03-20 Thread via GitHub
markap14 commented on code in PR #7003: URL: https://github.com/apache/nifi/pull/7003#discussion_r1142689413 ## nifi-nar-bundles/nifi-py4j-bundle/nifi-py4j-bridge/src/main/java/org/apache/nifi/py4j/StandardPythonBridge.java: ## @@ -0,0 +1,315 @@ +/* + * Licensed to the Apache

[jira] [Created] (NIFI-11315) Enable environment variable driven configuration of applications

2023-03-20 Thread Chris Sampson (Jira)
Chris Sampson created NIFI-11315: Summary: Enable environment variable driven configuration of applications Key: NIFI-11315 URL: https://issues.apache.org/jira/browse/NIFI-11315 Project: Apache NiFi

[jira] [Updated] (NIFI-11314) Load sensitive properties from files at startup

2023-03-20 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-11314: - Description: As part of https://github.com/apache/nifi/pull/6995 for NIFI-7060 (abandoned), the

[jira] [Created] (NIFI-11314) Load sensitive properties from files at startup

2023-03-20 Thread Chris Sampson (Jira)
Chris Sampson created NIFI-11314: Summary: Load sensitive properties from files at startup Key: NIFI-11314 URL: https://issues.apache.org/jira/browse/NIFI-11314 Project: Apache NiFi Issue

[GitHub] [nifi] Lehel44 commented on a diff in pull request #7051: NIFI-11255 Allowable value for 'Use s3.region Attribute'

2023-03-20 Thread via GitHub
Lehel44 commented on code in PR #7051: URL: https://github.com/apache/nifi/pull/7051#discussion_r1142676010 ## nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/java/org/apache/nifi/processors/aws/s3/AbstractS3Processor.java: ## @@ -198,6 +218,88 @@

[GitHub] [nifi] Lehel44 commented on a diff in pull request #7051: NIFI-11255 Allowable value for 'Use s3.region Attribute'

2023-03-20 Thread via GitHub
Lehel44 commented on code in PR #7051: URL: https://github.com/apache/nifi/pull/7051#discussion_r1142673497 ## nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/java/org/apache/nifi/processors/aws/s3/AbstractS3Processor.java: ## @@ -198,6 +218,88 @@

[GitHub] [nifi] Lehel44 commented on a diff in pull request #7051: NIFI-11255 Allowable value for 'Use s3.region Attribute'

2023-03-20 Thread via GitHub
Lehel44 commented on code in PR #7051: URL: https://github.com/apache/nifi/pull/7051#discussion_r1142672636 ## nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/java/org/apache/nifi/processors/aws/s3/AbstractS3Processor.java: ## @@ -198,6 +218,88 @@

[jira] [Created] (NIFI-11313) Docker Image start scripts contain shellcheck errors/warnings

2023-03-20 Thread Chris Sampson (Jira)
Chris Sampson created NIFI-11313: Summary: Docker Image start scripts contain shellcheck errors/warnings Key: NIFI-11313 URL: https://issues.apache.org/jira/browse/NIFI-11313 Project: Apache NiFi

[GitHub] [nifi] markap14 commented on a diff in pull request #7003: NIFI-11241: Initial implementation of Python-based Processor API with…

2023-03-20 Thread via GitHub
markap14 commented on code in PR #7003: URL: https://github.com/apache/nifi/pull/7003#discussion_r1142669010 ## nifi-docs/src/main/asciidoc/administration-guide.adoc: ## @@ -231,6 +232,38 @@ The `name` attribute must start with `deprecation`, followed by the component cl

[jira] [Created] (NIFI-11312) NiFi Registry Docker Image builds are inconsistent (dockermaven vs. dockerhub)

2023-03-20 Thread Chris Sampson (Jira)
Chris Sampson created NIFI-11312: Summary: NiFi Registry Docker Image builds are inconsistent (dockermaven vs. dockerhub) Key: NIFI-11312 URL: https://issues.apache.org/jira/browse/NIFI-11312

[jira] [Created] (NIFI-11311) Upgrade maven-antrun-plugin version

2023-03-20 Thread Chris Sampson (Jira)
Chris Sampson created NIFI-11311: Summary: Upgrade maven-antrun-plugin version Key: NIFI-11311 URL: https://issues.apache.org/jira/browse/NIFI-11311 Project: Apache NiFi Issue Type: Task

[GitHub] [nifi] Lehel44 commented on a diff in pull request #6985: NIFI-11215: Add custom validation for KerberosUserService in PutIceberg

2023-03-20 Thread via GitHub
Lehel44 commented on code in PR #6985: URL: https://github.com/apache/nifi/pull/6985#discussion_r1142662090 ## nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors/src/main/java/org/apache/nifi/processors/iceberg/PutIceberg.java: ## @@ -148,6 +153,28 @@ public Set

[GitHub] [nifi] ChrisSamo632 commented on pull request #6903: NIFI-11111 add option to output Elasticsearch error responses as FlowFile to PutElasticsearchJson and PutElasticsearchRecord

2023-03-20 Thread via GitHub
ChrisSamo632 commented on PR #6903: URL: https://github.com/apache/nifi/pull/6903#issuecomment-1476912051 @mattyb149 I believe I addressed your comments @MikeThomsen do the updates help with clarity around the transfer of FlowFiles/assignment of attributes? -- This is an automated

[GitHub] [nifi] exceptionfactory commented on pull request #7057: NIFI-11302: add Registry version to About dialog fixing bug for Java 11

2023-03-20 Thread via GitHub
exceptionfactory commented on PR #7057: URL: https://github.com/apache/nifi/pull/7057#issuecomment-1476906113 Thanks for the reply @markobean. I recommend keeping the existing approach since uses standard Java package manifests as opposed to loading properties. There are some

[GitHub] [nifi] Lehel44 commented on a diff in pull request #7051: NIFI-11255 Allowable value for 'Use s3.region Attribute'

2023-03-20 Thread via GitHub
Lehel44 commented on code in PR #7051: URL: https://github.com/apache/nifi/pull/7051#discussion_r1142586898 ## nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/java/org/apache/nifi/processors/aws/s3/AbstractS3Processor.java: ## @@ -150,6 +160,16 @@ public

[jira] [Updated] (NIFI-11305) CaptureChangeMySQL does not stop if the queue is not empty

2023-03-20 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-11305: -- Fix Version/s: 2.0.0 1.21.0 (was: 1.latest)

[jira] [Commented] (NIFI-11305) CaptureChangeMySQL does not stop if the queue is not empty

2023-03-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702918#comment-17702918 ] ASF subversion and git services commented on NIFI-11305: Commit

[GitHub] [nifi] markap14 commented on pull request #7059: NIFI-11305: Fix logic to correctly stop CaptureChangeMySQL

2023-03-20 Thread via GitHub
markap14 commented on PR #7059: URL: https://github.com/apache/nifi/pull/7059#issuecomment-1476859059 Thanks for the fix @mattyb149. Looks good to me. +1 merged to main, and support/nifi-1.x -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Commented] (NIFI-11305) CaptureChangeMySQL does not stop if the queue is not empty

2023-03-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702917#comment-17702917 ] ASF subversion and git services commented on NIFI-11305: Commit

[GitHub] [nifi] markap14 merged pull request #7059: NIFI-11305: Fix logic to correctly stop CaptureChangeMySQL

2023-03-20 Thread via GitHub
markap14 merged PR #7059: URL: https://github.com/apache/nifi/pull/7059 -- 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:

[GitHub] [nifi] mattyb149 commented on pull request #7061: NIFI-11310: Provide appropriate classpath resources to the ReloadComp…

2023-03-20 Thread via GitHub
mattyb149 commented on PR #7061: URL: https://github.com/apache/nifi/pull/7061#issuecomment-1476849783 Reviewing... -- 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

[jira] [Updated] (NIFI-11310) When Processor terminated, any resources that modify the classpath are not reloaded

2023-03-20 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-11310: -- Status: Patch Available (was: Open) > When Processor terminated, any resources that modify the

[GitHub] [nifi] markap14 opened a new pull request, #7061: NIFI-11310: Provide appropriate classpath resources to the ReloadComp…

2023-03-20 Thread via GitHub
markap14 opened a new pull request, #7061: URL: https://github.com/apache/nifi/pull/7061 …onent when a processor is terminated # Summary [NIFI-0](https://issues.apache.org/jira/browse/NIFI-0) # Tracking

[jira] [Updated] (NIFI-11310) When Processor terminated, any resources that modify the classpath are not reloaded

2023-03-20 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-11310: -- Fix Version/s: 1.latest 2.latest > When Processor terminated, any resources that

[jira] [Created] (NIFI-11310) When Processor terminated, any resources that modify the classpath are not reloaded

2023-03-20 Thread Mark Payne (Jira)
Mark Payne created NIFI-11310: - Summary: When Processor terminated, any resources that modify the classpath are not reloaded Key: NIFI-11310 URL: https://issues.apache.org/jira/browse/NIFI-11310 Project:

[jira] [Commented] (NIFI-7123) onPropertyModified() is called on nifi start up even when properties have never been modified

2023-03-20 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702906#comment-17702906 ] Mark Payne commented on NIFI-7123: -- [~Nissim Shiman] I believe this has been encountered before. But we

[jira] [Updated] (NIFI-11204) Add configurable retry logic for table commits in PutIceberg processor

2023-03-20 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-11204: --- Fix Version/s: 2.0.0 1.21.0 Resolution: Fixed Status:

[jira] [Commented] (NIFI-11204) Add configurable retry logic for table commits in PutIceberg processor

2023-03-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702885#comment-17702885 ] ASF subversion and git services commented on NIFI-11204: Commit

[jira] [Assigned] (NIFI-7123) onPropertyModified() is called on nifi start up even when properties have never been modified

2023-03-20 Thread Nissim Shiman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nissim Shiman reassigned NIFI-7123: --- Assignee: (was: Nissim Shiman) > onPropertyModified() is called on nifi start up even

[jira] [Commented] (NIFI-11204) Add configurable retry logic for table commits in PutIceberg processor

2023-03-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702882#comment-17702882 ] ASF subversion and git services commented on NIFI-11204: Commit

[GitHub] [nifi] asfgit closed pull request #6976: NIFI-11204: Add configurable retry logic for table commits in PutIceberg processor

2023-03-20 Thread via GitHub
asfgit closed pull request #6976: NIFI-11204: Add configurable retry logic for table commits in PutIceberg processor URL: https://github.com/apache/nifi/pull/6976 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [nifi] mark-bathori commented on a diff in pull request #6976: NIFI-11204: Add configurable retry logic for table commits in PutIceberg processor

2023-03-20 Thread via GitHub
mark-bathori commented on code in PR #6976: URL: https://github.com/apache/nifi/pull/6976#discussion_r1142508295 ## nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-processors/src/main/java/org/apache/nifi/processors/iceberg/PutIceberg.java: ## @@ -113,6 +116,42 @@ public

[jira] [Created] (NIFI-11309) Add connection details for a cluster to the context menu of a connection

2023-03-20 Thread Mark Bean (Jira)
Mark Bean created NIFI-11309: Summary: Add connection details for a cluster to the context menu of a connection Key: NIFI-11309 URL: https://issues.apache.org/jira/browse/NIFI-11309 Project: Apache NiFi

[jira] [Commented] (NIFI-11167) Add Excel Record Reader

2023-03-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702845#comment-17702845 ] David Handermann commented on NIFI-11167: - The issue with different size records sounds similar

[jira] [Updated] (NIFI-11266) PutGoogleDrive, ListGoogleDrive, FetchGoogleDrive can't access a SharedDrive

2023-03-20 Thread Zsihovszki Krisztina (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zsihovszki Krisztina updated NIFI-11266: Status: Patch Available (was: In Progress) > PutGoogleDrive, ListGoogleDrive,

[jira] [Closed] (NIFI-11213) Changes in older versioned flows are not recognized when they are contained by other flow

2023-03-20 Thread Simon Bence (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Bence closed NIFI-11213. -- > Changes in older versioned flows are not recognized when they are contained > by other flow >

[GitHub] [nifi] markobean commented on pull request #7057: NIFI-11302: add Registry version to About dialog fixing bug for Java 11

2023-03-20 Thread via GitHub
markobean commented on PR #7057: URL: https://github.com/apache/nifi/pull/7057#issuecomment-1476519858 > Thanks for working to correct this problem @markobean! > > The current approach based on

[jira] [Commented] (NIFI-11213) Changes in older versioned flows are not recognized when they are contained by other flow

2023-03-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702832#comment-17702832 ] ASF subversion and git services commented on NIFI-11213: Commit

[jira] [Updated] (NIFI-11307) Remove S2S Toolkit Command

2023-03-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11307: Fix Version/s: 2.latest Status: Patch Available (was: Open) > Remove S2S

[GitHub] [nifi] exceptionfactory opened a new pull request, #7060: NIFI-11307 Remove S2S Toolkit

2023-03-20 Thread via GitHub
exceptionfactory opened a new pull request, #7060: URL: https://github.com/apache/nifi/pull/7060 # Summary [NIFI-11307](https://issues.apache.org/jira/browse/NIFI-11307) Removes the NiFi Site-to-Site Toolkit command. The command provides limited support for sending and receiving

[jira] [Commented] (NIFI-11167) Add Excel Record Reader

2023-03-20 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702828#comment-17702828 ] Daniel Stieglitz commented on NIFI-11167: - [~exceptionfactory] Thanks for the clarification on

[jira] [Commented] (NIFI-11213) Changes in older versioned flows are not recognized when they are contained by other flow

2023-03-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702826#comment-17702826 ] ASF subversion and git services commented on NIFI-11213: Commit

[jira] [Updated] (NIFI-11213) Changes in older versioned flows are not recognized when they are contained by other flow

2023-03-20 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-11213: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Changes in older versioned flows

[GitHub] [nifi] markap14 commented on pull request #7017: NIFI-11213 Showing version change in older (pre 1.18.0) contained version flows properly

2023-03-20 Thread via GitHub
markap14 commented on PR #7017: URL: https://github.com/apache/nifi/pull/7017#issuecomment-1476491227 Thanks @simonbence +1 merged to main. -- 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] markap14 merged pull request #7017: NIFI-11213 Showing version change in older (pre 1.18.0) contained version flows properly

2023-03-20 Thread via GitHub
markap14 merged PR #7017: URL: https://github.com/apache/nifi/pull/7017 -- 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:

[jira] [Updated] (NIFI-11305) CaptureChangeMySQL does not stop if the queue is not empty

2023-03-20 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-11305: Status: Patch Available (was: In Progress) > CaptureChangeMySQL does not stop if the queue is not

[jira] [Created] (NIFI-11308) Create an Expression Language function to return NiFi version

2023-03-20 Thread Mark Bean (Jira)
Mark Bean created NIFI-11308: Summary: Create an Expression Language function to return NiFi version Key: NIFI-11308 URL: https://issues.apache.org/jira/browse/NIFI-11308 Project: Apache NiFi

[GitHub] [nifi] mattyb149 opened a new pull request, #7059: NIFI-11305: Fix logic to correctly stop CaptureChangeMySQL

2023-03-20 Thread via GitHub
mattyb149 opened a new pull request, #7059: URL: https://github.com/apache/nifi/pull/7059 # Summary [NIFI-11305](https://issues.apache.org/jira/browse/NIFI-11305) This PR removes the unused logic to stop the CaptureChangeMySQL processor when it has been unscheduled, and instead

[jira] [Updated] (NIFI-11305) CaptureChangeMySQL does not stop if the queue is not empty

2023-03-20 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-11305: Fix Version/s: 1.latest 2.latest > CaptureChangeMySQL does not stop if the

[jira] [Created] (NIFI-11307) Remove S2S Toolkit Command

2023-03-20 Thread David Handermann (Jira)
David Handermann created NIFI-11307: --- Summary: Remove S2S Toolkit Command Key: NIFI-11307 URL: https://issues.apache.org/jira/browse/NIFI-11307 Project: Apache NiFi Issue Type: Improvement

[jira] [Created] (NIFI-11306) Add Done button to Advanced UI of UpdateAttribute processor

2023-03-20 Thread Mark Bean (Jira)
Mark Bean created NIFI-11306: Summary: Add Done button to Advanced UI of UpdateAttribute processor Key: NIFI-11306 URL: https://issues.apache.org/jira/browse/NIFI-11306 Project: Apache NiFi

[GitHub] [nifi] mh013370 commented on pull request #7057: NIFI-11302: add Registry version to About dialog fixing bug for Java 11

2023-03-20 Thread via GitHub
mh013370 commented on PR #7057: URL: https://github.com/apache/nifi/pull/7057#issuecomment-1476445447 LGTM! -- 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,

[jira] [Created] (NIFI-11305) CaptureChangeMySQL does not stop if the queue is not empty

2023-03-20 Thread Matt Burgess (Jira)
Matt Burgess created NIFI-11305: --- Summary: CaptureChangeMySQL does not stop if the queue is not empty Key: NIFI-11305 URL: https://issues.apache.org/jira/browse/NIFI-11305 Project: Apache NiFi

[jira] [Assigned] (NIFI-11305) CaptureChangeMySQL does not stop if the queue is not empty

2023-03-20 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reassigned NIFI-11305: --- Assignee: Matt Burgess > CaptureChangeMySQL does not stop if the queue is not empty >

[jira] [Updated] (NIFI-11304) Add Bulletin indicator for Processors on the Summary page

2023-03-20 Thread Mark Bean (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Bean updated NIFI-11304: - Description: It would be useful to have a Bulletin indicator column on the Processors, Remote Process

[jira] [Commented] (NIFI-11167) Add Excel Record Reader

2023-03-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702798#comment-17702798 ] David Handermann commented on NIFI-11167: - The Format Cell Values property in ConvertExcelToCSV

[jira] [Created] (NIFI-11304) Add Bulletin indicator for Processors on the Summary page

2023-03-20 Thread Mark Bean (Jira)
Mark Bean created NIFI-11304: Summary: Add Bulletin indicator for Processors on the Summary page Key: NIFI-11304 URL: https://issues.apache.org/jira/browse/NIFI-11304 Project: Apache NiFi Issue

[jira] [Commented] (NIFI-11167) Add Excel Record Reader

2023-03-20 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702792#comment-17702792 ] Daniel Stieglitz commented on NIFI-11167: - [~exceptionfactory] What did you mean by {quote} Read

[GitHub] [nifi] tpalfy commented on a diff in pull request #6987: NIFI-11137 Add record support to Consume/PublishJMS

2023-03-20 Thread via GitHub
tpalfy commented on code in PR #6987: URL: https://github.com/apache/nifi/pull/6987#discussion_r1142228008 ## nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/src/main/java/org/apache/nifi/jms/processors/strategy/consumer/record/RecordUtils.java: ## @@ -0,0 +1,78 @@ +/* + *

[jira] [Created] (NIFI-11303) Create direct go-to option from Provenance lineage

2023-03-20 Thread Mark Bean (Jira)
Mark Bean created NIFI-11303: Summary: Create direct go-to option from Provenance lineage Key: NIFI-11303 URL: https://issues.apache.org/jira/browse/NIFI-11303 Project: Apache NiFi Issue Type:

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #7003: NIFI-11241: Initial implementation of Python-based Processor API with…

2023-03-20 Thread via GitHub
exceptionfactory commented on code in PR #7003: URL: https://github.com/apache/nifi/pull/7003#discussion_r1142173520 ## nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java: ## @@ -2061,6 +2074,25 @@ public Path getQuestDbStatusRepositoryPath() {

[GitHub] [nifi] markap14 commented on a diff in pull request #7003: NIFI-11241: Initial implementation of Python-based Processor API with…

2023-03-20 Thread via GitHub
markap14 commented on code in PR #7003: URL: https://github.com/apache/nifi/pull/7003#discussion_r1142171807 ## nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java: ## @@ -2061,6 +2074,25 @@ public Path getQuestDbStatusRepositoryPath() {

[GitHub] [nifi] markap14 commented on a diff in pull request #7003: NIFI-11241: Initial implementation of Python-based Processor API with…

2023-03-20 Thread via GitHub
markap14 commented on code in PR #7003: URL: https://github.com/apache/nifi/pull/7003#discussion_r1142167979 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml: ## @@ -204,6 +209,11 @@ org.xerial.snappy snappy-java

[jira] [Updated] (NIFI-11301) Fix doc typos in ISPEnrichIP and DistributeLoad

2023-03-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11301: Fix Version/s: 2.0.0 1.21.0 Resolution: Fixed Status:

[jira] [Updated] (NIFI-11301) Fix doc typos in ISPEnrichIP and DistributeLoad

2023-03-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11301: Priority: Trivial (was: Minor) > Fix doc typos in ISPEnrichIP and DistributeLoad >

[jira] [Updated] (NIFI-11301) Fix doc typos in ISPEnrichIP and DistributeLoad

2023-03-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11301: Issue Type: Task (was: Improvement) > Fix doc typos in ISPEnrichIP and DistributeLoad >

[jira] [Updated] (NIFI-11301) Fix doc typos in ISPEnrichIP and DistributeLoad

2023-03-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11301: Summary: Fix doc typos in ISPEnrichIP and DistributeLoad (was: Fix doc typos) > Fix doc

[jira] [Updated] (NIFI-11300) Upgrade json-smart to 2.4.10

2023-03-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11300: Fix Version/s: 2.0.0 1.21.0 Resolution: Fixed Status:

[jira] [Updated] (NIFI-11299) Upgrade SLF4J to 2.0.7

2023-03-20 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11299: Fix Version/s: 2.0.0 1.21.0 Resolution: Fixed Status:

[jira] [Commented] (NIFI-11300) Upgrade json-smart to 2.4.10

2023-03-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702726#comment-17702726 ] ASF subversion and git services commented on NIFI-11300: Commit

  1   2   >