-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session expire on graphd will end up floating session being released #5094
Comments
steps:
more info
|
we can simply compare the latest graphAddr in meta, if not in the same, could not delete the session. not sure if there's any other problem. |
This is a rare case and it won't be fixed in 3.4. |
Need to make sure the timeout mechanism still works, if we do this. |
Session is not advised to be kept for a long time. And, it is always recommended to check the aliveness of sessions and recreate sessions if needed. Since this is a low-priority issue and we are freezing the code for 3.4, close this issue for now. If any developer wants to optimize this part, please feel free to reopen this issue. |
I think this is the way to go, I'll fix this in this approach later when I have some bandwidth in my free time |
@HarrisChu @xtcyclist @Sophie-Xie will this be tagged wont fix intended or we could save it from "won't fix" actually :-P? |
Just a label, I'll change it to avoid confusion. |
@xtcyclist @yixinglu do we consider to fix this? |
We need to consider fixing this issue due to potential requirements from customers. |
This is an issue talked about in WeChat Group:Earth, synced msg was pasted in the end of the issue.
It seems in current idle-release session mechanism was monitored and triggered in each graphD, that is, when a session(session-id:foo) was floated from graphd0 to graphd1, and will be actively used in graphd1 and not caming back to graphd0, after idle session timer expires in graphd0, foo will be released from graphd0.
I am on GitHub mobile(don't have access to the code to verify this)due to Covid leave, so just quickly track the issue here.
Plz forgive my unchecking of the code before raising this.
cc @Aiee
ref:
The text was updated successfully, but these errors were encountered: