Re: Review Request 67187: Tested per-framework task state metrics.

2018-07-31 Thread Greg Mann

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

(Updated July 31, 2018, 11:25 p.m.)


Review request for mesos, Gastón Kleiman and Gilbert Song.


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


Repository: mesos


Description
---

This patch adds `MasterTest.TaskStateMetrics`, which verifies that
per-framework task state metrics for both terminal and active task
states report correct values, even after agent reregistration.


Diffs (updated)
-

  src/tests/master_tests.cpp 44b0ac39f87c6415e130c5e7f505428642739311 


Diff: https://reviews.apache.org/r/67187/diff/9/

Changes: https://reviews.apache.org/r/67187/diff/8-9/


Testing
---

The new test was run ~10,000 times with no failures.


Thanks,

Greg Mann



Re: Review Request 67187: Tested per-framework task state metrics.

2018-07-31 Thread Gastón Kleiman

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


Fix it, then Ship it!





src/tests/master_tests.cpp
Lines 9117 (patched)


Nit: do we nee the `mesos::internal::` prefix? No other test seems to need 
it.



src/tests/master_tests.cpp
Lines 9123 (patched)


Ditto prefix.


- Gastón Kleiman


On July 30, 2018, 6:53 p.m., Greg Mann wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67187/
> ---
> 
> (Updated July 30, 2018, 6:53 p.m.)
> 
> 
> Review request for mesos, Gastón Kleiman and Gilbert Song.
> 
> 
> Bugs: MESOS-8847
> https://issues.apache.org/jira/browse/MESOS-8847
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> This patch adds `MasterTest.TaskStateMetrics`, which verifies that
> per-framework task state metrics for both terminal and active task
> states report correct values, even after agent reregistration.
> 
> 
> Diffs
> -
> 
>   src/tests/master_tests.cpp 44b0ac39f87c6415e130c5e7f505428642739311 
> 
> 
> Diff: https://reviews.apache.org/r/67187/diff/8/
> 
> 
> Testing
> ---
> 
> The new test was run ~10,000 times with no failures.
> 
> 
> Thanks,
> 
> Greg Mann
> 
>



Re: Review Request 67187: Tested per-framework task state metrics.

2018-07-30 Thread Greg Mann

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

(Updated July 31, 2018, 1:53 a.m.)


Review request for mesos, Gastón Kleiman and Gilbert Song.


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


Repository: mesos


Description
---

This patch adds `MasterTest.TaskStateMetrics`, which verifies that
per-framework task state metrics for both terminal and active task
states report correct values, even after agent reregistration.


Diffs (updated)
-

  src/tests/master_tests.cpp 44b0ac39f87c6415e130c5e7f505428642739311 


Diff: https://reviews.apache.org/r/67187/diff/8/

Changes: https://reviews.apache.org/r/67187/diff/7-8/


Testing
---

The new test was run ~10,000 times with no failures.


Thanks,

Greg Mann



Re: Review Request 67187: Tested per-framework task state metrics.

2018-07-30 Thread Greg Mann

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

(Updated July 31, 2018, 12:22 a.m.)


Review request for mesos, Gastón Kleiman and Gilbert Song.


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


Repository: mesos


Description
---

This patch adds `MasterTest.TaskStateMetrics`, which verifies that
per-framework task state metrics for both terminal and active task
states report correct values, even after agent reregistration.


Diffs (updated)
-

  src/tests/master_tests.cpp 44b0ac39f87c6415e130c5e7f505428642739311 


Diff: https://reviews.apache.org/r/67187/diff/7/

Changes: https://reviews.apache.org/r/67187/diff/6-7/


Testing
---

The new test was run ~10,000 times with no failures.


Thanks,

Greg Mann



Re: Review Request 67187: Tested per-framework task state metrics.

2018-07-30 Thread Greg Mann


