Hi, I'm new to elasticsearch and I was having trouble with deleting translogs.
I was trying to delete the translog files following this documentation: https://www.elastic.co/guide/en/elasticsearch/reference/5.6/index-modules-translog.html#corrupt-translog-truncation
and I tried running the following command on my Ubuntu system: bin/elasticsearch-translog truncate -d /var/lib/elasticsearchdata/nodes/0/indices/OuW6ZqbQST-gwEnyo8huDA/0/translog/
, but I'm getting no such file or directory error.
My second question is, will manually deleting ckp and tlog files in the translog folder do the trick as well?
Why are you running that command, what lead you to there?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.