You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Joe Obernberger <jo...@gmail.com> on 2020/02/10 21:01:37 UTC

Split Shard - HDFS Index - Solr 7.6.0

Hi All - Getting this error when trying to split a shard.  HDFS has 
space available, but it looks like it is using the local disk storage 
value instead of available HDFS disk space.  Is there a workaround?

Thanks!

{
     "responseHeader": {
         "status": 0,
         "QTime": 6
     },
     "Operation splitshard caused exception:": 
"org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: 
not enough free disk space to perform index split on node 
sys-hadoop-1:9100_solr, required: 306.76734546013176, available: 
16.772361755371094",
     "exception": {
         "msg": "not enough free disk space to perform index split on 
node sys-hadoop-1:9100_solr, required: 306.76734546013176, available: 
16.772361755371094",
         "rspCode": 500
     },
     "status": {
         "state": "failed",
         "msg": "found [2222] in failed tasks"
     }
}


-Joe Obernberger