-
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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
@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. |
Beta Was this translation helpful? Give feedback.
@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.