Open nadove-ucsc opened 5 days ago
Note that the first query (which returned no rows) is lacking the stats.totalBytesBilled
and stats.totalBytesProcessed
fields. This might indicate that we're reading the rows too soon, before the query has completed.
During the reindex of the
nadove6
deployment on 10/28/2024, this query returned no rows, raising aRequirementError
:The subsequent retry succeeded. It was reported as a cache hit, despite the result being different:
Errors like this one happened 64 times during the reindex. Every time this exception was raised, the row count was zero (there were no occurrences of an incomplete but nonempty result).