readl1 commented on pull request #2231: URL: https://github.com/apache/nifi/pull/2231#issuecomment-800749080
What if the cdc data hasn't changed? I have a 2 hour run frequently and it's not uncommon to have the same data pushed 5 or 6 times. On Tue, Mar 16, 2021, 9:41 PM Peter Wicks ***@***.***> wrote: > @readl1 <https://github.com/readl1> Hmm. State is one of the last things > we save, and if state save fails then we remove the whole file. > > stateManager.setState(statePropertyMap, Scope.CLUSTER); > session.commit(); > } catch (IOException e) { > session.remove(cdcFlowFile); > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/nifi/pull/2231#issuecomment-800728505>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/ACHJPBPQH4L5SNF7OHMABT3TEACERANCNFSM4EBDBPRA> > . > ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
