quickwit-oss / quickwit-oss/quickwit
Server running all services but `indexer` returns a 500 on an ingest request
Open
Nobody has claimed this yet.
bug
- Dominant language
- Rust
- Stars
- 11.7k
- Forks
- 597
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 37
Description
Describe the bug
See title
Steps to reproduce
curl -XPOST http://127.0.0.1:7280/api/v1/airmail-logs/ingest --data-binary @datasets/airmail/airmail-logs-10.ndjson
{"message":"An internal error occurred: request timed out."}%
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with the shown curl request to /api/v1/airmail-logs/ingest using datasets/airmail/airmail-logs-10.ndjson, then trace the indexer request handling and timeout reported in the response. Done means the ingest request completes successfully instead of returning a 500 timeout.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100