Description
Currently we have `SocketTimeout` which is only used for handshake and heartbeats, which means we use it to check if the server and network are responsive.
However, other operations (put, get, compute, etc) can take any amount of time.
Investigate if a general operation timeout can be useful.
Attachments
Issue Links
- is related to
-
IGNITE-20468 .NET: Thin 3.0: Intermittent timeouts on TC
- Resolved
- relates to
-
IGNITE-20573 Java thin 3.0: Introduce configurable operation timeout
- Resolved
- links to