You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Alexey Kovyrin (JIRA)" <ji...@apache.org> on 2010/05/30 16:30:37 UTC

[jira] Updated: (HBASE-2352) Small values for hbase.client.retries.number and ipc.client.connect.max.retries breaks long ops in hbase shell

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

Alexey Kovyrin updated HBASE-2352:
----------------------------------

    Attachment: HBASE-2352-rollback-changes.patch

Roll back the change in hbase.client.retries.number and find a better way to make Puts to non-existent columns friendlier.

> Small values for hbase.client.retries.number and ipc.client.connect.max.retries breaks long ops in hbase shell
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-2352
>                 URL: https://issues.apache.org/jira/browse/HBASE-2352
>             Project: HBase
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.21.0
>            Reporter: Alexey Kovyrin
>            Assignee: Alexey Kovyrin
>         Attachments: HBASE-2352-rollback-changes.patch
>
>
> After switching hbase shell to small retries numbers (to make Puts to invalida coordinates friendlier to users), we broke long operations on tables (like disabling, truncating, etc) because they use the same config values to control client retries.
> Need to roll the change back (will provide a patch) and make a better fix for puts later (after HBASE-2330 is resolved)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.