fredia commented on code in PR #19448:
URL: https://github.com/apache/flink/pull/19448#discussion_r882367014
##########
flink-runtime/src/main/java/org/apache/flink/runtime/state/SharedStateRegistryImpl.java:
##########
@@ -137,8 +146,8 @@ public StreamStateHandle registerReference(
return entry.stateHandle;
}
- @Override
- public void unregisterUnusedState(long lowestCheckpointID) {
+ private void unregisterState(
+ long lowestCheckpointID, Consumer<Long> markCheckpointInUseAction)
{
Review Comment:
I tested the `markCheckpointInUseAction` in `CheckpointsCleanerTest`.
--
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]