Re: Cause of java.io.IOException: No space left on device Error

2020-04-27 Thread Kayak28
Hello, Community: Thank you for replying to my email. Your responses were very helpful. 2020年4月23日(木) 20:35 Erick Erickson : > In addition to what Dario mentioned, background merges > happen all the time, optimize is just a special case (and > very expensive). > > You say “one of my Solr core

Re: Cause of java.io.IOException: No space left on device Error

2020-04-23 Thread Erick Erickson
In addition to what Dario mentioned, background merges happen all the time, optimize is just a special case (and very expensive). You say “one of my Solr cores has 47G”, but segment merging can easily occur on multiple cores at once, so that’s not definitive. We usually recommend that people hav

Re: Cause of java.io.IOException: No space left on device Error

2020-04-23 Thread Dario Rigolin
When solr starts an optimization of the index you have to have free at least same size (I don't know if 3 times is correct) of the core you are optimizing. Maybe your free space isn't enough to handle the optimization process. Sometimes you have to restart the Solr process to have released more spa

Cause of java.io.IOException: No space left on device Error

2020-04-23 Thread Kayak28
Hello, Community: I am currently using Solr 5.3.1. on CentOS. The other day, I faced an error message that shows " java.io.IOException: No space left on device" My disk for Solr has empty space about 35GB and the total amount of the disk is 581GB. I doubted there was no enough space for Linux in