[
https://issues.apache.org/jira/browse/CASSANDRA-14996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shaurya Gupta updated CASSANDRA-14996:
--------------------------------------
Description:
This creates a major problem if the script which uploads the snapshots is
triggered via some API and the application triggering it is somehow down and is
not able to hit the API. This affects Cassandra and slowly one or more
Cassandra nodes go down.
There could be a check in Cassandra that before creating a snapshot it checks
that the disk has some sufficient (configurable via cassandra.yaml and jmx)
disk space.
This could be achieved by making change in
public void maybeIncrementallyBackup(final Iterable<SSTableReader> sstables)
was:
This creates a major problem if the script which uploads the snapshots is
triggered via some API and the application triggering it is somehow down and is
not able to hit the API. This affects Cassandra and slowly one or more
Cassandra nodes go down.
There could be a check in Cassandra that before creating a snapshot it checks
that the disk has some sufficient (configurable via cassandra.yaml and jmx)
disk space.
This could be achieved by making change in
public void maybeIncrementallyBackup(final Iterable<SSTableReader> sstables)
> Incremental backups can fill up the disk if they are not being uploaded
> -----------------------------------------------------------------------
>
> Key: CASSANDRA-14996
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14996
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Shaurya Gupta
> Priority: Major
>
> This creates a major problem if the script which uploads the snapshots is
> triggered via some API and the application triggering it is somehow down and
> is not able to hit the API. This affects Cassandra and slowly one or more
> Cassandra nodes go down.
> There could be a check in Cassandra that before creating a snapshot it checks
> that the disk has some sufficient (configurable via cassandra.yaml and jmx)
> disk space.
> This could be achieved by making change in
> public void maybeIncrementallyBackup(final Iterable<SSTableReader> sstables)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]