cushon commented on pull request #17028:
URL: https://github.com/apache/beam/pull/17028#issuecomment-1064195228
The CI failures look possibly like flakes:
```
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1469)
at java.util.HashMap$ValueIterator.next(HashMap.java:1498)
at java.util.AbstractCollection.toString(AbstractCollection.java:461)
at java.lang.String.valueOf(String.java:2994)
at java.lang.StringBuilder.append(StringBuilder.java:131)
at
org.apache.beam.sdk.transforms.ParDoLifecycleTest$ExceptionThrowingFn.validate(ParDoLifecycleTest.java:392)
```
in
`org.apache.beam.sdk.transforms.ParDoLifecycleTest.testTeardownCalledAfterExceptionInFinishBundleStateful`:
https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/21347/testReport/org.apache.beam.sdk.transforms/ParDoLifecycleTest/testTeardownCalledAfterExceptionInFinishBundleStateful/
And:
```
09:23:46 > Task :beam-test-infra-metrics:validateConfiguration
09:23:46 W0307 17:23:44.399526 3830908 helpers.go:549] --dry-run=true is
deprecated (boolean value) and can be replaced with --dry-run=client.
09:24:15 Unable to connect to the server: dial tcp 104.154.102.21:443: i/o
timeout
```
in
https://ci-beam.apache.org/job/beam_PreCommit_CommunityMetrics_Commit/5078/console
--
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]