Details
-
New Feature
-
Status: Reopened
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
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
Attachments
Issue Links
- relates to
-
HBASE-15866 Split hbase.rpc.timeout into *.read.timeout and *.write.timeout
- Resolved