curcur commented on a change in pull request #17462:
URL: https://github.com/apache/flink/pull/17462#discussion_r747957300
##########
File path:
flink-state-backends/flink-statebackend-changelog/src/main/java/org/apache/flink/state/changelog/AbstractChangelogState.java
##########
@@ -90,6 +90,10 @@ public void setCurrentNamespace(N namespace) {
return
delegatedState.getStateIncrementalVisitor(recommendedMaxNumberOfReturnedRecords);
}
+ public void resetMetaDataWritten() {
Review comment:
for function naming, I think `resetMetaDataWritten` is more descriptive
for what it is doing than `onChangelogTruncated`. I would prefer to keep it as
it is.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]