curcur commented on a change in pull request #17462:
URL: https://github.com/apache/flink/pull/17462#discussion_r747999451
##########
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:
I've changed `resetMetaDataWritten` to `resetWritingMetaFlag` (in this
way, probably we do not need a java doc). WDYT?
--
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]