Re: [PR] NIFI-12923 Added append avro mode to PutHDFS [nifi]

2024-04-04 Thread via GitHub
balazsgerner commented on PR #8544: URL: https://github.com/apache/nifi/pull/8544#issuecomment-2039019933 > In order for the append to work I had to set `Writing Strategy` to `Simple write`, if I leave the default `Write and rename`, it actually deletes the file. Is this intended? If not we

[jira] [Assigned] (NIFI-11449) Investigate Iceberg insert on Object Storage

2024-04-04 Thread Jim Steinebrey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Steinebrey reassigned NIFI-11449: - Assignee: (was: Jim Steinebrey) > Investigate Iceberg insert on Object Storage > ---

[jira] [Updated] (NIFI-11449) Investigate Iceberg insert on Object Storage

2024-04-04 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-11449: Summary: Investigate Iceberg insert on Object Storage (was: add autocommit property to PutDatabase

Re: [PR] NIFI-11858 Configurable Column Name Normalization in PutDatabaseRecord and UpdateDatabaseTable [nifi]

2024-04-04 Thread via GitHub
ravinarayansingh commented on PR #7544: URL: https://github.com/apache/nifi/pull/7544#issuecomment-2038164793 > @ravinarayansingh Thanks for your work and patience on this pull request. > > Unfortunately I may not have been clear in previous comments regarding the interface-based appr

[jira] [Commented] (NIFI-13002) Restore compression level mistakenly removed in NIFI-12996

2024-04-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834065#comment-17834065 ] ASF subversion and git services commented on NIFI-13002: Commit b

[jira] [Resolved] (NIFI-13002) Restore compression level mistakenly removed in NIFI-12996

2024-04-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-13002. - Resolution: Fixed > Restore compression level mistakenly removed in NIFI-12996 >

[jira] [Updated] (NIFI-13002) Restore zstd compression level for CompressContent mistakenly removed in NIFI-12996

2024-04-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-13002: Summary: Restore zstd compression level for CompressContent mistakenly removed in NIFI-1299

Re: [PR] NIFI-13002 restoring compression level that should not have been removed [nifi]

2024-04-04 Thread via GitHub
exceptionfactory closed pull request #8604: NIFI-13002 restoring compression level that should not have been removed URL: https://github.com/apache/nifi/pull/8604 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[jira] [Commented] (NIFI-13002) Restore compression level mistakenly removed in NIFI-12996

2024-04-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834064#comment-17834064 ] ASF subversion and git services commented on NIFI-13002: Commit 7

Re: [PR] NIFI-12889: Retry Kerberos login on auth failure in HDFS processors [nifi]

2024-04-04 Thread via GitHub
Lehel44 commented on code in PR #8495: URL: https://github.com/apache/nifi/pull/8495#discussion_r1552005815 ## nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/DeleteHDFS.java: ## @@ -177,16 +177,20 @@ public void onTrigger

Re: [PR] NIFI-12889: Retry Kerberos login on auth failure in HDFS processors [nifi]

2024-04-04 Thread via GitHub
Lehel44 commented on code in PR #8495: URL: https://github.com/apache/nifi/pull/8495#discussion_r1552005815 ## nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/DeleteHDFS.java: ## @@ -177,16 +177,20 @@ public void onTrigger

[PR] NIFI-13002 restoring compression level that should not have been removed [nifi]

2024-04-04 Thread via GitHub
joewitt opened a new pull request, #8604: URL: https://github.com/apache/nifi/pull/8604 # Summary [NIFI-0](https://issues.apache.org/jira/browse/NIFI-0) # Tracking Please complete the following tracking steps pri

[jira] [Created] (NIFI-13002) Restore compression level mistakenly removed in NIFI-12996

2024-04-04 Thread Joe Witt (Jira)
Joe Witt created NIFI-13002: --- Summary: Restore compression level mistakenly removed in NIFI-12996 Key: NIFI-13002 URL: https://issues.apache.org/jira/browse/NIFI-13002 Project: Apache NiFi Issue Ty

Re: [PR] NIFI-12999: Revert "Bump webpack-dev-middleware and karma-webpack (#8547)" [nifi]

2024-04-04 Thread via GitHub
scottyaslan commented on PR #8603: URL: https://github.com/apache/nifi/pull/8603#issuecomment-2037825890 @sardell Running `mvn clean install -DskipTests -PjsUnitTests` from /nifi/nifi-registry also builds successfully for me. Can you please provide more details on your environment and

[jira] [Commented] (NIFI-12969) Under heavy load, nifi node unable to rejoin cluster, graph modified with temp funnel

2024-04-04 Thread Nissim Shiman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834034#comment-17834034 ] Nissim Shiman commented on NIFI-12969: -- Thank you very much [~markap14] [~joewitt] [

Re: [PR] NIFI-12999: Revert "Bump webpack-dev-middleware and karma-webpack (#8547)" [nifi]

2024-04-04 Thread via GitHub
scottyaslan commented on PR #8603: URL: https://github.com/apache/nifi/pull/8603#issuecomment-2037744152 > Node 18, so it is unclear how this works in automated builds. It also works on recent local builds, so is the issue limited to running Registry unit tests? If it is possible to rescope

Re: [PR] NIFI-12918 Fix Stateless NullPointerException on versioned sub-process groups - main branch [nifi]

2024-04-04 Thread via GitHub
slambrose commented on PR #8536: URL: https://github.com/apache/nifi/pull/8536#issuecomment-2037713285 @exceptionfactory Okay, this should be good now. -- 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 g

[jira] [Updated] (NIFI-12993) PutDatabaseRecord: add auto commit property and fully implement Batch Size for sql statement type

2024-04-04 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-12993: Affects Version/s: (was: 1.25.0) (was: 2.0.0-M2) Statu

Re: [PR] NIFI-12999: Revert "Bump webpack-dev-middleware and karma-webpack (#8547)" [nifi]

2024-04-04 Thread via GitHub
sardell commented on PR #8603: URL: https://github.com/apache/nifi/pull/8603#issuecomment-2037662958 @exceptionfactory I've confirmed with @koccs that he's able to reproduce the issue building the latest from `main` locally. -- This is an automated message from the Apache Git Service. To

Re: [PR] NIFI-12993 Add auto commit feature and add batch processing [nifi]

2024-04-04 Thread via GitHub
mattyb149 commented on PR #8597: URL: https://github.com/apache/nifi/pull/8597#issuecomment-2037655887 I recommend putting all the unit tests in one file and not using abbreviations for the test name. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] NIFI-12993 Add auto commit feature and add batch processing [nifi]

2024-04-04 Thread via GitHub
mattyb149 commented on PR #8597: URL: https://github.com/apache/nifi/pull/8597#issuecomment-2037649089 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 unsub

Re: [PR] NIFI-12923 Added append avro mode to PutHDFS [nifi]

2024-04-04 Thread via GitHub
mattyb149 commented on PR #8544: URL: https://github.com/apache/nifi/pull/8544#issuecomment-2037620687 In order for the append to work I had to set `Writing Strategy` to `Simple write`, if I leave the default `Write and rename`, it actually deletes the file. Is this intended? If not we shou

Re: [PR] NIFI-12918 Fix Stateless NullPointerException on versioned sub-process groups - 1.x support branch [nifi]

2024-04-04 Thread via GitHub
slambrose commented on PR #8572: URL: https://github.com/apache/nifi/pull/8572#issuecomment-2037604719 PR has been closed until the 2.0 fix is completed and merged (PR 8536) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] NIFI-12918 Fix Stateless NullPointerException on versioned sub-process groups - 1.x support branch [nifi]

2024-04-04 Thread via GitHub
slambrose closed pull request #8572: NIFI-12918 Fix Stateless NullPointerException on versioned sub-process groups - 1.x support branch URL: https://github.com/apache/nifi/pull/8572 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] NIFI-12918 Fix Stateless NullPointerException on versioned sub-process groups - main branch [nifi]

2024-04-04 Thread via GitHub
slambrose commented on code in PR #8536: URL: https://github.com/apache/nifi/pull/8536#discussion_r1551952629 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/flow/synchronization/StandardVersionedComponentSynchronizer.java

[jira] [Updated] (NIFI-12997) Correct AWS STS Version 2 Location

2024-04-04 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-12997: --- Fix Version/s: 2.0.0-M3 Resolution: Fixed Status: Resolved (was: Patch Available)

[jira] [Commented] (NIFI-12997) Correct AWS STS Version 2 Location

2024-04-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17833980#comment-17833980 ] ASF subversion and git services commented on NIFI-12997: Commit 7

Re: [PR] NIFI-12997 Correct AWS STS Version 2 location [nifi]

2024-04-04 Thread via GitHub
bbende merged PR #8599: URL: https://github.com/apache/nifi/pull/8599 -- 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: issues-unsubscr...@nifi.apache.org

[jira] [Updated] (NIFI-12963) Process Group Versioning

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

[jira] [Commented] (NIFI-12963) Process Group Versioning

2024-04-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17833951#comment-17833951 ] ASF subversion and git services commented on NIFI-12963: Commit 3

Re: [PR] [NIFI-12963] Process Group Versioning [nifi]

2024-04-04 Thread via GitHub
scottyaslan merged PR #8596: URL: https://github.com/apache/nifi/pull/8596 -- 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: issues-unsubscr...@nifi.apach

[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-04-04 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-12400: --- Description: The purpose of this Jira is to track all remaining items following the initial commit [

[jira] [Created] (NIFI-13001) Disconnected Node Acknowledgement

2024-04-04 Thread Matt Gilman (Jira)
Matt Gilman created NIFI-13001: -- Summary: Disconnected Node Acknowledgement Key: NIFI-13001 URL: https://issues.apache.org/jira/browse/NIFI-13001 Project: Apache NiFi Issue Type: Sub-task

Re: [PR] NIFI-12918 Fix Stateless NullPointerException on versioned sub-process groups - main branch [nifi]

2024-04-04 Thread via GitHub
slambrose commented on code in PR #8536: URL: https://github.com/apache/nifi/pull/8536#discussion_r1551746576 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/flow/synchronization/StandardVersionedComponentSynchronizer.java

Re: [PR] NIFI-12918 Fix Stateless NullPointerException on versioned sub-process groups - main branch [nifi]

2024-04-04 Thread via GitHub
slambrose commented on code in PR #8536: URL: https://github.com/apache/nifi/pull/8536#discussion_r1551746576 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/flow/synchronization/StandardVersionedComponentSynchronizer.java

Re: [PR] NIFI-12918 Fix Stateless NullPointerException on versioned sub-process groups - main branch [nifi]

2024-04-04 Thread via GitHub
slambrose commented on code in PR #8536: URL: https://github.com/apache/nifi/pull/8536#discussion_r1551746576 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/flow/synchronization/StandardVersionedComponentSynchronizer.java

Re: [PR] NIFI-12918 Fix Stateless NullPointerException on versioned sub-process groups - main branch [nifi]

2024-04-04 Thread via GitHub
slambrose commented on code in PR #8536: URL: https://github.com/apache/nifi/pull/8536#discussion_r1551746576 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/flow/synchronization/StandardVersionedComponentSynchronizer.java

[jira] [Updated] (NIFI-13000) Prevent text selection

2024-04-04 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-13000: --- Description: The UI should prevent text selection where appropriate. One notable place is on the enti

[jira] [Created] (MINIFICPP-2324) Add an option to the Windows installer whether to start the service after installation

2024-04-04 Thread Ferenc Gerlits (Jira)
Ferenc Gerlits created MINIFICPP-2324: - Summary: Add an option to the Windows installer whether to start the service after installation Key: MINIFICPP-2324 URL: https://issues.apache.org/jira/browse/MINIFICPP-

[jira] [Created] (MINIFICPP-2323) ListenTCP custom delimiter

2024-04-04 Thread Martin Zink (Jira)
Martin Zink created MINIFICPP-2323: -- Summary: ListenTCP custom delimiter Key: MINIFICPP-2323 URL: https://issues.apache.org/jira/browse/MINIFICPP-2323 Project: Apache NiFi MiNiFi C++ Issue T

[jira] [Created] (NIFI-13000) Prevent text selection

2024-04-04 Thread Matt Gilman (Jira)
Matt Gilman created NIFI-13000: -- Summary: Prevent text selection Key: NIFI-13000 URL: https://issues.apache.org/jira/browse/NIFI-13000 Project: Apache NiFi Issue Type: Sub-task Compone

Re: [PR] NIFI-12959: Support loading python processors from NARs [nifi]

2024-04-04 Thread via GitHub
markap14 commented on code in PR #8573: URL: https://github.com/apache/nifi/pull/8573#discussion_r1551643116 ## nifi-nar-bundles/nifi-py4j-bundle/nifi-py4j-bridge/src/main/java/org/apache/nifi/py4j/PythonProcess.java: ## @@ -234,8 +240,18 @@ private Process launchPythonProcess(f

Re: [PR] [NIFI-12963] Process Group Versioning [nifi]

2024-04-04 Thread via GitHub
rfellows commented on code in PR #8596: URL: https://github.com/apache/nifi/pull/8596#discussion_r1551618697 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/flow-designer/service/canvas-context-menu.service.ts: ## @

Re: [PR] NIFI-12999: Revert "Bump webpack-dev-middleware and karma-webpack (#8547)" [nifi]

2024-04-04 Thread via GitHub
sardell commented on PR #8603: URL: https://github.com/apache/nifi/pull/8603#issuecomment-2037093709 @exceptionfactory Thanks for taking a look. I created https://issues.apache.org/jira/browse/NIFI-12999 to track the issue. > To the substance of the issue, however, can you clarify how

[jira] [Created] (NIFI-12999) UI - local build fails because of updated nifi-registry dependency

2024-04-04 Thread Shane Ardell (Jira)
Shane Ardell created NIFI-12999: --- Summary: UI - local build fails because of updated nifi-registry dependency Key: NIFI-12999 URL: https://issues.apache.org/jira/browse/NIFI-12999 Project: Apache NiFi