Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-7263

User supplied task environment variables cause warnings in sandbox stdout.

    XMLWordPrintableJSON

Details

    • Mesosphere Sprint 53
    • 3

    Description

      The default executor causes task/command environment variables to get duplicated internally, causing warnings in the resulting sandbox stdout.

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

      Result in stdout of the sandbox:

      Overwriting environment variable 'key1', original: 'value1', new: 'value1'
      

      Attachments

        Issue Links

          Activity

            People

              tillt Till Toenshoff
              tillt Till Toenshoff
              Alex R Alex R
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: