adoroszlai commented on PR #10454: URL: https://github.com/apache/ozone/pull/10454#issuecomment-4726587017
> [retrigger after transient failures](https://github.com/apache/ozone/pull/10454/commits/9a37d05f7fa5ceb48860f7aeaa3d9611dd266719) The failures are not transient. Please fix them instead of simply retriggering CI. To find the problem, you can download test logs from https://github.com/omkenge/ozone/actions/runs/27664987145 (see `Artifacts` at the bottom). There is at least one big problem that fails all tests that write any data: ``` java.lang.UnsupportedOperationException at java.base/java.util.Collections$UnmodifiableCollection.removeAll(Collections.java:1105) at org.apache.hadoop.hdds.scm.container.ContainerManagerImpl.getMatchingContainer(ContainerManagerImpl.java:381) at org.apache.hadoop.hdds.scm.pipeline.WritableRatisContainerProvider.selectContainer(WritableRatisContainerProvider.java:184) at org.apache.hadoop.hdds.scm.pipeline.WritableRatisContainerProvider.getContainer(WritableRatisContainerProvider.java:154) at org.apache.hadoop.hdds.scm.pipeline.WritableRatisContainerProvider.getContainer(WritableRatisContainerProvider.java:83) at org.apache.hadoop.hdds.scm.pipeline.WritableContainerFactory.getContainer(WritableContainerFactory.java:72) at org.apache.hadoop.hdds.scm.block.BlockManagerImpl.allocateBlock(BlockManagerImpl.java:163) ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
