rionmonster commented on issue #1873:
URL: https://github.com/apache/fluss/issues/1873#issuecomment-3457010738

   I think I may be able to take a stab at this. I was able to pretty 
consistently reproduce it via a repeated iteration within IntelliJ, so it's 
very likely we can add some necessary retries or other behavior into the test 
harness to prevent it from happening:
   
   ```
   @Test
   void testBrokenSnapshotRecovery(@TempDir File snapshotKvTabletDir) throws 
Exception {
       int iterations = 0;
       for (int i = 0; i < iterations; i++) {
           // Insert test body with associated try-catch to capture failures
       }
   }
   ```


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