tweise opened a new pull request #17111:
URL: https://github.com/apache/flink/pull/17111


   ## What is the purpose of the change
   
   Restore from savepoint fails due to deserialization of underlying splits 
before the underlying enumerator has been restored (details in JIRA). With this 
change deserialization will be deferred and be explicit in the HybridSource 
enumerator/reader.
   
   ## Verifying this change
   
   Existing tests don't cover restore from savepoint (ITCase performs recovery 
from initial state). Deserialization of HybridSplit and enumerator checkpoint 
covered by unit test. Changes verified with internal deployment. Planning to 
add unit test that just deserializes HybridSourceSplit before merging. 
   


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to