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

   Two call sites in `ConcurrentMutationsExtendedIT` calls 
`doneSignal.await(ROW_LOCK_WAIT_TIME + 5000, TimeUnit.SECONDS)`, but 
`ROW_LOCK_WAIT_TIME` is the HBase row-lock-wait constant in milliseconds 
(default 10000). Passing `TimeUnit.SECONDS` turned the intended 15-second wait 
into a 4+ hour timeout. Additionally, the return value of await was unchecked, 
allowing silent under-completion to bypass the verification phase and let the 
test "pass" by accident.


-- 
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