Every day i've some error like this:
ERROR [org.alfresco.solr.component.AsyncBuildSuggestComponent] Exception in building suggester index for: shingleBasedSuggestions
java.io.IOException: No space left on device
df -h:
9% /opt/alfresco/alf_data
df -i:
9% /opt/alfresco/alf_data
FS is xfs:
/dev/mapper/docker-solr4data /opt/alfresco/alf_data xfs rw,seclabel,relatime,attr2,inode64,noquota 0 0
I'don't understand the No space left ....
What is the value of imaxpct for your xfs partition? How many inodes are currently in use? The SOLR server may suffer from inode exhaustion due to caching of repository data in small tgz files, but this typically is only a problem on non-xfs partitions and requires a substantial amount of nodes to be created in Alfresco in the first place.