You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2018/04/10 06:36:00 UTC

[jira] [Created] (BEAM-4039) ExecutorServiceParallelExecutor should have a unified shutdown collection

Romain Manni-Bucau created BEAM-4039:
----------------------------------------

             Summary: ExecutorServiceParallelExecutor should have a unified shutdown collection
                 Key: BEAM-4039
                 URL: https://issues.apache.org/jira/browse/BEAM-4039
             Project: Beam
          Issue Type: Improvement
          Components: runner-direct
            Reporter: Romain Manni-Bucau
            Assignee: Thomas Groh


Goal of this ticket is to ensure the executor doesn't have to know each single instances of what it destroys at shutdown time.

Proposal is to have a list of closeable (or autocloseable) which and a registerCloseable which would decouple it.

Side note: it is still key to ensure the list is 1. sorted and 2. any error doesn't prevent to call next element



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