Hi everyone, I am facing an issue and needs help A...
# community-help
j
Hi everyone, I am facing an issue and needs help ASAP, previously I drop and re-import data to my collection, but in the middle of import process I got OUT_OF_DISK error even though I have nothing inside my cluster right now, maybe someone can help?
I use JSONL curl upload for this
k
Run a compaction on the data directory (this must be run on each node in the cluster individually): https://typesense.org/docs/29.0/api/cluster-operations.html#compacting-the-on-disk-database
1
j
Thanks, will try it out!
I got error code 5 when performing compaction, what is that?
I got these error when trying the compaction @Kishore Nallan
k
If you are already run out of disk space, you have to maybe add more disk and make some space before it can work.
j
right now I don't even have any data inside my cluster
since I have drop them yesterday to do re-import
k
Did you check what's taking up space then? Your disk metrics show that there is enough space?
j
how to check that? I am using cloud right now
k
Typesense Cloud?
j
Yes
I can get the metrics with API but I don't know what makes it full
k
Please DM me your cluster ID
j
okay. sent
k
The disk usage has now dropped.
1
j
thanks! seems working now
k
Cool, you have to run this periodically if you are doing a lot of repeated writes.