You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/05 18:50:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16279032#comment-16279032 ] 

ASF GitHub Bot commented on ZOOKEEPER-2950:
-------------------------------------------

Github user alexbb commented on the issue:

    https://github.com/apache/zookeeper/pull/425
  
    Created Jira ZOOKEEPER-2950: https://issues.apache.org/jira/browse/ZOOKEEPER-2950


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