You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2009/08/01 18:11:14 UTC

[jira] Commented: (HBASE-1732) Flag to disable regionserver restart

    [ https://issues.apache.org/jira/browse/HBASE-1732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737905#action_12737905 ] 

Jean-Daniel Cryans commented on HBASE-1732:
-------------------------------------------

The problem with flushing the memstore content is that the regions still contained in that RS may already be assigned to another one or, most likely, that the Master is splitting its logs. So I think it should release its resources as fast as possible.

Also I'm wondering, why disabling the restart code? The issue doesn't give the reason. Wouldn't it be better to remove it? Or do we keep it in order to make it better in the near future?

> Flag to disable regionserver restart
> ------------------------------------
>
>                 Key: HBASE-1732
>                 URL: https://issues.apache.org/jira/browse/HBASE-1732
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: norestart.patch
>
>
> Add a flag so on zk session expiration, regionserver goes down and doesn't try restarting.

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