[ https://issues.apache.org/jira/browse/HBASE-6776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456481#comment-13456481 ]
rajeshbabu commented on HBASE-6776: ----------------------------------- @Jimmy, Lets suppose a table disabled successfully(no region is opened) and only master restarted, as for this patch we are making all regions online(because as for the META they are on online RS) and calling unassign(during recovery of disabling table) for all the regions,which will fail with NotServingRegionException because they already closed during disable. I think this will make master startup slow if we have any disabled tables? Can we handle these scenarios in DisableTableHandler side only? Please correct me if I am wrong. > Opened region of disabled table is not added to online region list > ------------------------------------------------------------------ > > Key: HBASE-6776 > URL: https://issues.apache.org/jira/browse/HBASE-6776 > Project: HBase > Issue Type: Bug > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Priority: Minor > Attachments: trunk-6776.patch, trunk-6776_v2.patch > > > For opened region of disabled table, it should be added to online region > list, and then closed. We should not just ignore them. -- 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