[
https://issues.apache.org/jira/browse/HBASE-9670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13780032#comment-13780032
]
Jonathan Hsieh commented on HBASE-9670:
---------------------------------------
it was changed to 100s in hbase-common/src/main/resources/hbase-default.xml
{code}
<property>
<name>hbase.client.pause</name>
<value>100</value>
<description>General client pause value. Used mostly as value to wait
before running a retry of a failed get, region lookup, etc.
See hbase.client.retries.number for description of how we backoff from
this initial pause amount and how this pause works w/ retries.</description>
</property>
{code}
+1.
> Client pause should be 100ms everywhere
> ---------------------------------------
>
> Key: HBASE-9670
> URL: https://issues.apache.org/jira/browse/HBASE-9670
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.0, 0.96.0
> Reporter: Nicolas Liochon
> Assignee: Nicolas Liochon
> Fix For: 0.98.0, 0.96.0
>
> Attachments: 9670.v1.patch
>
>
> It was changed to 100ms, but kept as 1000ms in a lot of places...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira