On 12/19/2017 7:07 PM, Fiz Newyorker wrote:
Yes I checked the Disk usage. using this command
du -sh
and I have enough space on the Disk.
<snip>
2017-12-20 02:05:53.910 ERROR (qtp401424608-16) [ x:User_Data]
o.a.s.s.HttpSolrCall null:java.io.IOException: No space left on device
The error that Solr is logging says that you don't have enough disk space.
The "du" command doesn't show you how much free disk space you have. It
is designed to show you how much space is consumed in a particular
directory. Try this command instead:
df -h
Thanks,
Shawn