[jira] [Updated] (CASSANDRA-16104) Wrong warning about data volumes capacity

2021-08-06 Thread Jira


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andres de la Peña updated CASSANDRA-16104:
--
  Fix Version/s: 4.1
 4.0.1
 3.11.12
 3.0.26
  Since Version: 2.1.14
Source Control Link: 
https://github.com/apache/cassandra/commit/acf38bf7a1ac34fdbe8c18c843828a78293a85cb
  (was: 
https://github.com/dmitry-saprykin/cassandra/tree/cassandra-3.0-nodetool-jobs-validation)
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

> Wrong warning about data volumes capacity
> -
>
> Key: CASSANDRA-16104
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16104
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/nodetool
>Reporter: Dmitrii Saprykin
>Assignee: Dmitrii Saprykin
>Priority: Normal
> Fix For: 3.0.26, 3.11.12, 4.0.1, 4.1
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> I see the following warning trying to run *nodetool upgradesstables*
> {noformat}
> WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding 
> more capacity to your cluster or removing obsolete snapshots
> {noformat}
> This warning is wrong because the wrong storage device capacity gets tested.
> All my cassandra data paths are subdirectories of */data* mount point which 
> has enough of space:
> {noformat}
> $ df -h /data
> Filesystem  Size  Used Avail Mounted on
> . 1.2T 200G  1T  /data
> {noformat}
> However what Warning reports is a OS mount which has nothing to do with 
> Cassandra configuration:
> {noformat}
> df -h /
> Filesystem  Size  Used Avail Use% Mounted on
> 40G  5.7G   35G  15% /
> {noformat}
> I see this error running Cassandra 3.0.22



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16104) Wrong warning about data volumes capacity

2021-07-29 Thread Benjamin Lerer (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Lerer updated CASSANDRA-16104:
---
Status: Ready to Commit  (was: Review In Progress)

> Wrong warning about data volumes capacity
> -
>
> Key: CASSANDRA-16104
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16104
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/nodetool
>Reporter: Dmitrii Saprykin
>Assignee: Dmitrii Saprykin
>Priority: Normal
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> I see the following warning trying to run *nodetool upgradesstables*
> {noformat}
> WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding 
> more capacity to your cluster or removing obsolete snapshots
> {noformat}
> This warning is wrong because the wrong storage device capacity gets tested.
> All my cassandra data paths are subdirectories of */data* mount point which 
> has enough of space:
> {noformat}
> $ df -h /data
> Filesystem  Size  Used Avail Mounted on
> . 1.2T 200G  1T  /data
> {noformat}
> However what Warning reports is a OS mount which has nothing to do with 
> Cassandra configuration:
> {noformat}
> df -h /
> Filesystem  Size  Used Avail Use% Mounted on
> 40G  5.7G   35G  15% /
> {noformat}
> I see this error running Cassandra 3.0.22



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16104) Wrong warning about data volumes capacity

2021-07-29 Thread Benjamin Lerer (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Lerer updated CASSANDRA-16104:
---
Reviewers: Andres de la Peña, Benjamin Lerer  (was: Andres de la Peña)

> Wrong warning about data volumes capacity
> -
>
> Key: CASSANDRA-16104
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16104
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/nodetool
>Reporter: Dmitrii Saprykin
>Assignee: Dmitrii Saprykin
>Priority: Normal
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> I see the following warning trying to run *nodetool upgradesstables*
> {noformat}
> WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding 
> more capacity to your cluster or removing obsolete snapshots
> {noformat}
> This warning is wrong because the wrong storage device capacity gets tested.
> All my cassandra data paths are subdirectories of */data* mount point which 
> has enough of space:
> {noformat}
> $ df -h /data
> Filesystem  Size  Used Avail Mounted on
> . 1.2T 200G  1T  /data
> {noformat}
> However what Warning reports is a OS mount which has nothing to do with 
> Cassandra configuration:
> {noformat}
> df -h /
> Filesystem  Size  Used Avail Use% Mounted on
> 40G  5.7G   35G  15% /
> {noformat}
> I see this error running Cassandra 3.0.22



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16104) Wrong warning about data volumes capacity

