Skip to content

Without pre-creating index, heavy write rates OOM with too many threads #1081

Closed
@jordansissel

Description

@jordansissel

I observed this with logstash.

Recreate:

  • start with a fresh elasticsearch (no data dir)
  • start indexing fast (1000s per second)
  • a few seconds later, OOM due to thread creation explosion

This only seems to occur when heavy write rates hit an index that isn't created yet, causing ES to create the index and that seems to stall out writes and threads balloon waiting for that to happen.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions