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 2015/09/23 08:52:04 UTC

[jira] [Created] (REEF-780) Lower down the log level when pulling HttpEndPoint to reduce noise and call SubmitAndGetDriverUrl to match the code at Java side.

Julia created REEF-780:
--------------------------

             Summary: Lower down the log level when pulling HttpEndPoint to reduce noise and call SubmitAndGetDriverUrl to match the code at Java side. 
                 Key: REEF-780
                 URL: https://issues.apache.org/jira/browse/REEF-780
             Project: REEF
          Issue Type: Bug
            Reporter: Julia
            Priority: Minor


Currently we pull httpEndPoint after Job is submitted. As the file might be written later,, in the loop of pulling, we log each pull as INFO level that makes  a lot of noise in the log. We should lower down the log leve to FINE. 

Also We created new Submit method and kept old Submit method. As no matter which one is called, At Java side we are using the new approach. So client side should match the change at server side to call new Submit method. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)