Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 90660 invoked from network); 2 Mar 2011 15:04:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Mar 2011 15:04:32 -0000 Received: (qmail 17124 invoked by uid 500); 2 Mar 2011 15:04:30 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 16898 invoked by uid 500); 2 Mar 2011 15:04:26 -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 16885 invoked by uid 500); 2 Mar 2011 15:04:25 -0000 Delivered-To: apmail-incubator-cassandra-user@incubator.apache.org Received: (qmail 16877 invoked by uid 99); 2 Mar 2011 15:04:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2011 15:04:25 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [85.158.137.83] (HELO mail140.messagelabs.com) (85.158.137.83) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2011 15:04:18 +0000 X-VirusChecked: Checked X-Env-Sender: Jeremy.Truelove@barclayscapital.com X-Msg-Ref: server-2.tower-140.messagelabs.com!1299078234!12083747!1 X-StarScan-Version: 6.2.9; banners=-,-,- X-Originating-IP: [146.127.253.25] Received: (qmail 30514 invoked from network); 2 Mar 2011 15:03:55 -0000 Received: from unknown (HELO mx24.barcap.com) (146.127.253.25) by server-2.tower-140.messagelabs.com with DHE-RSA-AES256-SHA encrypted SMTP; 2 Mar 2011 15:03:55 -0000 Received: from nykpsmeg0000002.INTRANET.BARCAPINT.COM (nykpsmeg0000002.nyk.mess.barcap.com [10.54.16.2]) by mx24.barcap.com (Postfix) with ESMTP id 5C7AB97002C for ; Wed, 2 Mar 2011 10:03:54 -0500 (EST) Received: from nykpsmmgch06.INTRANET.BARCAPINT.COM (Not Verified[10.58.21.30]) by nykpsmeg0000002.INTRANET.BARCAPINT.COM with Barclays Capital Filter ESMTP id ; Wed, 02 Mar 2011 10:03:54 -0500 Received: from NYKPCMMGMB07.INTRANET.BARCAPINT.COM ([169.254.1.75]) by nykpsmmgch06.INTRANET.BARCAPINT.COM ([10.58.21.30]) with mapi; Wed, 2 Mar 2011 10:03:54 -0500 From: To: Date: Wed, 2 Mar 2011 10:03:53 -0500 Subject: Compaction Thresholds Discrepancies In Tools Thread-Topic: Compaction Thresholds Discrepancies In Tools Thread-Index: AcvY6wuuOgW6PPThTnmecyJL3BGYiw== Message-ID: <415F86341B2D7B4480FAE34D76D00DB2010D87DCB7@NYKPCMMGMB07.INTRANET.BARCAPINT.COM> Accept-Language: en-US, en-GB Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-GB Content-Type: multipart/alternative; boundary="_000_415F86341B2D7B4480FAE34D76D00DB2010D87DCB7NYKPCMMGMB07I_" MIME-Version: 1.0 --_000_415F86341B2D7B4480FAE34D76D00DB2010D87DCB7NYKPCMMGMB07I_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable When I do a bin/nodetool -h localhost getcompactionthreshold MyKeySpace MyColumnFamil= y I get the following(which is what I set the CF to) Current compaction thresholds for MyKeySpace / MyColumnFamily: min =3D 4, max =3D 24 when I run the cassandra-cli for my column family I see Compaction min/max thresholds: 4/32 Which is the correct one? Also is there an easy way to set the compaction= =20thresholds globally? The nodetool only seems to impact the current hos= t you're operating on. _______________________________________________ This e-mail may contain information that is confidential, privileged or o= therwise protected from disclosure. If you are not an intended recipient = of this e-mail, do not duplicate or redistribute it by any means. Please = delete it and any attachments and notify the sender that you have receive= d it in error. Unless specifically indicated, this e-mail is not an offer= =20to buy or sell or a solicitation to buy or sell any securities, invest= ment products or other financial product or service, an official confirma= tion of any transaction, or an official statement of Barclays. Any views = or opinions presented are solely those of the author and do not necessari= ly represent those of Barclays. This e-mail is subject to terms available= =20at the following link: www.barcap.com/emaildisclaimer. By messaging wi= th Barclays you consent to the foregoing. Barclays Capital is the invest= ment banking division of Barclays Bank PLC, a company registered in Engla= nd (number 1026167) with its registered office at 1 Churchill Place, Lond= on, E14 5HP. This email may relate to or be sent from other members of t= he Barclays Group. _______________________________________________ --_000_415F86341B2D7B4480FAE34D76D00DB2010D87DCB7NYKPCMMGMB07I_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

When I do a =

 

bin/nodetool -h localhost getcompactionthreshold MyKeySpace MyColumn= Family

 

I get the following(which is what I set the CF to)

 

Current = compaction thresholds for MyKeySpace / MyColumnFamily:

min =3D 4,  max =3D 24

 

when I run the cassandr= a-cli for my column family I see

=  

Compaction min/max thresholds: 4/32<= o:p>

 

Which is the correct one? Also is there an easy way to set the compac= tion thresholds globally? The nodetool only seems to impact the current h= ost you’re operating on.

&n= bsp;

 

_______________________________________________<= ?xml:namespace=20 prefix =3D o ns =3D "urn:schemas-microsoft-com:office:office"=20 />

 

This e-mail may = contain=20 information that is confidential, privileged or otherwise protected from = disclosure. If you are not an intended recipient of this e-mail, do not=20 duplicate or redistribute it by any means. Please delete it and any attac= hments=20 and notify the sender that you have received it in error. Unless specific= ally=20 indicated, this e-mail is not an offer to buy or sell or a solicitation t= o buy=20 or sell any securities, investment products or other financial product or= =20 service, an official confirmation of any transaction, or an official stat= ement=20 of Barclays. Any views or opinions presented are solely those of the auth= or and=20 do not necessarily represent those of Barclays. This e-mail is subject to= =20terms=20 available at the following link: www.barcap.com/emaildiscla= imer.=20 By = messaging=20 with Barclays you consent to the foregoing.  Barclays Capital is the investm= ent=20 banking division of Barclays Bank PLC, a company registered in England<= /st1:place>=20 (number 1026167) with its registered office at 1 Churchill Place, London, E14=20 5HP.&nbs= p;=20 This email may relate to or be sent from other members of the Barc= lays=20 Group.

_______________________________________________<= /FONT>

--_000_415F86341B2D7B4480FAE34D76D00DB2010D87DCB7NYKPCMMGMB07I_--