2021-07-14 Thread Jira


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andres de la Peña updated CASSANDRA-16104:
--
Reviewers: Andres de la Peña, Andres de la Peña  (was: Andres de la Peña)
   Andres de la Peña, Andres de la Peña  (was: Andres de la Peña)
   Status: Review In Progress  (was: Patch Available)

> Wrong warning about data volumes capacity
> -
>
> Key: CASSANDRA-16104
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16104
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/nodetool
>Reporter: Dmitrii Saprykin
>Assignee: Dmitrii Saprykin
>Priority: Normal
>
> I see the following warning trying to run *nodetool upgradesstables*
> {noformat}
> WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding 
> more capacity to your cluster or removing obsolete snapshots
> {noformat}
> This warning is wrong because the wrong storage device capacity gets tested.
> All my cassandra data paths are subdirectories of */data* mount point which 
> has enough of space:
> {noformat}
> $ df -h /data
> Filesystem  Size  Used Avail Mounted on
> . 1.2T 200G  1T  /data
> {noformat}
> However what Warning reports is a OS mount which has nothing to do with 
> Cassandra configuration:
> {noformat}
> df -h /
> Filesystem  Size  Used Avail Use% Mounted on
> 40G  5.7G   35G  15% /
> {noformat}
> I see this error running Cassandra 3.0.22



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16104) Wrong warning about data volumes capacity

2021-07-08 Thread Jira


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andres de la Peña updated CASSANDRA-16104:
--
Reviewers: Andres de la Peña

> Wrong warning about data volumes capacity
> -
>
> Key: CASSANDRA-16104
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16104
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/nodetool
>Reporter: Dmitrii Saprykin
>Assignee: Dmitrii Saprykin
>Priority: Normal
>
> I see the following warning trying to run *nodetool upgradesstables*
> {noformat}
> WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding 
> more capacity to your cluster or removing obsolete snapshots
> {noformat}
> This warning is wrong because the wrong storage device capacity gets tested.
> All my cassandra data paths are subdirectories of */data* mount point which 
> has enough of space:
> {noformat}
> $ df -h /data
> Filesystem  Size  Used Avail Mounted on
> . 1.2T 200G  1T  /data
> {noformat}
> However what Warning reports is a OS mount which has nothing to do with 
> Cassandra configuration:
> {noformat}
> df -h /
> Filesystem  Size  Used Avail Use% Mounted on
> 40G  5.7G   35G  15% /
> {noformat}
> I see this error running Cassandra 3.0.22



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16104) Wrong warning about data volumes capacity

2021-03-21 Thread Paulo Motta (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paulo Motta updated CASSANDRA-16104:

 Bug Category: Parent values: Code(13163)Level 1 values: Bug - Unclear 
Impact(13164)
   Complexity: Low Hanging Fruit
Discovered By: User Report
 Severity: Low
 Assignee: Dmitrii Saprykin
   Status: Open  (was: Triage Needed)

> Wrong warning about data volumes capacity
> -
>
> Key: CASSANDRA-16104
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16104
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/nodetool
>Reporter: Dmitrii Saprykin
>Assignee: Dmitrii Saprykin
>Priority: Normal
>
> I see the following warning trying to run *nodetool upgradesstables*
> {noformat}
> WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding 
> more capacity to your cluster or removing obsolete snapshots
> {noformat}
> This warning is wrong because the wrong storage device capacity gets tested.
> All my cassandra data paths are subdirectories of */data* mount point which 
> has enough of space:
> {noformat}
> $ df -h /data
> Filesystem  Size  Used Avail Mounted on
> . 1.2T 200G  1T  /data
> {noformat}
> However what Warning reports is a OS mount which has nothing to do with 
> Cassandra configuration:
> {noformat}
> df -h /
> Filesystem  Size  Used Avail Use% Mounted on
> 40G  5.7G   35G  15% /
> {noformat}
> I see this error running Cassandra 3.0.22



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16104) Wrong warning about data volumes capacity

