Page MenuHomePhabricator

Read timeouts during full table scans
Closed, ResolvedPublic

Description

Occasionally during full table scans (as is done for revision culling), a ReadTimeoutException is encountered:

com.datastax.driver.core.exceptions.ReadTimeoutException:  Cassandra timeout during read query at consistency LOCAL_ONE (1 responses were required but only 0 replica responded)

Related Objects