You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Harish Jaiprakash (JIRA)" <ji...@apache.org> on 2017/05/02 01:15:04 UTC

[jira] [Created] (TEZ-3707) TezSharedExecutor race condition in awaitTermination vs isTerminated.

Harish Jaiprakash created TEZ-3707:
--------------------------------------

             Summary: TezSharedExecutor race condition in awaitTermination vs isTerminated.
                 Key: TEZ-3707
                 URL: https://issues.apache.org/jira/browse/TEZ-3707
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Harish Jaiprakash


awaitTermination finishes if all the futures are resolved. isTerminated returns true if futures is empty. future done is invoked after the future is resolve, which can lead to awaitTermination finishing but isTerminated is false until done is invoked.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)