From dev-return-72522-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Thu Aug 23 23:11:33 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 409D918061A for ; Thu, 23 Aug 2018 23:11:33 +0200 (CEST) Received: (qmail 66676 invoked by uid 500); 23 Aug 2018 21:11:32 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 66661 invoked by uid 99); 23 Aug 2018 21:11:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2018 21:11:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8D724DFB1B; Thu, 23 Aug 2018 21:11:31 +0000 (UTC) From: lavacat To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org Message-ID: Subject: [GitHub] zookeeper pull request #607: WIP - ZOOKEEPER-2990: Implement probabilistic t... Content-Type: text/plain Date: Thu, 23 Aug 2018 21:11:31 +0000 (UTC) GitHub user lavacat opened a pull request: https://github.com/apache/zookeeper/pull/607 WIP - ZOOKEEPER-2990: Implement probabilistic tracing - stmk can be called with extra list of 10 short numbers to set the rate for each mask bit. Max rate is 1000 example: perl -e "print 'stmk', pack('q>s>s>s>s>s>s>s>s>s>s>', 0b0011111010, 0, 100, 200, 300, 400, 500, 600, 7, 8, 9)" You can merge this pull request into a Git repository by running: $ git pull https://github.com/lavacat/zookeeper branch-3.4 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/607.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #607 ---- commit 45e7f7933e42aa8f2a06d91cb53044c113ccc9ff Author: Bogdan Kanivets Date: 2018-08-23T20:42:53Z ZOOKEEPER-2990: Implement probabilistic tracing - stmk can be called with extra list of 10 short numbers to set the rate for each mask bit. Max rate is 1000 example: perl -e "print 'stmk', pack('q>s>s>s>s>s>s>s>s>s>s>', 0b0011111010, 0, 100, 200, 300, 400, 500, 600, 7, 8, 9)" ---- ---