Skip to content

Open() freeze in rare cases #178

@endrx

Description

@endrx

Description

Generally works super, but a couple of times I got a sudden process total freeze (for more than 10 hours).
Last time I investigated the situation via Remote Debugger.

The process execution was frozen deep inside the .Open() here:

Open() >...> ProtocolFormatter.Handshake() (line 97): ReadUInt > ... > ProtocolFormatter.ReadBytes() (line 478):
int num = await _ioStream.ReadAsync(bytes, read, i - read, cToken);

image

UPD: It seems this happens when ClickHouse server is suddenly goes down. But the client stays frozen even after ClickHouse server restoration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions