You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/23 19:10:00 UTC

[jira] [Resolved] (HBASE-13022) "RegionException: Retries exhausted..." ERROR in HBaseAdmin.disableTable(...) if hbase.client.pause=0

     [ https://issues.apache.org/jira/browse/HBASE-13022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell resolved HBASE-13022.
-----------------------------------------
    Resolution: Not A Problem

> "RegionException: Retries exhausted..." ERROR in HBaseAdmin.disableTable(...) if hbase.client.pause=0
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-13022
>                 URL: https://issues.apache.org/jira/browse/HBASE-13022
>             Project: HBase
>          Issue Type: Bug
>          Components: Admin
>            Reporter: Sergey Smirnov
>            Priority: Major
>         Attachments: HBASE-13022__RegionException__Retries_exhausted.patch
>
>
> If hbase.client.pause set to 0 it breaks retry back-off logic in HbaseAdmin.getPauseTime() for DDL operations. Operation succeeds because it happens asynchronously but caller get an Exception because caller thread did not wait for operation to complete:
> ...
> Caused by: org.apache.hadoop.hbase.RegionException: Retries exhausted, it took too long to wait for the table FOO to be disabled.
> 	at org.apache.hadoop.hbase.client.HBaseAdmin.disableTable(HBaseAdmin.java:997)
> 	at org.apache.hadoop.hbase.client.HBaseAdmin.disableTable(HBaseAdmin.java:1005)
> ...



--
This message was sent by Atlassian Jira
(v8.20.7#820007)