> On July 25, 2018, 9:06 p.m., Gastón Kleiman wrote:
> > src/tests/master_tests.cpp
> > Lines 9113-9117 (patched)
> > 
> >
> > Can we use the new helpers here?
> > 
> > ```
> >   testing::Sequence taskSequence1;
> >   Future running1;
> > 
> >   EXPECT_CALL(
> >   sched,
> >   statusUpdate(, AllOf(
> >   TaskStatusTaskIdEq(task1.id()),
> >   TaskStatusStateEq(TASK_STARTING
> > .InSequence(taskSequence1)
> > 
> >   EXPECT_CALL(
> >  sched,
> >  statusUpdate(, AllOf(
> >  TaskStatusTaskIdEq(task1.id()),
> >  TaskStatusStateEq(TASK_RUNNING
> >.InSequence(taskSequence1)
> >.WillOnce(FutureArg<1>());
> > ```

Thx for this suggestion!!


- Greg


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


On July 31, 2018, 12:22 a.m., Greg Mann wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67187/
> ---
> 
> (Updated July 31, 2018, 12:22 a.m.)
> 
> 
> Review request for mesos, Gastón Kleiman and Gilbert Song.
> 
> 
> Bugs: MESOS-8847
> https://issues.apache.org/jira/browse/MESOS-8847
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> This patch adds `MasterTest.TaskStateMetrics`, which verifies that
> per-framework task state metrics for both terminal and active task
> states report correct values, even after agent reregistration.
> 
> 
> Diffs
> -
> 
>   src/tests/master_tests.cpp 44b0ac39f87c6415e130c5e7f505428642739311 
> 
> 
> Diff: https://reviews.apache.org/r/67187/diff/7/
> 
> 
> Testing
> ---
> 
> The new test was run ~10,000 times with no failures.
> 
> 
> Thanks,
> 
> Greg Mann
> 
>



Re: Review Request 67187: Tested per-framework task state metrics.

2018-07-27 Thread Greg Mann


> On July 25, 2018, 9:06 p.m., Gastón Kleiman wrote:
> > src/tests/master_tests.cpp
> > Lines 9107 (patched)
> > 
> >
> > Do we have to specify the resources? I think the defaults should be 
> > good.

But the resources are a required parameter for `createTask`?


- Greg


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


On July 27, 2018, 4:23 p.m., Greg Mann wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67187/
> ---
> 
> (Updated July 27, 2018, 4:23 p.m.)
> 
> 
> Review request for mesos, Gastón Kleiman and Gilbert Song.
> 
> 
> Bugs: MESOS-8847
> https://issues.apache.org/jira/browse/MESOS-8847
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> This patch adds `MasterTest.TaskStateMetrics`, which verifies that
> per-framework task state metrics for both terminal and active task
> states report correct values, even after agent reregistration.
> 
> 
> Diffs
> -
> 
>   src/tests/master_tests.cpp 44b0ac39f87c6415e130c5e7f505428642739311 
>   src/tests/mesos.hpp 8142f3f3ab8e4e9230efdcd2e6846d0e0bd293b2 
> 
> 
> Diff: https://reviews.apache.org/r/67187/diff/6/
> 
> 
> Testing
> ---
> 
> The new test was run ~10,000 times with no failures.
> 
> 
> Thanks,
> 
> Greg Mann
> 
>



Re: Review Request 67187: Tested per-framework task state metrics.

2018-07-27 Thread Greg Mann

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

(Updated July 27, 2018, 4:23 p.m.)


Review request for mesos, Gastón Kleiman and Gilbert Song.


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


Repository: mesos


Description
---

This patch adds `MasterTest.TaskStateMetrics`, which verifies that
per-framework task state metrics for both terminal and active task
states report correct values, even after agent reregistration.


Diffs (updated)
-

  src/tests/master_tests.cpp 44b0ac39f87c6415e130c5e7f505428642739311 
  src/tests/mesos.hpp 8142f3f3ab8e4e9230efdcd2e6846d0e0bd293b2 


Diff: https://reviews.apache.org/r/67187/diff/6/

Changes: https://reviews.apache.org/r/67187/diff/5-6/


