Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.