davidradl commented on code in PR #26696:
URL: https://github.com/apache/flink/pull/26696#discussion_r2154309583
##########
flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/datatransfer/CopyDataTransferStrategy.java:
##########
@@ -153,7 +157,8 @@ private HandleAndLocalPath copyFileToCheckpoint(
private @Nullable StreamStateHandle tryPathCopyingToCheckpoint(
@Nonnull StreamStateHandle sourceHandle,
CheckpointStreamFactory checkpointStreamFactory,
- CheckpointedStateScope stateScope) {
+ CheckpointedStateScope stateScope,
+ CloseableRegistry tmpResourcesRegistry) {
Review Comment:
please add to javadoc
--
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]