Testing
---

The new test was run ~10,000 times with no failures.


Thanks,

Greg Mann



Re: Review Request 67187: Tested per-framework task state metrics.

2018-07-27 Thread Greg Mann

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

(Updated July 27, 2018, 4:16 p.m.)


Review request for mesos, Gastón Kleiman and Gilbert Song.


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


Repository: mesos


Description
---

This patch adds `MasterTest.TaskStateMetrics`, which verifies that
per-framework task state metrics for both terminal and active task
states report correct values, even after agent reregistration.


Diffs (updated)
-

  src/tests/master_tests.cpp 44b0ac39f87c6415e130c5e7f505428642739311 
  src/tests/mesos.hpp 8142f3f3ab8e4e9230efdcd2e6846d0e0bd293b2 


Diff: https://reviews.apache.org/r/67187/diff/5/

Changes: https://reviews.apache.org/r/67187/diff/4-5/


Testing
---

The new test was run ~10,000 times with no failures.


Thanks,

Greg Mann



Re: Review Request 67187: Tested per-framework task state metrics.

2018-07-25 Thread Gastón Kleiman

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




src/tests/master_tests.cpp
Lines 9185 (patched)


I think we should verify the metrics at this point too.


- Gastón Kleiman


On July 17, 2018, 6:46 p.m., Greg Mann wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67187/
> ---
> 
> (Updated July 17, 2018, 6:46 p.m.)
> 
> 
> Review request for mesos, Gastón Kleiman and Gilbert Song.
> 
> 
> Bugs: MESOS-8847
> https://issues.apache.org/jira/browse/MESOS-8847
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> This patch adds `MasterTest.TaskStateMetrics`, which verifies that
> per-framework task state metrics for both terminal and active task
> states report correct values, even after agent reregistration.
> 
> 
> Diffs
> -
> 
>   src/tests/master_tests.cpp 8e04023ed04e79881e0d323c2e2283bebaf262eb 
> 
> 
> Diff: https://reviews.apache.org/r/67187/diff/4/
> 
> 
> Testing
> ---
> 
> The new test was run ~10,000 times with no failures.
> 
> 
> Thanks,
> 
> Greg Mann
> 
>



Re: Review Request 67187: Tested per-framework task state metrics.

2018-07-25 Thread Gastón Kleiman

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




src/tests/master_tests.cpp
Lines 9107 (patched)


Do we have to specify the resources? I think the defaults should be good.



src/tests/master_tests.cpp
Lines 9110-9111 (patched)


I'd add a comment here saying that we set the filter to 0s to get an offer 
without having to wait until the filter expires.



src/tests/master_tests.cpp
Lines 9113-9117 (patched)


Can we use the new helpers here?

```
  testing::Sequence taskSequence1;
  Future running1;

  EXPECT_CALL(
  sched,
  statusUpdate(, AllOf(
  TaskStatusTaskIdEq(task1.id()),
  TaskStatusStateEq(TASK_STARTING
.InSequence(taskSequence1)

  EXPECT_CALL(
 sched,
 statusUpdate(, AllOf(
 TaskStatusTaskIdEq(task1.id()),
 TaskStatusStateEq(TASK_RUNNING
   .InSequence(taskSequence1)
   .WillOnce(FutureArg<1>());
```



src/tests/master_tests.cpp
Lines 9147-9154 (patched)


Ditto using the "new" awsum helpers =).



src/tests/master_tests.cpp
Lines 9214-9216 (patched)


Note: this might not be enough to make the agent re-register. This made 
some of my tests that follow this pattern flaky.

I don't know why this happens, but the test will probably become stable if 
you add `Clock::resume()` here.


- Gastón Kleiman


