[
https://issues.apache.org/jira/browse/HBASE-8958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Stack resolved HBASE-8958.
----------------------------------
Resolution: Won't Fix
Stale. Context is different now.
> Sometimes we refer to the single .META. table region as ".META.,,1" and other
> times as ".META.,,1.1028785192"
> --------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-8958
> URL: https://issues.apache.org/jira/browse/HBASE-8958
> Project: HBase
> Issue Type: Bug
> Reporter: Michael Stack
> Priority: Major
>
> See here how we say in a log:
> {code}
> 2013-07-15 22:32:53,805 INFO [main] regionserver.HRegion(4176): Open
> {ENCODED => 1028785192, NAME => '.META.,,1', STARTKEY => '', ENDKEY => ''}
> {code}
> but when we open other regions we do:
> {code}
> 764 2013-07-15 22:40:10,867 INFO [RS_OPEN_REGION-durruti:61987-0]
> regionserver.HRegion: Open {ENCODED => 93dad2bbf6ff5ea0d7477f504b303346, NAME
> => 'x,,1373953210791.93dad2bbf6ff5ea0d7477f504b303346.', ...
> {code}
> Note how in the second, the name includes the encoded name.
> We'll also do :
> {code}
> 2013-07-15 22:32:53,810 INFO [main] regionserver.HRegion(629): Onlined
> 1028785192/.META.; next sequenceid=1
> {code}
> vs
> {code}
> 785 2013-07-15 22:40:10,885 INFO [AM.ZK.Worker-pool-2-thread-7]
> master.RegionStates: Onlined 93dad2bbf6ff5ea0d7477f504b303346 on
> durruti,61987,1373947581222
> {code}
> ... where we print the encoded name.
> Master web UI shows ".META.,,1.1028785192"
> Benoit originally noticed this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)