Skip to content
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

[Filestore] Sessions not orphaned after client disconnects due to hardware node outage #2710

Open
qkrorlqr opened this issue Dec 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working filestore Add this label to run only cloud/filestore build and tests on PR

Comments

@qkrorlqr
Copy link
Collaborator

Sometimes we see an "active" session on tablet monpage whereas the client is surely dead. After tablet restart noone reconnects to that session and it gets deleted after IdleSessionTimeout (which is correct). We don't see the following message in our logs:

"%s orphaning session c: %s, s: %s",

We either fail here:
if (it == Impl->SessionByOwner.end()) {

Or there is a bug in PipeServer. Most probably the former.

@qkrorlqr qkrorlqr added bug Something isn't working filestore Add this label to run only cloud/filestore build and tests on PR labels Dec 16, 2024
@qkrorlqr qkrorlqr self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working filestore Add this label to run only cloud/filestore build and tests on PR
Projects
None yet
Development

No branches or pull requests

1 participant