Snapshot api: Failed to derive xcontent from (offset=0, length=0)

Hi,

unfortunately during the easter holidays the backup space of our ES cluster
was running out of diskspace.

We added some diskspace to the backup location, but we are getting this
error when ES is trying to access the Repo:

curl -XGET 'localhost:9200/_snapshot/backup/_all?pretty'

{

"error" :
"RemoteTransportException[[elasticsearch2][inet[/192.168.xxx.xxx:9300]][cluster:admin/snapshot/get]];
nested: ElasticsearchParseException[Failed to derive xcontent from
(offset=0, length=0): []]; ",

"status" : 400
}

ES is also not able to create new snapshots in this repo. There is noting
about this topic in the logfiles (not on the master and not on the nodes).
The backup space is mounted and read/write able on all nodes.

Can anybody tell me how i can get the repo back working or how i can debug
this problem?

Best regards,

Robert

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/a011124a-2b58-4320-9e93-1ce16bc54bdb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

I have already met this problem. I wonder the answers as well.