rkhachatryan commented on pull request #13709:
URL: https://github.com/apache/flink/pull/13709#issuecomment-713453964


   There was a failure of `ZooKeeperHighAvailabilityITCase` after my changes.
   If I understood correctly, it tests whether failure to retrieve a checkpoint 
fails recovery. This assumption doesn't hold now (if the checkpoints are 
already in memory in ids match ones in ZK). The test was added in FLINK-8487.
   
   I couldn't find a way to re-create ZKStore to force retrieval -> to raise 
error -> to pass the test.
   So I just replaced ITCase with a unit test to check whether failure of 
`handle.retrieve` causes failure of `ZKStore.recover()` .
   @aljoscha, can you take a look?
   
   @flinkbot run azure


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to