Will Berkeley has posted comments on this change.

Change subject: Add tablet state summary metrics and fix KUDU-2044
......................................................................


Patch Set 2:

(2 comments)

http://gerrit.cloudera.org:8080/#/c/7618/2//COMMIT_MSG
Commit Message:

PS2, Line 11: The numbers are computed by the heartbeater. There's two reasons
            : for this:
            : 1. the heartbeater was already computing the number of RUNNING
            : and BOOTSTRAPPING tablets by holding the appropriate lock and
            : iterating over the tablet map
            : 2. the alternative to having some thread periodically iterate
            : over the tablet map is to increment and decrement the metrics
            : when tablets transition states. This is error-prone,
            : particularly if new states are added, and mistakes will
            : accumulate until the metric is worse than useless.
> I'm not that worried about missing some places where calls to TransitionFro
Done


http://gerrit.cloudera.org:8080/#/c/7618/2/src/kudu/util/metrics.h
File src/kudu/util/metrics.h:

Line 533:   std::atomic<bool> hidden_;
> The rest of the file uses util/atomic.h for atomics; please do the same her
Done


-- 
To view, visit http://gerrit.cloudera.org:8080/7618
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I8c82987ffe4f37e8af95972bde97841e44c521d9
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Will Berkeley <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <[email protected]>
Gerrit-Reviewer: Will Berkeley <[email protected]>
Gerrit-HasComments: Yes

Reply via email to