You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Alexander Rukletsov <ru...@gmail.com> on 2017/07/21 14:32:50 UTC

Review Request 61030: Added metrics for the number of http and driver frameworks.

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

Review request for mesos, Armand Grillet and Vinod Kone.


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


Repository: mesos


Description
-------

See summary.


Diffs
-----

  src/master/master.hpp 84465af782d4024f22463d981ef9d0ef7827d043 
  src/master/master.cpp e12c997dad04f8a4ddb47a993a84b2b05c9e2f32 
  src/master/metrics.hpp f701efec0a82d6ba72b2414f739fcd1cd7ee2491 
  src/master/metrics.cpp 646041d53642d6c25c3ea735bd9c87784374084f 
  src/tests/master_tests.cpp e3ccf8ce32d7314e6003798404a43b2f1e83a166 


Diff: https://reviews.apache.org/r/61030/diff/1/


Testing
-------

See https://reviews.apache.org/r/61034/


Thanks,

Alexander Rukletsov


Re: Review Request 61030: Added metrics for the number of http and driver frameworks.

Posted by Armand Grillet <ag...@mesosphere.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61030/#review181169
-----------------------------------------------------------


Ship it!




The summary should mention that these are metrics for the number of *active* http and driver frameworks.

- Armand Grillet


On July 21, 2017, 2:32 p.m., Alexander Rukletsov wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/61030/
> -----------------------------------------------------------
> 
> (Updated July 21, 2017, 2:32 p.m.)
> 
> 
> Review request for mesos, Armand Grillet and Vinod Kone.
> 
> 
> Bugs: MESOS-7747
>     https://issues.apache.org/jira/browse/MESOS-7747
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> See summary.
> 
> 
> Diffs
> -----
> 
>   src/master/master.hpp 84465af782d4024f22463d981ef9d0ef7827d043 
>   src/master/master.cpp e12c997dad04f8a4ddb47a993a84b2b05c9e2f32 
>   src/master/metrics.hpp f701efec0a82d6ba72b2414f739fcd1cd7ee2491 
>   src/master/metrics.cpp 646041d53642d6c25c3ea735bd9c87784374084f 
>   src/tests/master_tests.cpp e3ccf8ce32d7314e6003798404a43b2f1e83a166 
> 
> 
> Diff: https://reviews.apache.org/r/61030/diff/1/
> 
> 
> Testing
> -------
> 
> See https://reviews.apache.org/r/61034/
> 
> 
> Thanks,
> 
> Alexander Rukletsov
> 
>


Re: Review Request 61030: Added metrics for the number of active http and driver frameworks.

Posted by Vinod Kone <vi...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61030/#review181387
-----------------------------------------------------------




src/master/master.hpp
Lines 1925-1926 (patched)
<https://reviews.apache.org/r/61030/#comment256922>

    why is there a distinction only for "active" frameworks but not for "inactive", "conneced" and "disconnected" as well?


- Vinod Kone


On July 24, 2017, 1:35 p.m., Alexander Rukletsov wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/61030/
> -----------------------------------------------------------
> 
> (Updated July 24, 2017, 1:35 p.m.)
> 
> 
> Review request for mesos, Armand Grillet and Vinod Kone.
> 
> 
> Bugs: MESOS-7747
>     https://issues.apache.org/jira/browse/MESOS-7747
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> See summary.
> 
> 
> Diffs
> -----
> 
>   src/master/master.hpp 84465af782d4024f22463d981ef9d0ef7827d043 
>   src/master/master.cpp e12c997dad04f8a4ddb47a993a84b2b05c9e2f32 
>   src/master/metrics.hpp f701efec0a82d6ba72b2414f739fcd1cd7ee2491 
>   src/master/metrics.cpp 646041d53642d6c25c3ea735bd9c87784374084f 
>   src/tests/master_tests.cpp e3ccf8ce32d7314e6003798404a43b2f1e83a166 
> 
> 
> Diff: https://reviews.apache.org/r/61030/diff/1/
> 
> 
> Testing
> -------
> 
> See https://reviews.apache.org/r/61034/
> 
> 
> Thanks,
> 
> Alexander Rukletsov
> 
>


