pvary commented on PR #9451:
URL: https://github.com/apache/iceberg/pull/9451#issuecomment-1884276764

   > I doubt we will still have flakiness as long as the following exists
   > 
   > ```java
   >   CommonTestUtils.waitForAllTaskRunning(
   > miniClusterResource.getMiniCluster(), jobClient.getJobID(), false);
   > ```
   
   I have seen the classloader issue in a CI run yesterday. That code contained 
the `CommonTestUtils.waitForAllTaskRunning` line.
   
   I am really confused, because I couldn't reproduce the issue in any way 
locally, but seen it happen quite frequently on CI. This change is mostly a 
stab in the dark, but removes the code lines which make the issue to surface.


-- 
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...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to