You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2017/12/06 23:07:00 UTC

[jira] [Updated] (ZOOKEEPER-2950) Add keys for the Zxid from the stat command to check_zookeeper.py

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-2950:
------------------------------------
    Affects Version/s: 3.6.0

> 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
>   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)