You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by "Liu Xun (Jira)" <ji...@apache.org> on 2020/07/06 01:35:00 UTC

[jira] [Resolved] (SUBMARINE-541) Running time is null sometimes

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

Liu Xun resolved SUBMARINE-541.
-------------------------------
    Fix Version/s: 0.5.0
       Resolution: Fixed

Issue resolved by pull request 341
[https://github.com/apache/submarine/pull/341]

> 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
>            Assignee: Kevin Su
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.5.0
>
>
>  
> 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: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org