# Msearch shard failed problems

**URL:** https://discuss.elastic.co/t/msearch-shard-failed-problems/25877
**Category:** Elasticsearch
**Created:** [July 20, 2015, 6:49am UTC](https://discuss.elastic.co/t/msearch-shard-failed-problems/25877 "2015-07-20T06:49:24Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![JoshuaZe](https://avatars.discourse-cdn.com/v4/letter/j/5daacb/32.png) [@JoshuaZe](https://discuss.elastic.co/u/JoshuaZe)
#### Post date: [July 20, 2015, 6:49am UTC](https://discuss.elastic.co/t/msearch-shard-failed-problems/25877/1 "2015-07-20T06:49:25Z")

</div>

the response of the msearch result, sometimes have too many shard failed.  
the number of replica is 0.

the failed example shows below (with response json filter):  
{  
"\_shards" : {  
"failed" : 69  
},  
"aggregations" : {  
"timeseries" : {  
"buckets" : [ {  
"key\_as\_string" : "2014-06-01",  
"sum\_quantity" : {  
"value" : 7.0  
}  
}, {  
"key\_as\_string" : "2014-06-02",  
"sum\_quantity" : {  
"value" : 1.0  
}  
}, {  
"key\_as\_string" : "2014-06-03",  
"sum\_quantity" : {  
"value" : 3.0  
}  
}]  
}}  
also, some result is empty (like {})  
why so many failed and empty? how to fix this?  
thank you very much.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 12:00am UTC](https://discuss.elastic.co/t/msearch-shard-failed-problems/25877/2 "2017-07-06T00:00:26Z")

</div>


