qdrant / qdrant/qdrant

On two-node Qdrant cluster Network traffic growth or query timeout after increasing replica sharding

Open
#4,367 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Rust
Stars
34.7k
Forks
2.7k
Avg merge
1d 18h
Merged PRs (30d)
187

Description

one:Increasing shards leads to network traffic growth
origin collection info:2shard 1replica,ecs network 5M
migrate: create collection init_from: old collection to 6shard 1replica,ecs network 5M*6
so,what problem?

two: Increasing replica leads to query timeout
origin collection info:2shard 1replica,ecs network 5M
migrate: create collection init_from: old collection to 6shard 2replica,query timeout
so,what problem?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by reproducing the two-node Qdrant scenarios using collection creation with init_from, increasing shards from 2 to 6 and replicas from 1 to 2 while observing network traffic and query timeouts. Done means explaining the observed behavior and identifying the affected subsystem or a confirmed fix path.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
databases, distributed-systems
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.