The Scylla disk is full. Recently, the deletion operation was carried out. After deletion, the disk is not released. The deletion process is due to writing rowkey to the disk. On the contrary, the disk has been increased a lot. What can I do to release the disk?
--
You received this message because you are subscribed to the Google Groups "ScyllaDB development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-dev/87f79696-9915-4519-9265-20499292d02f%40googlegroups.com.
data is really only deleted through a compaction.Once the disk is full, though, you will not be able to run it.The best procedure then is to add more nodes temporarily, then execute nodetool cleanup in the old ones.Once you are happy you can decommission the temporary nodes.
On Fri., Jul. 26, 2019, 5:59 a.m. , <8608...@qq.com> wrote:
The Scylla disk is full. Recently, the deletion operation was carried out. After deletion, the disk is not released. The deletion process is due to writing rowkey to the disk. On the contrary, the disk has been increased a lot. What can I do to release the disk?--
You received this message because you are subscribed to the Google Groups "ScyllaDB development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylla...@googlegroups.com.

data is really only deleted through a compaction.
Once the disk is full, though, you will not be able to run it.The best procedure then is to add more nodes temporarily, then execute nodetool cleanup in the old ones.Once you are happy you can decommission the temporary nodes.
On Fri., Jul. 26, 2019, 5:59 a.m. , <8608...@qq.com> wrote:
The Scylla disk is full. Recently, the deletion operation was carried out. After deletion, the disk is not released. The deletion process is due to writing rowkey to the disk. On the contrary, the disk has been increased a lot. What can I do to release the disk?--
You received this message because you are subscribed to the Google Groups "ScyllaDB development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylla...@googlegroups.com.
Above is a part of our logs after we executed the cleanup command. There is basically no printed compressed content in the logs, and the disk space does not seem to be released. We did not add new nodes, but deleted some data. In this case, does the cleanup command not work very well?
--
在 2019年7月26日星期五 UTC+8下午7:05:02,Glauber Costa写道:data is really only deleted through a compaction.Once the disk is full, though, you will not be able to run it.The best procedure then is to add more nodes temporarily, then execute nodetool cleanup in the old ones.Once you are happy you can decommission the temporary nodes.On Fri., Jul. 26, 2019, 5:59 a.m. , <8608...@qq.com> wrote:The Scylla disk is full. Recently, the deletion operation was carried out. After deletion, the disk is not released. The deletion process is due to writing rowkey to the disk. On the contrary, the disk has been increased a lot. What can I do to release the disk?--
You received this message because you are subscribed to the Google Groups "ScyllaDB development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylla...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-dev/87f79696-9915-4519-9265-20499292d02f%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "ScyllaDB development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-dev/56f540f2-6c2c-4288-b732-1e80d3b06606%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-dev/56f540f2-6c2c-4288-b732-1e80d3b06606%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to scylladb-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scylladb-dev/ba126a22-88e9-479b-a40a-cc3e0c25a3fd%40googlegroups.com.