[
https://issues.apache.org/jira/browse/ZOOKEEPER-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Hunt resolved ZOOKEEPER-2950.
-------------------------------------
Resolution: Fixed
Issue resolved by pull request 425
[https://github.com/apache/zookeeper/pull/425]
> Add keys for the Zxid from the stat command to check_zookeeper.py
> -----------------------------------------------------------------
>
> Key: ZOOKEEPER-2950
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2950
> Project: ZooKeeper
> Issue Type: Improvement
> Components: scripts
> Affects Versions: 3.5.3, 3.4.11, 3.6.0
> Reporter: Alex Bame
> Assignee: Alex Bame
> Priority: Trivial
> Fix For: 3.4.12, 3.6.0, 3.5.4
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Add keys for the zxid and its component pieces: epoch and transaction
> counter. These are not reported by the 'mntr' command so they must be
> obtained from 'stat'. The counter is useful for tracking transaction rates,
> and epoch is useful for tracking leader churn.
> zk_zxid - the 64bit zxid from ZK
> zk_zxid_counter - the lower 32 bits, AKA the counter
> zk_zxid_epoch - the upper 32 bits, AKA the epoch
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)