Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31157CBE8 for ; Wed, 21 Jan 2015 19:10:34 +0000 (UTC) Received: (qmail 44617 invoked by uid 500); 21 Jan 2015 18:58:17 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 26295 invoked by uid 500); 21 Jan 2015 18:57:55 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 6400 invoked by uid 99); 21 Jan 2015 17:38:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jan 2015 17:38:36 +0000 Date: Wed, 21 Jan 2015 17:38:36 +0000 (UTC) From: "Chris Lohfink (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-7974) Enable tooling to detect hot partitions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-7974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lohfink updated CASSANDRA-7974: ------------------------------------- Attachment: CASSANDRA-7974v5.txt Fixed in v5 an issue - the byte array it was using was not checked for equality in the StreamSummary so the same key may show up as duplicates. > Enable tooling to detect hot partitions > --------------------------------------- > > Key: CASSANDRA-7974 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7974 > Project: Cassandra > Issue Type: Improvement > Reporter: Brandon Williams > Assignee: Chris Lohfink > Fix For: 2.1.3 > > Attachments: 7974.txt, CASSANDRA-7974v3.txt, CASSANDRA-7974v4.txt, CASSANDRA-7974v5.txt, cassandra-2.1-7974v2.txt > > > Sometimes you know you have a hot partition by the load on a replica set, but have no way of determining which partition it is. Tracing is inadequate for this without a lot of post-tracing analysis that might not yield results. Since we already include stream-lib for HLL in compaction metadata, it shouldn't be too hard to wire up topK for X seconds via jmx/nodetool and then return the top partitions hit. -- This message was sent by Atlassian JIRA (v6.3.4#6332)