zoltar9264 commented on code in PR #21812:
URL: https://github.com/apache/flink/pull/21812#discussion_r1102327361


##########
flink-dstl/flink-dstl-dfs/src/main/java/org/apache/flink/changelog/fs/TaskChangelogRegistry.java:
##########
@@ -46,29 +46,29 @@
 @Internal
 public interface TaskChangelogRegistry {
 
-    /** Start tracking the state uploaded for the given backends. */
-    void startTracking(StreamStateHandle handle, Set<UUID> backendIDs);
+    /** Start tracking the state uploaded. */
+    void startTracking(StreamStateHandle handle, long refCount);

Review Comment:
   Thanks for your suggestion  @rkhachatryan , I will do that.



-- 
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]

Reply via email to