[ 
https://issues.apache.org/jira/browse/SUBMARINE-541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wanqiang Ji updated SUBMARINE-541:
----------------------------------
     Fix Version/s:     (was: 0.4.0)
    Target Version: 0.5.0  (was: 0.4.0)

> Running time is null sometimes
> ------------------------------
>
>                 Key: SUBMARINE-541
>                 URL: https://issues.apache.org/jira/browse/SUBMARINE-541
>             Project: Apache Submarine
>          Issue Type: Bug
>            Reporter: Kevin Su
>            Priority: Minor
>
>  
> Despite the experiment is finished, the running time is null sometimes. 
> $ curl http://submarine:8080/api/v1/experiment
> {code:java}
> {
>   "status": "OK",
>   "code": 200,
>   "success": true,
>   "message": null,
>   "result": [
>     {
>       "experimentId": "experiment_1592740366377_0002",
>       "name": "deepfm",
>       "uid": "dc52be71-94d1-4cfd-999f-4a7b6e914b45",
>       "status": "Succeeded",
>       "acceptedTime": "2020-06-21T19:57:10.000+08:00",
>       "createdTime": "2020-06-21T19:57:10.000+08:00",
>       "runningTime": null,
>       "finishedTime": "2020-06-21T20:04:10.000+08:00",
>       "spec": {
>         "meta": {
>           "name": "deepfm",
>           "namespace": "submarine",
>           "framework": "TensorFlow",
>           "cmd": "python3 run_deepfm.py -conf deepfm.json",
>           "envVars": {
>             "ENV1": "ENV1"
>           }
>         },
>         "environment": {
>           "image": "docker.io/pingsutw/tf-deepfm:0.1"
>         },
>         "spec": {
>           "Worker": {
>             "replicas": 1,
>             "resources": "cpu=4,memory=4096M",
>             "name": null,
>             "image": null,
>             "cmd": null,
>             "envVars": null,
>             "resourceMap": {
>               "memory": "4096M",
>               "cpu": "4"
>             }
>           }
>         }
>       }
>     }
>   ],
>   "attributes": {}
> }{code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to