# Bulk Queue Doesn't Process?

**URL:** https://discuss.elastic.co/t/bulk-queue-doesnt-process/155969
**Category:** Elasticsearch
**Created:** [November 9, 2018, 1:48am UTC](https://discuss.elastic.co/t/bulk-queue-doesnt-process/155969 "2018-11-09T01:48:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![depthless](https://avatars.discourse-cdn.com/v4/letter/d/a88e4f/32.png) [@depthless](https://discuss.elastic.co/u/depthless)
#### Post date: [November 9, 2018, 1:48am UTC](https://discuss.elastic.co/t/bulk-queue-doesnt-process/155969/1 "2018-11-09T01:48:14Z")

</div>

When I run /\_nodes/stats I see:

```
            "refresh": {
                "threads": 1,
                "queue": 89495,
                "active": 1,
                "rejected": 0,
                "largest": 1,
                "completed": 685334
            },

```

and

```
            "bulk": {
                "threads": 2,
                "queue": 218,
                "active": 2,
                "rejected": 0,
                "largest": 2,
                "completed": 6
            },

```

I'd just increased the queue size to 500 and it cleared out completely. But now it's just stuck at 6 completed and nothing processes. Is there a way for me to see what it's working on and hopefully why it's stuck?

This is an AWS hosted Elasticsearch version 1.5. Cluster health shows:

```
{
    "cluster_name": "546950514302:trevcob2b",
    "status": "yellow",
    "timed_out": false,
    "number_of_nodes": 2,
    "number_of_data_nodes": 2,
    "active_primary_shards": 169,
    "active_shards": 337,
    "relocating_shards": 0,
    "initializing_shards": 1,
    "unassigned_shards": 0,
    "number_of_pending_tasks": 0
}
```

---

<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: [December 7, 2018, 1:48am UTC](https://discuss.elastic.co/t/bulk-queue-doesnt-process/155969/2 "2018-12-07T01:48:20Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
