----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40284/ -----------------------------------------------------------
Review request for mesos and Timothy Chen. Repository: mesos Description ------- When SSL is enabled, the executor process will also expect SSL certs, keys etc. which causes unnecessary dependencies. A simple case is when password is required for the SSL key. In this case, the executor would launch and wait for user on terminal to enter password. Diffs ----- src/slave/containerizer/mesos/containerizer.cpp 08243b61c1c277da7609bc910323cc1e27ff5cd4 Diff: https://reviews.apache.org/r/40284/diff/ Testing ------- Thanks, Jojy Varghese
