Skip to content

PHOENIX-7836 UncoveredGlobalIndexRegionScanner2IT relax per-test query timeout#2453

Open
apurtell wants to merge 1 commit intoapache:masterfrom
apurtell:PHOENIX-7836
Open

PHOENIX-7836 UncoveredGlobalIndexRegionScanner2IT relax per-test query timeout#2453
apurtell wants to merge 1 commit intoapache:masterfrom
apurtell:PHOENIX-7836

Conversation

@apurtell
Copy link
Copy Markdown
Contributor

@apurtell apurtell commented May 2, 2026

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant