Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB9CA10706 for ; Thu, 28 Nov 2013 06:09:47 +0000 (UTC) Received: (qmail 60280 invoked by uid 500); 28 Nov 2013 06:09:45 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 59063 invoked by uid 500); 28 Nov 2013 06:09:39 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 59054 invoked by uid 99); 28 Nov 2013 06:09:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Nov 2013 06:09:38 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rmenon@apigee.com designates 209.85.223.173 as permitted sender) Received: from [209.85.223.173] (HELO mail-ie0-f173.google.com) (209.85.223.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Nov 2013 06:09:32 +0000 Received: by mail-ie0-f173.google.com with SMTP id to1so13538665ieb.18 for ; Wed, 27 Nov 2013 22:09:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=DNE9eYaZ6Vfn9HxFr0NCjE/nprsh3QTakmHaoJj3XxQ=; b=ZwsRCfAjAErTVlZUjmxgKHFlJPxP7qFUvesNNez6BjmPy2X59XTYe9DJkj20KDHshA dfiZT22nntnkH7Yg4Lvmwo/FelzQtpCMsFuxMu6hk1Cuoy2YTYb4xviv7QRsahictRAq +FrqMbJBHaAM6h+qmtGDfz0GvBxjtSE5D8BfqU8Q7BLLpHtI710Sj01zB34aezGtq3ln sjxoH4fCfj74UdoxRpzrh/EFTwzOHLEGLjhX9ArtrBsoQn6HR7+GPAn1gmfhojf35D85 ZP6h62V04WJpiQlHUeO7y5dqi9wdXy1uJeGNqE+Lg37rP4Ebsj99Vq/sskJAf5q62//h aanA== X-Gm-Message-State: ALoCoQnLmAY5w3HNK9RAV7Q/GDNajMmJYM/PgDTMIsKxtWGxaXiGujy4u6by3xGzMVlvO+NX7ED+ X-Received: by 10.42.68.193 with SMTP id y1mr27197981ici.7.1385618950840; Wed, 27 Nov 2013 22:09:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.179.9 with HTTP; Wed, 27 Nov 2013 22:08:50 -0800 (PST) In-Reply-To: References: From: Rahul Menon Date: Thu, 28 Nov 2013 11:38:50 +0530 Message-ID: Subject: Re: What is listEndpointsPendingHints? To: user Content-Type: multipart/alternative; boundary=485b397dd20b5c04c504ec368d87 X-Virus-Checked: Checked by ClamAV on apache.org --485b397dd20b5c04c504ec368d87 Content-Type: text/plain; charset=ISO-8859-1 Tom, Here is the definition List all the endpoints that this node has hints for, and count the number of hints for each such endpoint. Returns:map of endpoint -> hint count I would suggest looking at at the gossipinfo to validate if there are any nodes which have that token value. If there is ( there should be since its storing hints ) you should assassinate the node and you should be on your way. Thanks Rahul On Tue, Nov 26, 2013 at 6:09 PM, Tom van den Berge wrote: > When I run the operation "listEndpointsPendingHints" on the > mbean org.apache.cassandra.db:type=HintedHandoffManager, I'm getting > > ( 126879603237190600081737151857243914981 ) > > It suggests that there are pending hints, but the > org.apache.cassandra.internal:type=HintedHandoff mbean provides these > figures: > > TotalBlockedTasks = 0; > CurrentlyBlockedTasks = 0; > CoreThreads = 2; > MaximumThreads = 2; > ActiveCount = 0; > PendingTasks = 0; > CompletedTasks = 0; > > I'm wondering what it means that it returns a value, and what this value > is? It looks like a token, but it's not one of the tokens of my nodes. > > The reason I'm looking into this is that my cluster suffering every now > and then from never ending (dead) hinted handoff tasks, resulting in a > flooding of hints on the node. > > Thanks, > Tom > > --485b397dd20b5c04c504ec368d87 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Tom,

Here is the definition=A0
List all the endpoints that this n= ode has hints for, and count the number of hints for each such endpoint.

Returns:=
map of endpoint = -> hint count


I would suggest looking at at the gossipinfo to validate if there are any n= odes which have that token value. If there is ( there should be since its s= toring hints ) you should assassinate the node and you should be on your wa= y. =A0=A0

Thanks
Rahul
--485b397dd20b5c04c504ec368d87--