You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Julia (JIRA)" <ji...@apache.org> on 2017/11/02 21:42:00 UTC

[jira] [Created] (REEF-1946) Add retry to make sure DriverUri is obtained after the driver starts

Julia created REEF-1946:
---------------------------

             Summary: Add retry to make sure DriverUri is obtained after the driver starts
                 Key: REEF-1946
                 URL: https://issues.apache.org/jira/browse/REEF-1946
             Project: REEF
          Issue Type: Improvement
            Reporter: Julia
            Priority: Minor


Currently we call GetDriverUrl from JobSubmissionResult constructor. There is a possibility that the driver Url is not available yet at the time JobSubmissionResult  is constructed. We should have retry logic to wait for a while until driver url is ready. Or call GetDriverUrl again when clients access JobSubmissionResult.DriverUrl property and it doesn't contain proper value yet.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)