Remove rreq local_blkd and merge alloc blks in data
Open
@sanebay is already working on this.
Since Apr 29, 2025.
- Dominant language
- C++
- Stars
- 29
- Forks
- 30
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 6
Description
Remove rreq local_blkd() usage from raft_repl_dev and merge into one interface local_blkids().
mrege the two alloc_blks in repl_dev.h, e.g.
- alloc_blks with
MultiBlkId& out_bid - alloc_blks with
std::vector<MultiBlkId>& out_bids
Contributor guide
No contributing guide indexed for this repository
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.
Assessment
This issue has not been assessed yet.