[
https://issues.apache.org/jira/browse/HBASE-13331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14378655#comment-14378655
]
Elliott Clark commented on HBASE-13331:
---------------------------------------
We have a table that is getting tons of edits at all times. So it's splitting
at anytime. HDFS got restarted by accident and so it started throwing errors
for a short amount of time. After that we got a flurry of warns:
{code}
WARN org.apache.hadoop.hbase.master.CatalogJanitor: Daughter region does not
exist: 6fd202b8fbf93ef76efd6d4e9c881a84, parent is:
adb856dff0d045f845b603724f590dea
WARN org.apache.hadoop.hbase.master.CatalogJanitor: Daughter region does not
exist: abb05df75dcf5fefce336f552dab6319, parent is:
a90c841c01658f71f7b0693766a4bfc7
WARN org.apache.hadoop.hbase.master.CatalogJanitor: Daughter region does not
exist: de2f3118b9d0e4505718735aa141f67a, parent is:
a90c841c01658f71f7b0693766a4bfc7
{code}
Then opening all of the daughter regions failed to open saying they have
missing referenced files.
> Exceptions from DFS client can cause CatalogJanitor to delete referenced files
> ------------------------------------------------------------------------------
>
> Key: HBASE-13331
> URL: https://issues.apache.org/jira/browse/HBASE-13331
> Project: HBase
> Issue Type: Bug
> Components: master
> Affects Versions: 1.0.0, 0.98.12
> Reporter: Elliott Clark
> Assignee: Elliott Clark
> Priority: Blocker
> Fix For: 2.0.0, 1.0.1, 1.1.0, 0.98.13
>
> Attachments: HBASE-13331.patch
>
>
> CatalogJanitor#checkDaughterInFs assumes that there are no references
> whenever HRegionFileSystem.openRegionFromFileSystem throws IOException. Well
> Hadoop and HBase throw IOExceptions whenever someone looks in their general
> direction.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)