Kadir Ozdemir created PHOENIX-7299: -------------------------------------- Summary: ScanningResultIterator should not time out a query after receiving a valid result Key: PHOENIX-7299 URL: https://issues.apache.org/jira/browse/PHOENIX-7299 Project: Phoenix Issue Type: Bug Reporter: Kadir Ozdemir
Phoenix query time includes setting up scanners and retrieving the very first result from each of these scanners. The query timeout check in ScanningResutIterator introduced by PHOENIX-6918 extends the query timeout check beyond the first result from a given scanner. ScanningResutIterator should not check if query timeout after the first valid (not dummy) result from the server. -- This message was sent by Atlassian Jira (v8.20.10#820010)