pnowojski commented on a change in pull request #7010: [FLINK-10353][kafka] 
Support change of transactional semantics in Kaf…
URL: https://github.com/apache/flink/pull/7010#discussion_r231060313
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunction.java
 ##########
 @@ -320,9 +320,9 @@ public void initializeState(FunctionInitializationContext 
context) throws Except
 
                state = 
context.getOperatorStateStore().getListState(stateDescriptor);
 
+               boolean recoveredUserContext = false;
 
 Review comment:
   is this relevant to the bug fix or is this a clean up refactor?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to