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

Jörg Schad updated MESOS-8497:
------------------------------
    Description: 
When deploying a marathon app with Docker Containerizer (need to check Mesos 
Containerizer) and the parameter name set, Mesos is not able to 
recognize/control/kill the started container.

Steps to reproduce 
 # Deploy the below marathon app definition
 #  Watch task being stuck in staging and mesos not being able to kill it
 # Check on node and see container running, but not being recognized by mesos

{noformat}

{
"id": "/docker-test",
"instances": 1,
"portDefinitions": [],
"container": {
"type": "DOCKER",
"volumes": [],
"docker": {
"image": "ubuntu:16.04",
"parameters": [
{
"key": "name",
"value": "myname"
}
]
}
},
"cpus": 0.1,
"mem": 128,
"requirePorts": false,
"networks": [],
"healthChecks": [],
"fetch": [],
"constraints": [],
"cmd": "sleep 1000"
}

{noformat}

  was:
When deploying a marathon app with Docker Containerizer (need to check Mesos 
Containerizer) and the parameter name set, Mesos is not able to 
recognize/control/kill the started container.

Steps to reproduce 
 # Deploy the below marathon app definition
 #  Watch task being stuck in staging and mesos not being able to kill it
 # Check on node and see container running, but not being recognized by mesos

{quote}{
"id": "/docker-test",
"instances": 1,
"portDefinitions": [],
"container": {
"type": "DOCKER",
"volumes": [],
"docker": {
"image": "ubuntu:16.04",
"parameters": [
{
"key": "name",
"value": "myname"
}
]
}
},
"cpus": 0.1,
"mem": 128,
"requirePorts": false,
"networks": [],
"healthChecks": [],
"fetch": [],
"constraints": [],
"cmd": "sleep 1000"
}
{quote}


> Docker parameter `name` does not work with Docker Containerizer.
> ----------------------------------------------------------------
>
>                 Key: MESOS-8497
>                 URL: https://issues.apache.org/jira/browse/MESOS-8497
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Jörg Schad
>            Priority: Major
>
> When deploying a marathon app with Docker Containerizer (need to check Mesos 
> Containerizer) and the parameter name set, Mesos is not able to 
> recognize/control/kill the started container.
> Steps to reproduce 
>  # Deploy the below marathon app definition
>  #  Watch task being stuck in staging and mesos not being able to kill it
>  # Check on node and see container running, but not being recognized by mesos
> {noformat}
> {
> "id": "/docker-test",
> "instances": 1,
> "portDefinitions": [],
> "container": {
> "type": "DOCKER",
> "volumes": [],
> "docker": {
> "image": "ubuntu:16.04",
> "parameters": [
> {
> "key": "name",
> "value": "myname"
> }
> ]
> }
> },
> "cpus": 0.1,
> "mem": 128,
> "requirePorts": false,
> "networks": [],
> "healthChecks": [],
> "fetch": [],
> "constraints": [],
> "cmd": "sleep 1000"
> }
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to