You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Siddharth Seth (JIRA)" <ji...@apache.org> on 2014/08/15 09:05:18 UTC

[jira] [Created] (TEZ-1433) Invalid credentials can be used when a DAG is submitted to a session which has timed out

Siddharth Seth created TEZ-1433:
-----------------------------------

             Summary: Invalid credentials can be used when a DAG is submitted to a session which has timed out
                 Key: TEZ-1433
                 URL: https://issues.apache.org/jira/browse/TEZ-1433
             Project: Apache Tez
          Issue Type: Bug
    Affects Versions: 0.4.0
            Reporter: Siddharth Seth


When a DAG is submitted to a session which has timed out, and the same DAG is then submitted to a new session - credentials associated with the old session can end up getting used.
Before we know that the session is no longer valid, the DAG is modified to add local resources and credentials.
On the next submission, since the DAG already has tokens (for HDFS for example) from the old session, the tokens are not updated.
Meanwhile, the old token would end up being cancelled by the RM - since the applicaiton associated with the previous session has finished.



--
This message was sent by Atlassian JIRA
(v6.2#6252)