You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2016/08/16 02:06:22 UTC

[jira] [Created] (PHOENIX-3184) Wrap HBase calls in separate thread to reliably honor query timeout

James Taylor created PHOENIX-3184:
-------------------------------------

             Summary: Wrap HBase calls in separate thread to reliably honor query timeout
                 Key: PHOENIX-3184
                 URL: https://issues.apache.org/jira/browse/PHOENIX-3184
             Project: Phoenix
          Issue Type: Bug
            Reporter: James Taylor


If an HBase call stalls, we don't detect and account for this in our query execution time. To solve this, we can wrap any HBase calls that will make an RPC and cancel the thread if our timeout expires.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)