[
https://issues.apache.org/jira/browse/HBASE-12978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312857#comment-14312857
]
stack commented on HBASE-12978:
-------------------------------
Thanks. Dang though, it gives same result. Let me dig in more on your theory
though.
{code}
hbase(main):012:0* scan "hbase:meta", {STARTROW =>
"IntegrationTestBigLinkedList,+\x84\xFF\xFC\xE4%\xF2\x11\xDE\x97t\xF0(\xF1$\xE8,1423438433508.014990fd6eb13141c04018f19c8910c8.",
LIMIT => 1, VERSIONS => 10, RAW => true}
ROW COLUMN+CELL
IntegrationTestBigLinkedList,+\x84\xFF\xFC\xE4%\xF2
column=info:seqnumDuringOpen, timestamp=1423442394783,
value=\x00\x00\x00\x00\x00\x11\xFC\x89
\x11\xDE\x97t\xF0(\xF1$\xE8,1423438433508.014990fd6
eb13141c04018f19c8910c8.
IntegrationTestBigLinkedList,+\x84\xFF\xFC\xE4%\xF2
column=info:seqnumDuringOpen, timestamp=1423442332641,
value=\x00\x00\x00\x00\x00\x11\xEE\xC2
\x11\xDE\x97t\xF0(\xF1$\xE8,1423438433508.014990fd6
eb13141c04018f19c8910c8.
IntegrationTestBigLinkedList,+\x84\xFF\xFC\xE4%\xF2 column=info:server,
timestamp=1423442394783, value=c2025.halxg.cloudera.com:16020
\x11\xDE\x97t\xF0(\xF1$\xE8,1423438433508.014990fd6
eb13141c04018f19c8910c8.
IntegrationTestBigLinkedList,+\x84\xFF\xFC\xE4%\xF2 column=info:server,
timestamp=1423442332641, value=c2024.halxg.cloudera.com:16020
\x11\xDE\x97t\xF0(\xF1$\xE8,1423438433508.014990fd6
eb13141c04018f19c8910c8.
IntegrationTestBigLinkedList,+\x84\xFF\xFC\xE4%\xF2
column=info:serverstartcode, timestamp=1423442394783, value=1423442383454
\x11\xDE\x97t\xF0(\xF1$\xE8,1423438433508.014990fd6
eb13141c04018f19c8910c8.
IntegrationTestBigLinkedList,+\x84\xFF\xFC\xE4%\xF2
column=info:serverstartcode, timestamp=1423442332641, value=1423442287722
\x11\xDE\x97t\xF0(\xF1$\xE8,1423438433508.014990fd6
eb13141c04018f19c8910c8.
1 row(s) in 0.0140 seconds
{code}
> hbase:meta has a row missing hregioninfo and it causes my long-running job to
> fail
> ----------------------------------------------------------------------------------
>
> Key: HBASE-12978
> URL: https://issues.apache.org/jira/browse/HBASE-12978
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Fix For: 1.0.1
>
>
> Testing 1.0.0 trying long-running tests.
> A row in hbase:meta was missing its HRI entry. It caused the job to fail.
> Around the time of the first task failure, there are balances of the
> hbase:meta region and it was on a server that crashed. I tried to look at
> what happened around time of our writing hbase:meta and I ran into another
> issue; 20 logs of 256MBs filled with WrongRegionException written over a
> minute or two. The actual update of hbase:meta was not in the logs, it'd been
> rotated off.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)