Till Toenshoff created MESOS-7264:
-------------------------------------

             Summary: Possibly duplicate environment variables should not leak 
values to the sandbox.
                 Key: MESOS-7264
                 URL: https://issues.apache.org/jira/browse/MESOS-7264
             Project: Mesos
          Issue Type: Bug
          Components: agent
    Affects Versions: 1.2.0
            Reporter: Till Toenshoff
            Assignee: Till Toenshoff


When looking into MESOS-7263, the following also came up.

{noformat}
./src/mesos-execute --name="test" --env='{"key1":"value1"}' --command='sleep 
1000' --master=127.0.0.1:5050
{noformat}

Within the contents of `stdout`:
{noformat}
Overwriting environment variable 'key1', original: 'value1', new: 'value1'
{noformat}

There seems no obvious need to warn the user as the value is identical.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to