cache eviction for destroyed volume fails.
Open
@raakella1 is already working on this.
Since Jun 10, 2025.
Index Service
- Dominant language
- C++
- Stars
- 29
- Forks
- 30
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 6
Description
If a volume has been already destroyed and eviction later is called and choose a node from this volume, the eviction will hit the SIGSEGV
[](const sisl::CacheRecord& rec) -> bool { const auto& hnode = (sisl::SingleEntryHashNode< BtreeNodePtr >&)rec; return static_cast< IndexBtreeNode* >(hnode.m_value.get())->m_idx_buf->is_clean(); }},
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.