Closed
Description
As title, a session will be removed from activeSessions_
regardless of its removing attempt being responded normally or not, thus the reclaim will never take care of it.
The following quoted the related discussion initialized by @iiibui:
context: #3567
nebula/src/graph/session/GraphSessionManager.cpp
Lines 140 to 153 in 544c86b
It means meta client will retry in reclaimExpiredSessions? But it will have no chance because session has been removed from activeSessions_.
It means meta server will do reclaim? But I didn't find any “reclaim” related operations in metad.
Activity