-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52154/
-----------------------------------------------------------

(Updated Oct. 7, 2016, 2:55 p.m.)


Review request for mesos, Joris Van Remoortere and Till Toenshoff.


Changes
-------

Rebased.


Bugs: MESOS-6216
    https://issues.apache.org/jira/browse/MESOS-6216


Repository: mesos


Description (updated)
-------

This code modified the process environment in order to support upgrading
on the fly from old-style libprocess SSL variables `SSL_` to
`LIBPROCESS_SSL_`. Modifying the process environment at this point is
not safe as other actors might concurrently read out that same
environment.

Instead avoid changing the process environment altogether since flags
can just as well be read from a map.


Diffs (updated)
-----

  3rdparty/libprocess/src/openssl.cpp d73abbdeeff0f69e79df94f1f128b922397cd884 

Diff: https://reviews.apache.org/r/52154/diff/


Testing
-------

Tested on various platforms in internal CI.


Thanks,

Benjamin Bannier

Reply via email to