havenask write接口在开启单表多partition功能后,未按预期写入对应的partition
Open
bug
- Dominant language
- C++
- Stars
- 1.8k
- Forks
- 352
- PR merge metrics
- No merged PRs in 30d
Description
write节点判断hashId是ok的,但是并未写入指定hashId的分片,searcher上有多个分片时,看起来会随机写入分片
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the write node's hashId handling with single-table multi-partition enabled, then reproduce the behavior with multiple searcher partitions. Done means a write is routed consistently to the shard matching the specified hashId rather than appearing on a random partition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100