eBay / eBay/HomeStore

cache eviction for destroyed volume fails.

Open
#743 0 comments 0 reactions 1 assignee View on GitHub

@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

  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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.