You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/03 07:05:00 UTC

[jira] [Work logged] (BEAM-14027) Java PreCommit flaky org.apache.beam.sdk.transforms/ParDoLifecycleTest#testTeardownCalledAfterExceptionInProcessElementStateful

     [ https://issues.apache.org/jira/browse/BEAM-14027?focusedWorklogId=735796&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-735796 ]

ASF GitHub Bot logged work on BEAM-14027:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Mar/22 07:04
            Start Date: 03/Mar/22 07:04
    Worklog Time Spent: 10m 
      Work Description: reuvenlax commented on pull request #16991:
URL: https://github.com/apache/beam/pull/16991#issuecomment-1057739099


   Run Java PreCommit


-- 
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: github-unsubscribe@beam.apache.org

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


Issue Time Tracking
-------------------

            Worklog Id:     (was: 735796)
    Remaining Estimate: 0h
            Time Spent: 10m

> Java PreCommit flaky org.apache.beam.sdk.transforms/ParDoLifecycleTest#testTeardownCalledAfterExceptionInProcessElementStateful
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-14027
>                 URL: https://issues.apache.org/jira/browse/BEAM-14027
>             Project: Beam
>          Issue Type: Bug
>          Components: test-failures
>            Reporter: Luke Cwik
>            Assignee: Reuven Lax
>            Priority: P2
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Looks like https://github.com/apache/beam/pull/16727 is using the static map concurrently which is not thread safe.
> Causing failures like:
> {noformat}
> 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)
> 	at org.apache.beam.sdk.transforms.ParDoLifecycleTest$ExceptionThrowingFn.access$300(ParDoLifecycleTest.java:356)
> 	at org.apache.beam.sdk.transforms.ParDoLifecycleTest.testTeardownCalledAfterExceptionInProcessElementStateful(ParDoLifecycleTest.java:269)
> {noformat}
> See failure in:
> https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/21291/testReport/junit/org.apache.beam.sdk.transforms/ParDoLifecycleTest/testTeardownCalledAfterExceptionInProcessElementStateful/



--
This message was sent by Atlassian Jira
(v8.20.1#820001)