Skip to content

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

Open
@qkrorlqr

Description

@qkrorlqr

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfilestoreAdd this label to run only cloud/filestore build and tests on PR

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions