Skip to content

Commit 924384f

Browse files
committed
crimson/.../alien_store: clear coll_map on stop()
Signed-off-by: Samuel Just <[email protected]>
1 parent e2b75b5 commit 924384f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crimson/os/alienstore/alien_store.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ seastar::future<> AlienStore::stop()
131131
for (auto [cid, ch]: coll_map) {
132132
static_cast<AlienCollection*>(ch.get())->collection.reset();
133133
}
134+
coll_map.clear();
134135
store.reset();
135136
cct.reset();
136137
g_ceph_context = nullptr;

0 commit comments

Comments
 (0)