You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/11 11:45:01 UTC

[jira] [Work logged] (BEAM-4040) Direct runner does not wait for failed tasks to teardown

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

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

                Author: ASF GitHub Bot
            Created on: 11/Apr/18 11:44
            Start Date: 11/Apr/18 11:44
    Worklog Time Spent: 10m 
      Work Description: rmannibucau opened a new pull request #5096: [BEAM-4040][BEAM-4047] ensure direct runner wait teardown calls even on exception
URL: https://github.com/apache/beam/pull/5096
 
 
   if an exception occurs in finish bundle or other the teardown is not waited cause the event loop in the direct runner driver exit when exception state is set.
   
   This PR ensures that waitUntilFinish() wait the execution is actually finished before exiting.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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

> Direct runner does not wait for failed tasks to teardown
> --------------------------------------------------------
>
>                 Key: BEAM-4040
>                 URL: https://issues.apache.org/jira/browse/BEAM-4040
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-direct
>    Affects Versions: 2.5.0
>            Reporter: Ismaël Mejía
>            Assignee: Romain Manni-Bucau
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> While testing write retry on SolrIO we found that the direct runner does not correctly handle the finalization of failed tasks. It seems it does not call teardown on pending tasks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)