Zakelly commented on code in PR #25993:
URL: https://github.com/apache/flink/pull/25993#discussion_r1918111456


##########
flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/operators/AbstractAsyncStateStreamOperator.java:
##########
@@ -90,9 +90,7 @@ public abstract class AbstractAsyncStateStreamOperator<OUT> 
extends AbstractStre
 
     /** Initialize necessary state components for {@link 
AbstractStreamOperator}. */
     @Override
-    public void initializeState(StreamTaskStateInitializer 
streamTaskStateManager)
-            throws Exception {
-        super.initializeState(streamTaskStateManager);
+    public void beforeInitializeStateHandler() {

Review Comment:
   finalize this method?



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