----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66875/#review202178 -----------------------------------------------------------
Bad patch! Reviews applied: [66875, 53105, 54987, 54986, 66871, 53267] Failed command: python support/apply-reviews.py -n -r 53267 Error: 2018-05-01 01:16:36 URL:https://reviews.apache.org/r/53267/diff/raw/ [2883/2883] -> "53267.patch" [1] error: patch failed: src/master/metrics.hpp:196 error: src/master/metrics.hpp: patch does not apply error: patch failed: src/master/metrics.cpp:458 error: src/master/metrics.cpp: patch does not apply Full log: https://builds.apache.org/job/Mesos-Reviewbot/22331/console - Mesos Reviewbot On April 30, 2018, 4:32 p.m., Zhitao Li wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/66875/ > ----------------------------------------------------------- > > (Updated April 30, 2018, 4:32 p.m.) > > > Review request for mesos, Gilbert Song, Jason Lai, and Jie Yu. > > > Bugs: MESOS-6451 > https://issues.apache.org/jira/browse/MESOS-6451 > > > Repository: mesos > > > Description > ------- > > This patch added pull latency tracking for docker store, which can tell > us both latency distribution of pull as well as number of pulls. > > > Diffs > ----- > > src/slave/containerizer/mesos/provisioner/docker/store.cpp > 8b3f07f5027cb90d4b4ed401960494709d3eda5f > > > Diff: https://reviews.apache.org/r/66875/diff/1/ > > > Testing > ------- > > Ran agent in command line and trigger several launches through > `mesos-execute`, observed following metrics from agent endpoint: > > ``` > "containerizer/mesos/docker_store/pull_ms": 4084.254208, > "containerizer/mesos/docker_store/pull_ms/count": 2, > "containerizer/mesos/docker_store/pull_ms/max": 4084.254208, > "containerizer/mesos/docker_store/pull_ms/min": 3525.044736, > "containerizer/mesos/docker_store/pull_ms/p50": 3804.649472, > "containerizer/mesos/docker_store/pull_ms/p90": 4028.3332608, > "containerizer/mesos/docker_store/pull_ms/p95": 4056.2937344, > "containerizer/mesos/docker_store/pull_ms/p99": 4078.66211328, > "containerizer/mesos/docker_store/pull_ms/p999": 4083.694998528, > "containerizer/mesos/docker_store/pull_ms/p9999": 4084.1982870528, > ``` > > > Thanks, > > Zhitao Li > >
