ClickHouse / ClickHouse/clickhouse-cpp
when clickhouse-server died, clickhouse-cpp hang in recv while doing Insert
Abierto
bug
- Lenguaje dominante
- C
- Estrellas
- 382
- Forks
- 209
- Merge medio
- 2 d 19 h
- PR fusionados (30 d)
- 14
Descripción
```
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, allocator > const&, clickhouse::Block const&)
```
Could it be related to SO_RCVTIMEO?
Is there any way to adjust the read timeout in the API?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.