2021-03-21 Thread Paulo Motta (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paulo Motta updated CASSANDRA-16104:

Test and Documentation Plan: no documentation needed
 Status: Patch Available  (was: Open)

> Wrong warning about data volumes capacity
> -
>
> Key: CASSANDRA-16104
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16104
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/nodetool
>Reporter: Dmitrii Saprykin
>Assignee: Dmitrii Saprykin
>Priority: Normal
>
> I see the following warning trying to run *nodetool upgradesstables*
> {noformat}
> WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding 
> more capacity to your cluster or removing obsolete snapshots
> {noformat}
> This warning is wrong because the wrong storage device capacity gets tested.
> All my cassandra data paths are subdirectories of */data* mount point which 
> has enough of space:
> {noformat}
> $ df -h /data
> Filesystem  Size  Used Avail Mounted on
> . 1.2T 200G  1T  /data
> {noformat}
> However what Warning reports is a OS mount which has nothing to do with 
> Cassandra configuration:
> {noformat}
> df -h /
> Filesystem  Size  Used Avail Use% Mounted on
> 40G  5.7G   35G  15% /
> {noformat}
> I see this error running Cassandra 3.0.22



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16104) Wrong warning about data volumes capacity

2020-10-08 Thread Dmitrii Saprykin (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitrii Saprykin updated CASSANDRA-16104:
-
Component/s: Tool/nodetool

> Wrong warning about data volumes capacity
> -
>
> Key: CASSANDRA-16104
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16104
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/nodetool
>Reporter: Dmitrii Saprykin
>Priority: Normal
>
> I see the following warning trying to run *nodetool upgradesstables*
> {noformat}
> WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding 
> more capacity to your cluster or removing obsolete snapshots
> {noformat}
> This warning is wrong because the wrong storage device capacity gets tested.
> All my cassandra data paths are subdirectories of */data* mount point which 
> has enough of space:
> {noformat}
> $ df -h /data
> Filesystem  Size  Used Avail Mounted on
> . 1.2T 200G  1T  /data
> {noformat}
> However what Warning reports is a OS mount which has nothing to do with 
> Cassandra configuration:
> {noformat}
> df -h /
> Filesystem  Size  Used Avail Use% Mounted on
> 40G  5.7G   35G  15% /
> {noformat}
> I see this error running Cassandra 3.0.22



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16104) Wrong warning about data volumes capacity

2020-10-08 Thread Dmitrii Saprykin (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitrii Saprykin updated CASSANDRA-16104:
-
Source Control Link: 
https://github.com/dmitry-saprykin/cassandra/tree/cassandra-3.0-nodetool-jobs-validation

> Wrong warning about data volumes capacity
> -
>
> Key: CASSANDRA-16104
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16104
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Dmitrii Saprykin
>Priority: Normal
>
> I see the following warning trying to run *nodetool upgradesstables*
> {noformat}
> WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding 
> more capacity to your cluster or removing obsolete snapshots
> {noformat}
> This warning is wrong because the wrong storage device capacity gets tested.
> All my cassandra data paths are subdirectories of */data* mount point which 
> has enough of space:
> {noformat}
> $ df -h /data
> Filesystem  Size  Used Avail Mounted on
> . 1.2T 200G  1T  /data
> {noformat}
> However what Warning reports is a OS mount which has nothing to do with 
> Cassandra configuration:
> {noformat}
> df -h /
> Filesystem  Size  Used Avail Use% Mounted on
> 40G  5.7G   35G  15% /
> {noformat}
> I see this error running Cassandra 3.0.22



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16104) Wrong warning about data volumes capacity

2020-09-03 Thread Dmitrii Saprykin (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitrii Saprykin updated CASSANDRA-16104:
-
Description: 
I see the following warning trying to run *nodetool upgradesstables*
{noformat}
WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding more 
capacity to your cluster or removing obsolete snapshots
{noformat}
This warning is wrong because the wrong storage device capacity gets tested.

All my cassandra data paths are subdirectories of */data* mount point which has 
enough of space:
{noformat}
$ df -h /data
Filesystem  Size  Used Avail Mounted on
. 1.2T 200G  1T  /data
{noformat}
However what Warning reports is a OS mount which has nothing to do with 
Cassandra configuration:
{noformat}
df -h /
Filesystem  Size  Used Avail Use% Mounted on
40G  5.7G   35G  15% /
{noformat}

I see this error running Cassandra 3.0.22

  was:
I see the following warning trying to run *nodetool upgradesstables*
{noformat}
WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding more 
capacity to your cluster or removing obsolete snapshots
{noformat}
This warning is wrong because the wrong storage device capacity gets tested.

All my cassandra data paths are subdirectories of */data* mount point which has 
enough of space:
{noformat}
$ df -h /data
Filesystem  Size  Used Avail Mounted on
. 1.2T 200G  1T  /data
{noformat}
However what Warning reports is a OS mount which has nothing to do with 
Cassandra configuration:
{noformat}
df -h /
Filesystem  Size  Used Avail Use% Mounted on
40G  5.7G   35G  15% /
{noformat}


> Wrong warning about data volumes capacity
> -
>
> Key: CASSANDRA-16104
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16104
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Dmitrii Saprykin
>Priority: Normal
>
> I see the following warning trying to run *nodetool upgradesstables*
> {noformat}
> WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding 
> more capacity to your cluster or removing obsolete snapshots
> {noformat}
> This warning is wrong because the wrong storage device capacity gets tested.
> All my cassandra data paths are subdirectories of */data* mount point which 
> has enough of space:
> {noformat}
> $ df -h /data
> Filesystem  Size  Used Avail Mounted on
> . 1.2T 200G  1T  /data
> {noformat}
> However what Warning reports is a OS mount which has nothing to do with 
> Cassandra configuration:
> {noformat}
> df -h /
> Filesystem  Size  Used Avail Use% Mounted on
> 40G  5.7G   35G  15% /
> {noformat}
> I see this error running Cassandra 3.0.22



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-16104) Wrong warning about data volumes capacity

2020-09-03 Thread Dmitrii Saprykin (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-16104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitrii Saprykin updated CASSANDRA-16104:
-
Description: 
I see the following warning trying to run *nodetool upgradesstables*
{noformat}
WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding more 
capacity to your cluster or removing obsolete snapshots
{noformat}
This warning is wrong because the wrong storage device capacity gets tested.

All my cassandra data paths are subdirectories of */data* mount point which has 
enough of space:
{noformat}
$ df -h /data
Filesystem  Size  Used Avail Mounted on
. 1.2T 200G  1T  /data
{noformat}
However what Warning reports is a OS mount which has nothing to do with 
Cassandra configuration:
{noformat}
df -h /
Filesystem  Size  Used Avail Use% Mounted on
40G  5.7G   35G  15% /
{noformat}

  was:
I see the following warning trying to run *nodetool upgradesstables*

{noformat}
WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding more 
capacity to your cluster or removing obsolete snapshots
{noformat}

This warning is wrong because the wrong storage device capacity gets tested.

All my cassandar data paths are subdirectories of */data* mount point which has 
enough of space:
{noformat}
$ df -h /data
Filesystem  Size  Used Avail Mounted on
. 1.2T 200G  1T  /data
{noformat}

However what Warning reports is a OS mount which has nothing to do with 
Cassandra configuration:
{noformat}
df -h /
Filesystem  Size  Used Avail Use% Mounted on
40G  5.7G   35G  15% /
{noformat}




> Wrong warning about data volumes capacity
> -
>
> Key: CASSANDRA-16104
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16104
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Dmitrii Saprykin
>Priority: Normal
>
> I see the following warning trying to run *nodetool upgradesstables*
> {noformat}
> WARN  16:09:24 Only 34988 MB free across all data volumes. Consider adding 
> more capacity to your cluster or removing obsolete snapshots
> {noformat}
> This warning is wrong because the wrong storage device capacity gets tested.
> All my cassandra data paths are subdirectories of */data* mount point which 
> has enough of space:
> {noformat}
> $ df -h /data
> Filesystem  Size  Used Avail Mounted on
> . 1.2T 200G  1T  /data
> {noformat}
> However what Warning reports is a OS mount which has nothing to do with 
> Cassandra configuration:
> {noformat}
> df -h /
> Filesystem  Size  Used Avail Use% Mounted on
> 40G  5.7G   35G  15% /
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org