You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by qi...@apache.org on 2019/08/16 13:54:00 UTC

[mesos] branch 1.6.x updated (515de64 -> 23020e1)

This is an automated email from the ASF dual-hosted git repository.

qianzhang pushed a change to branch 1.6.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.


 discard 515de64  WIP.
     new 23020e1  Fixed a compilation error on clang build.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (515de64)
            \
             N -- N -- N   refs/heads/1.6.x (23020e1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[mesos] 01/01: Fixed a compilation error on clang build.

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qianzhang pushed a commit to branch 1.6.x
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 23020e11ab37e92e90b7849dc547396c6031b10d
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Fri Aug 16 18:39:21 2019 +0800

    Fixed a compilation error on clang build.
---
 src/slave/containerizer/mesos/isolators/volume/secret.hpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/slave/containerizer/mesos/isolators/volume/secret.hpp b/src/slave/containerizer/mesos/isolators/volume/secret.hpp
index 9b557ed..9922cab 100644
--- a/src/slave/containerizer/mesos/isolators/volume/secret.hpp
+++ b/src/slave/containerizer/mesos/isolators/volume/secret.hpp
@@ -51,8 +51,7 @@ public:
       const ContainerID& containerId,
       const mesos::slave::ContainerConfig& containerConfig);
 
-  process::Future<Nothing> cleanup(
-      const ContainerID& containerId) override;
+  virtual process::Future<Nothing> cleanup(const ContainerID& containerId);
 
 private:
   VolumeSecretIsolatorProcess(