nodetool compactionstats

2019-01-10 Thread vale...@tortugatech.com
I see that nodetool compactionstats reports uncompressed byte size, but does anyone know why? It seems that for all use cases, the true (compressed) size would be most useful. Thanks, Valerie - To unsubscribe, e-mail: user

Re: [Cassandra] nodetool compactionstats not showing pending task.

2018-08-22 Thread Oleksandr Shulgin
On Fri, May 5, 2017 at 1:20 PM Alain RODRIGUEZ wrote: > Sorry to hear the restart did not help. > Hi, We are hitting the same issue since a few weeks on version 3.0.16. Normally, restarting an affected node helps, but this is something we would like to avoid doing. What makes it worse for us i

Re: Regular NullPointerExceptions from `nodetool compactionstats` on 3.7 node

2018-04-25 Thread kurt greaves
y know this is > considered a "bad" version and plan to upgrade to 3.11 in the > not-too-distant future) and we have a few Nagios checks that run `nodetool > compactionstats` to check how many pending compactions there currently are, > as well as bytes remaining for compacti

Regular NullPointerExceptions from `nodetool compactionstats` on 3.7 node

2018-04-20 Thread Paul Pollack
Hi all, We have a cluster running on Cassandra 3.7 (we already know this is considered a "bad" version and plan to upgrade to 3.11 in the not-too-distant future) and we have a few Nagios checks that run `nodetool compactionstats` to check how many pending compactions there currently ar

Re: Nodetool compactionstats hangs

2017-12-19 Thread Hannu Kröger
Hi, Sure! I attached the jstack dumps on the ticket. Hannu On 19 December 2017 at 14:38:45, Jeff Jirsa (jji...@gmail.com) wrote: Can you grab a thread dump with jstack as well? -- Jeff Jirsa On Dec 19, 2017, at 3:32 AM, Hannu Kröger wrote: Hi, I opened a ticket about nodetool

Re: Nodetool compactionstats hangs

2017-12-19 Thread Jeff Jirsa
Can you grab a thread dump with jstack as well? -- Jeff Jirsa > On Dec 19, 2017, at 3:32 AM, Hannu Kröger wrote: > > Hi, > > I opened a ticket about nodetool compactionstats hanging: > https://issues.apache.org/jira/browse/CASSANDRA-14130 > > The root cause seems t

Nodetool compactionstats hangs

2017-12-19 Thread Hannu Kröger
Hi, I opened a ticket about nodetool compactionstats hanging: https://issues.apache.org/jira/browse/CASSANDRA-14130 The root cause seems to be JMX metric fetching hanging. I was able to replicate it on this problematic like this: Welcome to JMX terminal. Type "help" for availabl

Re: [Cassandra] nodetool compactionstats not showing pending task.

2017-05-05 Thread Alain RODRIGUEZ
ntal awareness.* > > > > *From:* kurt greaves [mailto:k...@instaclustr.com] > *Sent:* Tuesday, May 2, 2017 11:30 AM > *To:* Abhishek Kumar Maheshwari > *Cc:* Alain RODRIGUEZ ; user@cassandra.apache.org > > *Subject:* Re: [Cassandra] nodetool compactionstats not showing pend

RE: [Cassandra] nodetool compactionstats not showing pending task.

2017-05-04 Thread Abhishek Kumar Maheshwari
ject: Re: [Cassandra] nodetool compactionstats not showing pending task. I believe this is a bug with the estimation of tasks, however not aware of any JIRA that covers the issue. On 28 April 2017 at 06:19, Abhishek Kumar Maheshwari mailto:abhishek.maheshw...@timesinternet.in>> wrote: Hi

Re: [Cassandra] nodetool compactionstats not showing pending task.

2017-05-01 Thread kurt greaves
s its showing pending > compaction as 0 but in nodetool compactionstats its showing 3. So, for me > its seems strange. > > > > *Thanks & Regards,* > *Abhishek Kumar Maheshwari* > *+91- 805591 <+91%208%2005591> (Mobile)* > > Times Internet Ltd. | A T

RE: [Cassandra] nodetool compactionstats not showing pending task.

2017-04-27 Thread Abhishek Kumar Maheshwari
Hi , I will try with JMX but I try with tpstats. In tpstats its showing pending compaction as 0 but in nodetool compactionstats its showing 3. So, for me its seems strange. Thanks & Regards, Abhishek Kumar Maheshwari +91- 805591 (Mobile) Times Internet Ltd. | A Times of India Group Com

Re: [Cassandra] nodetool compactionstats not showing pending task.

2017-04-27 Thread Alain RODRIGUEZ
it, a restart might be enough. > > But if you feel like troubleshooting this, I think the first thing is to > try to see if compactions are really happening. Maybe using JMX, I believe > `org.apache.cassandra.metrics:type=Compaction,name=PendingTasks` is what > is used by 'nodetool

Re: [Cassandra] nodetool compactionstats not showing pending task.

2017-04-27 Thread Alain RODRIGUEZ
see if compactions are really happening. Maybe using JMX, I believe `org.apache.cassandra.metrics:type=Compaction,name=PendingTasks` is what is used by 'nodetool compactionstats' but they might be more info there. Actually I don't really know what the 'system.compactions_in_pr

[Cassandra] nodetool compactionstats not showing pending task.

2017-04-25 Thread Abhishek Kumar Maheshwari
Hi All, In Production, I am using Cassandra 3.0.9. While I am running nodetool compactionstats command its just showing count not any other information like below: [mohit.kundra@AdtechApp bin]$ ./nodetool -h XXX.XX.XX.XX compactionstats pending tasks: 3 [mohit.kundra@AdtechAppX bin

Re: nodetool compactionstats doesn't work for repair status?

2013-02-28 Thread Michael Kjellman
ovement here). Best, Michael On Feb 28, 2013, at 7:01 AM, "Hiller, Dean" mailto:dean.hil...@nrel.gov>> wrote: > I am running a repair, but I can't figure out how to find out what percent > done it is. How do I know if it is hung? When I run "nodetool >

Re: nodetool compactionstats doesn't work for repair status?

2013-02-28 Thread Alain RODRIGUEZ
013, at 7:01 AM, "Hiller, Dean" wrote: > > > I am running a repair, but I can't figure out how to find out what > percent done it is. How do I know if it is hung? When I run "nodetool > compactionstats" it shows nothing like so > > > > [cassandr

Re: nodetool compactionstats doesn't work for repair status?

2013-02-28 Thread Michael Kjellman
know if it is hung? When I run "nodetool > compactionstats" it shows nothing like so > > [cassandra@a4 ~]$ nodetool compactionstats > pending tasks: 0 > Active compaction remaining time :n/a > [cassandra@a4 ~]$ > > BUT then I look for the repair process

nodetool compactionstats doesn't work for repair status?

2013-02-28 Thread Hiller, Dean
I am running a repair, but I can't figure out how to find out what percent done it is. How do I know if it is hung? When I run "nodetool compactionstats" it shows nothing like so [cassandra@a4 ~]$ nodetool compactionstats pending tasks: 0 Active compaction remaining ti