Abacn commented on code in PR #39191:
URL: https://github.com/apache/beam/pull/39191#discussion_r3508010176


##########
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/BundleCheckpointHandlers.java:
##########
@@ -82,6 +85,20 @@ private static String constructSdfCheckpointId(String id, 
int index) {
       return SDF_PREFIX + ":" + id + ":" + index;
     }
 
+    /** The state id under which all SDF self-checkpoint residuals for a 
key/window are stored. */

Review Comment:
   Just a note, it appears BundleCheckpointHandlers is only used by Flink 
runner, thus this bug only affects Flink runner as well



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