|
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. |
Answered by
yixinglu
Dec 30, 2021
Replies: 2 comments 4 replies
|
I agree with you that it will be still erased from activeSessions_ anyway including even the case remove session failed. Thus reclaim won't consider this session anymore. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@iiibui you are right! I have checked related implementation, I agree with you and think it's a bug. Could you given a PR to fix it? thanks for this feedback.