You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Amitanand Aiyer (JIRA)" <ji...@apache.org> on 2013/03/29 19:41:17 UTC

[jira] [Created] (HBASE-8221) Ensure that we flush/close Regions before the RS stops answering client requests.

Amitanand Aiyer created HBASE-8221:
--------------------------------------

             Summary: Ensure that we flush/close Regions before the RS stops answering client requests.
                 Key: HBASE-8221
                 URL: https://issues.apache.org/jira/browse/HBASE-8221
             Project: HBase
          Issue Type: Bug
            Reporter: Amitanand Aiyer
            Assignee: Amitanand Aiyer
            Priority: Minor
             Fix For: 0.89-fb


Currently, the RS stops responding as soon as the stop is requested. We then go in and close all regions in a 2-flush mechanism.

Ensure that RS will first close the regions, and then stop taking client requests. This will reduce the number of errors seen by the client.

--
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