rkhachatryan commented on a change in pull request #15200:
URL: https://github.com/apache/flink/pull/15200#discussion_r602951235
##########
File path:
flink-state-backends/flink-statebackend-changelog/src/main/java/org/apache/flink/state/changelog/ChangelogValueState.java
##########
@@ -49,17 +66,25 @@ public V value() throws IOException {
@Override
public void update(V value) throws IOException {
+ changeLogger.stateUpdated(value, currentNamespace);
delegatedState.update(value);
Review comment:
As disccussed offline, write efficiency is a changelog implementation
concern.
--
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]