Read timeouts shouldn't trigger exceptions thrown, exceptions should be solely propagated via futures, otherwise they put extra strain on the system at the worst possible time: when it is overload already enough that reads started to time out. The test covers both single partition reads and full scans, with two scenarios: * timeout while the read is queued * timeout when the read is already ongoing
104 KiB
104 KiB