Re: Review Request 61030: Added metrics for the number of active http and driver frameworks.

Posted by Mesos Reviewbot <re...@mesos.apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61030/#review181747
-----------------------------------------------------------



Patch looks great!

Reviews applied: [61034, 61031, 61032, 61033, 61218, 61028, 61029, 61030]

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

- Mesos Reviewbot


On July 28, 2017, 2:39 p.m., Alexander Rukletsov wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/61030/
> -----------------------------------------------------------
> 
> (Updated July 28, 2017, 2:39 p.m.)
> 
> 
> Review request for mesos, Anand Mazumdar, Armand Grillet, Vinod Kone, and Zhitao Li.
> 
> 
> Bugs: MESOS-7747
>     https://issues.apache.org/jira/browse/MESOS-7747
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> See summary.
> 
> 
> Diffs
> -----
> 
>   src/master/master.hpp 84465af782d4024f22463d981ef9d0ef7827d043 
>   src/master/master.cpp dbf5dac766c9f07b35a1862b3882eea4cf09d76b 
>   src/master/metrics.hpp f701efec0a82d6ba72b2414f739fcd1cd7ee2491 
>   src/master/metrics.cpp 646041d53642d6c25c3ea735bd9c87784374084f 
>   src/tests/master_tests.cpp e3ccf8ce32d7314e6003798404a43b2f1e83a166 
> 
> 
> Diff: https://reviews.apache.org/r/61030/diff/2/
> 
> 
> Testing
> -------
> 
> make check on Mac OS X and several Linux distros.
> 
> 
> Thanks,
> 
> Alexander Rukletsov
> 
>


Re: Review Request 61030: Added metrics for the number of active http and driver frameworks.

Posted by Alexander Rukletsov <ru...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61030/
-----------------------------------------------------------

(Updated July 28, 2017, 2:39 p.m.)


Review request for mesos, Anand Mazumdar, Armand Grillet, Vinod Kone, and Zhitao Li.


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


Repository: mesos


Description
-------

See summary.


Diffs (updated)
-----

  src/master/master.hpp 84465af782d4024f22463d981ef9d0ef7827d043 
  src/master/master.cpp dbf5dac766c9f07b35a1862b3882eea4cf09d76b 
  src/master/metrics.hpp f701efec0a82d6ba72b2414f739fcd1cd7ee2491 
  src/master/metrics.cpp 646041d53642d6c25c3ea735bd9c87784374084f 
  src/tests/master_tests.cpp e3ccf8ce32d7314e6003798404a43b2f1e83a166 


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

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


Testing (updated)
-------

make check on Mac OS X and several Linux distros.


Thanks,

Alexander Rukletsov


Re: Review Request 61030: Added metrics for the number of active http and driver frameworks.

Posted by Alexander Rukletsov <ru...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61030/
-----------------------------------------------------------

(Updated July 24, 2017, 1:35 p.m.)


Review request for mesos, Armand Grillet and Vinod Kone.


Summary (updated)
-----------------

Added metrics for the number of active http and driver frameworks.


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


Repository: mesos


Description
-------

See summary.


Diffs
-----

  src/master/master.hpp 84465af782d4024f22463d981ef9d0ef7827d043 
  src/master/master.cpp e12c997dad04f8a4ddb47a993a84b2b05c9e2f32 
  src/master/metrics.hpp f701efec0a82d6ba72b2414f739fcd1cd7ee2491 
  src/master/metrics.cpp 646041d53642d6c25c3ea735bd9c87784374084f 
  src/tests/master_tests.cpp e3ccf8ce32d7314e6003798404a43b2f1e83a166 


Diff: https://reviews.apache.org/r/61030/diff/1/


Testing
-------

See https://reviews.apache.org/r/61034/


Thanks,

Alexander Rukletsov