Andrew Kyle Purtell created PHOENIX-7836:
--------------------------------------------
Summary: UncoveredGlobalIndexRegionScanner2IT relax per-test query
timeout
Key: PHOENIX-7836
URL: https://issues.apache.org/jira/browse/PHOENIX-7836
Project: Phoenix
Issue Type: Sub-task
Components: test
Reporter: Andrew Kyle Purtell
Assignee: Andrew Kyle Purtell
Fix For: 5.4.0, 5.3.1
{{testCount}} upserts 100,000 rows, builds an uncovered global index, sets
{{{}phoenix.scanner.disable.uncovered.regions.move=false{}}}, and runs an
aggregate count that forces every region scan through the post-dummy
region-move callback. For the {{uncovered=false, salted=true}} parameterization
the per-region work is heavier and the global {{phoenix.query.timeoutMs}} set
by {{QueryServicesTestImpl}} to {{DEFAULT_THREAD_TIMEOUT_MS}} (5 minutes) can
be exhausted. The fix overrides the timeout only for this test's connection by
passing a {{Properties}} with {{phoenix.query.timeoutMs = 20 * 60 * 1000.}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)