apurtell opened a new pull request, #2453:
URL: https://github.com/apache/phoenix/pull/2453

   `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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to