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

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

                Author: ASF GitHub Bot
            Created on: 19/Jun/20 18:18
            Start Date: 19/Jun/20 18:18
    Worklog Time Spent: 10m 
      Work Description: apilloud commented on pull request #12041:
URL: https://github.com/apache/beam/pull/12041#issuecomment-646802830


   R: @lukecwik


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

For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 448636)
    Time Spent: 20m  (was: 10m)

> ExecutorServiceParallelExecutor.waitUntilFinish drops exceptions
> ----------------------------------------------------------------
>
>                 Key: BEAM-10286
>                 URL: https://issues.apache.org/jira/browse/BEAM-10286
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-direct
>            Reporter: Andrew Pilloud
>            Assignee: Andrew Pilloud
>            Priority: P1
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> This is a race, I have been unable to reproduce in an isolated test, but it 
> is trivial to reproduce in a google internal integration suite with the 
> following change to 
> runners/direct-java/src/main/java/org/apache/beam/runners/direct/ExecutorServiceParallelExecutor.java
> {code}
>        // Get an update; don't block forever if another thread has handled 
> it. The call to poll will
>        // wait the entire timeout; this call primarily exists to relinquish 
> any core.
>        VisibleExecutorUpdate update = 
> visibleUpdates.tryNext(Duration.millis(25L));
> +      Thread.sleep(100);
>  
>        if (update == null && pipelineState.get().isTerminal()) {
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to