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

Zhihong Yu commented on HBASE-5206:
-----------------------------------

{code}
+      for(HRegionInfo hri : allRegions.keySet()){
+        setEnabledTable(hri);
+      }
{code}
Each setEnabledTable() call results in round-trip to zookeeper.
Can we remember the tables we have enabled so that the number of calls to 
setEnabledTable() is reduced ?

For formatting, please insert space between for and (, between ) and {.
                
> Port HBASE-5155 to 0.92 and TRUNK
> ---------------------------------
>
>                 Key: HBASE-5206
>                 URL: https://issues.apache.org/jira/browse/HBASE-5206
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.2, 0.96.0
>            Reporter: Zhihong Yu
>         Attachments: 5206_92_1.patch, 5206_trunk_1.patch
>
>
> This JIRA ports HBASE-5155 (ServerShutDownHandler And Disable/Delete should 
> not happen parallely leading to recreation of regions that were deleted) to 
> 0.92 and TRUNK

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to