You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/11/22 11:22:24 UTC

[GitHub] [hbase] wchevreuil commented on issue #864: HBASE-23313 [hbck2] setRegionState should update Master in-memory sta…

wchevreuil commented on issue #864: HBASE-23313 [hbck2] setRegionState should update Master in-memory sta…
URL: https://github.com/apache/hbase/pull/864#issuecomment-557495545
 
 
   > So about this setRegionState RPC interface, is region specifier and RegionState.State enough?
   
   Yeah, it just updates the "info:state" column in meta for the given region, similar to what the client side hbck2 does. Main difference here is that we call _AssignmentManager.loadRegionFromMeta()_ to reload the cache info after updating meta table.
   
   Pushed new commit addressing checkstyle and adding related UT to _TestHbck_.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services