mirror of
https://github.com/ceph/ceph
synced 2025-03-09 01:38:58 +00:00
Merge pull request #2443 from ceph/wip-9241
osdc/Objecter: drop bad session nref assert Reviewed-by: Samuel Just <sam.just@inktank.com>
This commit is contained in:
commit
dc5e98d3e4
@ -1317,7 +1317,6 @@ void Objecter::close_session(OSDSession *s)
|
||||
|
||||
osd_sessions.erase(s->osd);
|
||||
s->lock.unlock();
|
||||
assert(s->get_nref() == 1); // We reassigned any/all ops, so should be last ref
|
||||
put_session(s);
|
||||
|
||||
// Assign any leftover ops to the homeless session
|
||||
|
Loading…
Reference in New Issue
Block a user