On July 17, 2018, 6:46 p.m., Greg Mann wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67187/
> ---
> 
> (Updated July 17, 2018, 6:46 p.m.)
> 
> 
> Review request for mesos, Gastón Kleiman and Gilbert Song.
> 
> 
> Bugs: MESOS-8847
> https://issues.apache.org/jira/browse/MESOS-8847
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> This patch adds `MasterTest.TaskStateMetrics`, which verifies that
> per-framework task state metrics for both terminal and active task
> states report correct values, even after agent reregistration.
> 
> 
> Diffs
> -
> 
>   src/tests/master_tests.cpp 8e04023ed04e79881e0d323c2e2283bebaf262eb 
> 
> 
> Diff: https://reviews.apache.org/r/67187/diff/4/
> 
> 
> Testing
> ---
> 
> The new test was run ~10,000 times with no failures.
> 
> 
> Thanks,
> 
> Greg Mann
> 
>



Re: Review Request 67187: Tested per-framework task state metrics.

2018-07-25 Thread Greg Mann

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




src/tests/master_tests.cpp
Lines 9175-9181 (patched)


How can we prevent a possible race here?


- Greg Mann


On July 18, 2018, 1:46 a.m., Greg Mann wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67187/
> ---
> 
> (Updated July 18, 2018, 1:46 a.m.)
> 
> 
> Review request for mesos, Gastón Kleiman and Gilbert Song.
> 
> 
> Bugs: MESOS-8847
> https://issues.apache.org/jira/browse/MESOS-8847
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> This patch adds `MasterTest.TaskStateMetrics`, which verifies that
> per-framework task state metrics for both terminal and active task
> states report correct values, even after agent reregistration.
> 
> 
> Diffs
> -
> 
>   src/tests/master_tests.cpp 8e04023ed04e79881e0d323c2e2283bebaf262eb 
> 
> 
> Diff: https://reviews.apache.org/r/67187/diff/4/
> 
> 
> Testing
> ---
> 
> The new test was run ~10,000 times with no failures.
> 
> 
> Thanks,
> 
> Greg Mann
> 
>



Re: Review Request 67187: Tested per-framework task state metrics.

2018-07-17 Thread Greg Mann

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

(Updated July 18, 2018, 1:46 a.m.)


Review request for mesos, Gastón Kleiman and Gilbert Song.


Changes
---

Updated metric keys.


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


Repository: mesos


Description
---

This patch adds `MasterTest.TaskStateMetrics`, which verifies that
per-framework task state metrics for both terminal and active task
states report correct values, even after agent reregistration.


Diffs (updated)
-

  src/tests/master_tests.cpp 8e04023ed04e79881e0d323c2e2283bebaf262eb 


Diff: https://reviews.apache.org/r/67187/diff/4/

Changes: https://reviews.apache.org/r/67187/diff/3-4/


Testing
---

The new test was run ~10,000 times with no failures.


Thanks,

Greg Mann



Re: Review Request 67187: Tested per-framework task state metrics.

2018-07-10 Thread Greg Mann

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

(Updated July 10, 2018, 9:25 p.m.)


Review request for mesos, Gastón Kleiman and Gilbert Song.


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


Repository: mesos


Description
---

This patch adds `MasterTest.TaskStateMetrics`, which verifies that
per-framework task state metrics for both terminal and active task
states report correct values, even after agent reregistration.


Diffs (updated)
-

  src/tests/master_tests.cpp 8e04023ed04e79881e0d323c2e2283bebaf262eb 


Diff: https://reviews.apache.org/r/67187/diff/3/

Changes: https://reviews.apache.org/r/67187/diff/2-3/


Testing
---

The new test was run ~10,000 times with no failures.


Thanks,

Greg Mann



Re: Review Request 67187: Tested per-framework task state metrics.

2018-07-03 Thread Greg Mann

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

(Updated July 3, 2018, 9:40 p.m.)


Review request for mesos, Gastón Kleiman and Gilbert Song.


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


Repository: mesos


Description
---

This patch adds `MasterTest.TaskStateMetrics`, which verifies that
per-framework task state metrics for both terminal and active task
states report correct values, even after agent reregistration.


Diffs (updated)
-

  src/tests/master_tests.cpp 8e04023ed04e79881e0d323c2e2283bebaf262eb 


