Hello, Solr Community I am currently using Solr 8.3.0 with SolrCloud mode. When I took the following steps, I happened to have super-large index(approx ), and the process got stopped.
1. indexed hundred of thousands of documents 1.5 one of solrcloud servers had around 650GB. 2. updated(indexed) most of the documents by atomic update 2.5 index kept growing +400GB. 3. process got stopped due to disk full. Honestly, I did not expect that disk size would grow this much, and I thought that eventually around 650GB. I did not explicitly commit during updating, and I have not edited merge policy(i.e. merge policy is the default) Also, disk usage growth is linearly increasing. I could not see the merge policy have been worked... Here are my questions - is it possible to limit disk size while atomic-updating? --- if so, I would like to know how to stop disk usage growth. - Does anyone know the identical situation? Any clue will be appreciated. -- Sincerely, Kaya github: https://github.com/28kayak