Skip to content

NIFI-12824 Remove ExecuteStateless Processor and NAR#8434

Closed
exceptionfactory wants to merge 2 commits intoapache:mainfrom
exceptionfactory:NIFI-12824
Closed

NIFI-12824 Remove ExecuteStateless Processor and NAR#8434
exceptionfactory wants to merge 2 commits intoapache:mainfrom
exceptionfactory:NIFI-12824

Conversation

@exceptionfactory
Copy link
Contributor

Summary

NIFI-12824 Removes the ExecuteStateless Processor and nifi-stateless-processor-nar from the main branch in favor of the Stateless execution mode available for any Process Group.

The 2.0.0-M1 and 2.0.0-M2 releases include both the ExecuteStateless Processor and the Stateless execution mode capabilities, providing a transition path for existing usage of ExecuteStateless.

Tracking

Please complete the following tracking steps prior to pull request creation.

Issue Tracking

Pull Request Tracking

  • Pull Request title starts with Apache NiFi Jira issue number, such as NIFI-00000
  • Pull Request commit message starts with Apache NiFi Jira issue number, as such NIFI-00000

Pull Request Formatting

  • Pull Request based on current revision of the main branch
  • Pull Request refers to a feature branch with one commit containing changes

Verification

Please indicate the verification steps performed prior to pull request creation.

Build

  • Build completed using mvn clean install -P contrib-check
    • JDK 21

Licensing

  • New dependencies are compatible with the Apache License 2.0 according to the License Policy
  • New dependencies are documented in applicable LICENSE and NOTICE files

Documentation

  • Documentation formatting appears as expected in rendered files

@joewitt
Copy link
Contributor

joewitt commented Feb 20, 2024

Thanks for tackling this. Super nice to be able to do this correctly and as desired now with stateless process groups and this saves a good bit of space from the build!

Running a build now but the changes appear obvious/correct.

@joewitt
Copy link
Contributor

joewitt commented Feb 20, 2024

Was going to note only a minor adjustment in total build size which surprised me. And then I see another commit to remove the stateless nar which presumably means the stateless capabilities are nicely baked into the framework itself. Well played!

@joewitt
Copy link
Contributor

joewitt commented Feb 21, 2024

The stinkin test failures are unrelated and are a goofy test problem like NIFI-12768. The full clean build plus integration tests is great and the size drops 30 MB. Good stuff

@asfgit asfgit closed this in 014d539 Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants