[
https://issues.apache.org/jira/browse/PHOENIX-2916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor resolved PHOENIX-2916.
-----------------------------------
Resolution: Not A Problem
If HBase has a new config property to set the write RPC timeout, you can set
those properties at connection time in Phoenix just like any other property. I
don't think there's any action required on the Phoenix side for a client to
take advantage of this new functionality when it becomes available (which looks
targeted to HBase 1.4 at the earliest).
> Need a client-side level property to control write timeout
> ----------------------------------------------------------
>
> Key: PHOENIX-2916
> URL: https://issues.apache.org/jira/browse/PHOENIX-2916
> Project: Phoenix
> Issue Type: New Feature
> Reporter: Alex Warshavsky
> Priority: Minor
>
> Currently, there's a client side property phoenix.query.timeoutMs which
> allows query to timeout after the specified time. However, there's no
> equivalent property to allow upserts (writes) to timeout if the client
> requires a shorted wait time than the default in Phoenix/HBase. This should
> apply to the underlying operations related to writes - upsert, commit. Also
> it should control timeout for writes in the HBase client, which might include
> Zookeeper client timeout as well.
> Proposed property name: phoenix.update.timeoutMs
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)