Re: [PR] NIFI-12731: Ensure state is updated in GetHBase whenever the session is committed [nifi]

2024-02-01 Thread via GitHub
asfgit closed pull request #8346: NIFI-12731: Ensure state is updated in GetHBase whenever the session is committed URL: https://github.com/apache/nifi/pull/8346 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] NIFI-12731: Ensure state is updated in GetHBase whenever the session is committed [nifi]

2024-02-01 Thread via GitHub
mattyb149 opened a new pull request, #8346: URL: https://github.com/apache/nifi/pull/8346 # Summary [NIFI-12731](https://issues.apache.org/jira/browse/NIFI-12731) This PR calls setState() in GetHBase whenever the session is committed, in order to avoid duplicate processing on error.