You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Till Toenshoff (JIRA)" <ji...@apache.org> on 2017/03/20 02:49:41 UTC

[jira] [Created] (MESOS-7264) Possibly duplicate environment variables should not leak values to the sandbox.

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)