Diff: https://reviews.apache.org/r/67187/diff/2/

Changes: https://reviews.apache.org/r/67187/diff/1-2/


Testing
---

The new test was run ~10,000 times with no failures.


Thanks,

Greg Mann



Re: Review Request 67187: Tested per-framework task state metrics.

2018-05-18 Thread Mesos Reviewbot

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



Patch looks great!

Reviews applied: [66882, 66819, 66820, 66822, 66823, 66845, 66825, 66846, 
66847, 66841, 66842, 66843, 67147, 66844, 66855, 66861, 66856, 66870, 66874, 
67043, 66883, 67187]

Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' 
CONFIGURATION='--verbose --disable-libtool-wrappers' ENVIRONMENT='GLOG_v=1 
MESOS_VERBOSE=1'; ./support/docker-build.sh

- Mesos Reviewbot


On May 17, 2018, 6:08 p.m., Greg Mann wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67187/
> ---
> 
> (Updated May 17, 2018, 6:08 p.m.)
> 
> 
> Review request for mesos, Gaston Kleiman and Gilbert Song.
> 
> 
> Bugs: MESOS-8847
> https://issues.apache.org/jira/browse/MESOS-8847
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> This patch adds `MasterTest.TaskStateMetrics`, which verifies that
> per-framework task state metrics for both terminal and active task
> states report correct values, even after agent reregistration.
> 
> 
> Diffs
> -
> 
>   src/tests/master_tests.cpp 6a0fa988aebaf1cf66abaaca0c628f981c6ccc31 
> 
> 
> Diff: https://reviews.apache.org/r/67187/diff/1/
> 
> 
> Testing
> ---
> 
> The new test was run ~10,000 times with no failures.
> 
> 
> Thanks,
> 
> Greg Mann
> 
>



Re: Review Request 67187: Tested per-framework task state metrics.

2018-05-17 Thread Mesos Reviewbot Windows

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



FAIL: Some of the unit tests failed. Please check the relevant logs.

Reviews applied: `['66882', '66819', '66820', '66822', '66823', '66845', 
'66825', '66846', '66847', '66841', '66842', '66843', '67147', '66844', 
'66855', '66861', '66856', '66870', '66874', '67043', '66883', '67187']`

Failed command: `Start-MesosCITesting`

All the build artifacts available at: 
http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/67187

Relevant logs:

- 
[mesos-tests-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/67187/logs/mesos-tests-stdout.log):

```
[   OK ] Endpoint/SlaveEndpointTest.NoAuthorizer/2 (106 ms)
[--] 9 tests from Endpoint/SlaveEndpointTest (1030 ms total)

[--] 2 tests from ContainerizerType/DefaultContainerDNSFlagTest
[ RUN  ] ContainerizerType/DefaultContainerDNSFlagTest.ValidateFlag/0
[   OK ] ContainerizerType/DefaultContainerDNSFlagTest.ValidateFlag/0 (35 
ms)
[ RUN  ] ContainerizerType/DefaultContainerDNSFlagTest.ValidateFlag/1
[   OK ] ContainerizerType/DefaultContainerDNSFlagTest.ValidateFlag/1 (38 
ms)
[--] 2 tests from ContainerizerType/DefaultContainerDNSFlagTest (75 ms 
total)

[--] 1 test from IsolationFlag/CpuIsolatorTest
[ RUN  ] IsolationFlag/CpuIsolatorTest.ROOT_UserCpuUsage/0
[   OK ] IsolationFlag/CpuIsolatorTest.ROOT_UserCpuUsage/0 (747 ms)
[--] 1 test from IsolationFlag/CpuIsolatorTest (774 ms total)

[--] 1 test from IsolationFlag/MemoryIsolatorTest
[ RUN  ] IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0
[   OK ] IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (716 ms)
[--] 1 test from IsolationFlag/MemoryIsolatorTest (741 ms total)

[--] Global test environment tear-down
[==] 981 tests from 95 test cases ran. (455609 ms total)
[  PASSED  ] 980 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] MesosContainerizer/DefaultExecutorTest.SigkillExecutor/0, where 
GetParam() = "mesos"

 1 FAILED TEST
  YOU HAVE 215 DISABLED TESTS

```

