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/14 20:55:51 UTC

[GitHub] [hbase] bharathv opened a new pull request #830: HBASE-23281: Track meta region locations in masters

bharathv opened a new pull request #830: HBASE-23281: Track meta region locations in masters
URL: https://github.com/apache/hbase/pull/830
 
 
   This patch adds a simple cache that tracks the meta region replica
   locations. It keeps an eye on the region movements so that the
   cached locations are not stale.
   
   This information is used for servicing client RPCs for connections
   that use master based registry (HBASE-18095). The RPC end points
   will be added in a separate patch.

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