Skip to content

when clickhouse-server died, clickhouse-cpp hang in recv while doing Insert #209

Open
@mmitkevich

Description

@mmitkevich
recv
clickhouse::SocketInput::DoRead(void*, unsigned long)
clickhouse::BufferedInput::DoRead(void*, unsigned long)
clickhouse::CodedInputStream::ReadVarint64(unsigned long*)
clickhouse::Client::Impl::ReceivePacket(unsigned long*)
clickhouse::Client::Impl::Insert(basic_string<char, char_traits<char>, allocator<char> > const&, clickhouse::Block const&)

Could it be related to SO_RCVTIMEO?
Is there any way to adjust the read timeout in the API?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions