[GitHub] mesos pull request #175: 1.0.x

2017-08-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/mesos/pull/175


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] mesos pull request #175: 1.0.x

2016-10-29 Thread ling49043171
GitHub user ling49043171 opened a pull request:

https://github.com/apache/mesos/pull/175

1.0.x



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/mesos 1.0.x

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/mesos/pull/175.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #175


commit 3f04d371c736a319d5928b6b53bbdb573eccba0b
Author: Qian Zhang 
Date:   2016-07-15T21:31:58Z

Enhancement for containers which have image and join host network.

For the containers which have image and join host network, we enhanced
'network/cni' isolator to make sure they have access to host /etc/hosts
, /etc/hostname and /etc/resolv.conf files.

Review: https://reviews.apache.org/r/50065/

commit 4cef44c2260c498635d96c40aa282a9968877bca
Author: Jie Yu 
Date:   2016-07-16T01:37:04Z

Ignored /etc/* mounts to host filesystems if host network is used.

Review: https://reviews.apache.org/r/50102

commit 76ed504be8abc6ed331c4f758c7bcb3de2c8750b
Author: Jie Yu 
Date:   2016-07-16T01:55:01Z

Handled /etc/* file being dead links in CNI isolator.

Review: https://reviews.apache.org/r/50107

commit 8a0d7e0c185a46938bcce8fbeef8c4c04923ebcf
Author: Jie Yu 
Date:   2016-07-16T05:20:19Z

Handled systems that miss /etc/hostname in CNI isolator.

Review: https://reviews.apache.org/r/50108

commit 5f1351957008de4b5782df8242894c61f1028957
Author: Jie Yu 
Date:   2016-07-18T16:49:58Z

Updated the 1.0.0 CHANGELOG for a bug fix.

Review: https://reviews.apache.org/r/50145

commit 99bdf297bb5bff3b6c22d3b9249a2f83d294549e
Author: Jie Yu 
Date:   2016-07-18T21:20:53Z

Ignored /etc/hosts if it does not exist in CNI isolator.

Review: https://reviews.apache.org/r/50162

commit 86cf57f579624e18f8475db808f866f531167cc8
Author: Vinod Kone 
Date:   2016-07-20T00:24:17Z

Renamed GET_LEADING_MASTER to GET_MASTER in v1 operator API.

Review: https://reviews.apache.org/r/50211

commit d0f042e9df0fd2e1af27fcba06d8d4c6957c7f40
Author: Vinod Kone 
Date:   2016-07-20T00:35:57Z

Removed GET_STATE_SUMMARY from v1 operator API.

It is not clear if we would need this in v1 API.

Review: https://reviews.apache.org/r/50212

commit c3128a58a70209e1b31548cadba4493f87ddb5b4
Author: Vinod Kone 
Date:   2016-07-20T00:45:30Z

Made build* fields optional in VersionInfo protobuf.

This will enable us to use the VersionInfo for other components
that do not necessarily have a build_user etc.

Review: https://reviews.apache.org/r/50213

commit 05cc040c46421498ee23004dc4e2a93c91a3a080
Author: Jie Yu 
Date:   2016-07-20T18:52:52Z

Used LIBPROCESS_SSL_ instead of SSL_ as the prefix for ssl support.

Review: https://reviews.apache.org/r/50257

commit a15846210ccad97c3d1ba44578e978567b9c4456
Author: Jie Yu 
Date:   2016-07-20T20:58:10Z

Updated the document about SSL env variables.

Review: https://reviews.apache.org/r/50262

commit 3551932edb4433f64b94b81ad0b361d0538a951e
Author: Jie Yu 
Date:   2016-07-20T21:37:43Z

Updated 1.0 CHANGELOG about an SSL fix.

Review: https://reviews.apache.org/r/50265

commit 34ba5f41737ac7319aad2c8e97998744fb8318c4
Author: Jie Yu 
Date:   2016-07-20T21:58:50Z

Updated upgrades.md about deprecated SSL env variables.

Review: https://reviews.apache.org/r/50267

commit a93b09bbfddacb45f46e58aa0f42dc43ba06f49b
Author: Greg Mann 
Date:   2016-07-21T00:10:44Z

Refactored fetcher cache directory creation.

The fetcher's launcher creates the fetcher cache directory for each user
immediately before an artifact is fetched. In order to allow this
directory to be created by a different user than the user doing the
fetching, this patch factors out this directory creation and places it
before all fetches occur.

Review: https://reviews.apache.org/r/50199/

commit 37e06d402267e2a9044dbb577c8887ad1bd9185f
Author: Greg Mann 
Date:   2016-07-21T00:13:58Z

Made the agent fetch files as the task user.

To ensure that a task cannot fetch root-protected files from the local
filesystem when running as a non-root user, this patch changes the
fetcher to fetch files as the task user.

Review: https://reviews.apache.org/r/50200/

commit 044797a6ad489a00d05dfb646481e19d649a330a
Author: Greg Mann 
Date:   2016-07-21T16:02:05Z

Updated CHANGELOG with fetcher user changes.