- 
[mesos-tests-stderr.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/67187/logs/mesos-tests-stderr.log):

```
I0517 18:56:11.815693  3944 hierarchical.cpp:418] Deactivated framework 
7589aad4-d58b-400a-ace3-935dac58ca94-
I0517 18:56:11.815693 12692 slave.cpp:3935] Shutting down framework 
7589aad4-d58b-400a-ace3-935dac58ca94-
I0517 18:56:11.815693 12692 slave.cpp:6656] Shutting down executor 
'f2837067-64df-4fbb-9f52-921bb07e25ff' of framework 
7589aad4-d58b-400a-ace3-935dac58ca94- at executor(1)@192.10.1.6:63085
I0517 18:56:11.817857 12692 slave.cpp:929I0517 18:56:11.657701 12572 
exec.cpp:162] Version: 1.7.0
I0517 18:56:11.682677 12472 exec.cpp:236] Executor registered on agent 
7589aad4-d58b-400a-ace3-935dac58ca94-S0
I0517 18:56:11.686682 12712 executor.cpp:178] Received SUBSCRIBED event
I0517 18:56:11.690695 12712 executor.cpp:182] Subscribed executor on 
windows-02.enofukwu14ruplxn0gs3yzmsgf.xx.internal.cloudapp.net
I0517 18:56:11.691694 12712 executor.cpp:178] Received LAUNCH event
I0517 18:56:11.695694 12712 executor.cpp:665] Starting task 
f2837067-64df-4fbb-9f52-921bb07e25ff
I0517 18:56:11.772696 12712 executor.cpp:485] Running 
'D:\DCOS\mesos\src\mesos-containerizer.exe launch '
I0517 18:56:11.790689 12712 executor.cpp:678] Forked command at 7152
I0517 18:56:11.817857  1596 exec.cpp:445] Executor asked to shutdown
I0517 18:56:11.817857 15000 executor.cpp:178] Received SHUTDOWN event
I0517 18:56:11.817857 15000 executor.cpp:781] Shutting down
I0517 18:56:11.817857 15000 executor.cpp:894] Sending SIGTERM to process tree 
at pid 715] Agent terminating
W0517 18:56:11.818688 12692 slave.cpp:3931] Ignoring shutdown framework 
7589aad4-d58b-400a-ace3-935dac58ca94- because it is terminating
I0517 18:56:11.818688 13912 master.cpp:10972] Removing task 
f2837067-64df-4fbb-9f52-921bb07e25ff with resources cpus(allocated: *):4; 
mem(allocated: *):2048; disk(allocated: *):1024; ports(allocated: 
*):[31000-32000] of framework 7589aad4-d58b-400a-ace3-935dac58ca94- on 
agent 7589aad4-d58b-400a-ace3-935dac58ca94-S0 at slave(448)@192.10.1.6:63064 
(windows-02.enofukwu14ruplxn0gs3yzmsgf.xx.internal.cloudapp.net)
I0517 18:56:11.821686 13912 master.cpp:1301] Agent 
7589aad4-d58b-400a-ace3-935dac58ca94-S0 at slave(448)@192.10.1.6:63064 
(windows-02.enofukwu14ruplxn0gs3yzmsgf.xx.internal.cloudapp.net) disconnected
I0517 18:56:11.821686 13912 master.cpp:3317] Disconnecting agent 
7589aad4-d58b-400a-ace3-935dac58ca94-S0 at slave(448)@192.10.1.6:63064 
(windows-02.enofukwu14ruplxn0gs3yzmsgf.xx.internal.cloudapp.net)
I0517 18:56:11.821686 13912 master.cpp:3336] Deactivating agent 
7589aad4-d58b-400a-ace3-935dac58ca94-S0 at slave(448)@192.10.1.6:63064