elastic / elastic/logstash

Pipeline worker count test failed.

Open
#6,245 7 comments 0 reactions 0 assignees View on GitHub
test failure
Dominant language
Java
Stars
14.9k
Forks
3.5k
Avg merge
1d 4h
Merged PRs (30d)
88

Description

https://logstash-ci.elastic.co/job/elastic+logstash+master+multijob-os-compatibility/os=amazon/295/console

```
1) LogStash::Pipeline defaulting the pipeline workers based on thread safety when there are threadsafe filters only starts multiple filter threads
Failure/Error: expect(pipeline.worker_threads.size).to eq(worker_thread_count)

expected: 5
got: 8
```

Contributor guide

Open the contributing guide

Research direction

Start with the linked Amazon OS compatibility CI job and the LogStash::Pipeline worker-count test named in its failure. Reproduce the mismatch between the expected five workers and the observed eight, then trace the pipeline worker-thread defaulting logic; done means the test passes consistently with the intended worker count.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.