[
https://issues.apache.org/jira/browse/HBASE-10332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13870873#comment-13870873
]
Hudson commented on HBASE-10332:
--------------------------------
SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #73 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/73/])
HBASE-10332 Missing .regioninfo file during daughter open processing
(mbertozzi: rev 1558034)
*
/hbase/branches/0.98/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
*
/hbase/branches/0.98/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionFileSystem.java
> Missing .regioninfo file during daughter open processing
> --------------------------------------------------------
>
> Key: HBASE-10332
> URL: https://issues.apache.org/jira/browse/HBASE-10332
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.0
> Reporter: Andrew Purtell
> Assignee: Matteo Bertozzi
> Fix For: 0.98.0, 0.96.2, 0.99.0
>
> Attachments: HBASE-10332-v0.patch
>
>
> Under cluster stress testing, there are a fair amount of warnings like this:
> {noformat}
> 2014-01-12 04:52:29,183 WARN
> [test-1,8120,1389467616661-daughterOpener=490a58c14b14a59e8d303d310684f0b0]
> regionserver.HRegionFileSystem: .regioninfo file not found for region:
> 490a58c14b14a59e8d303d310684f0b0
> {noformat}
> This is from HRegionFileSystem#checkRegionInfoOnFilesystem, which catches a
> FileNotFoundException in this case and calls writeRegionInfoOnFilesystem to
> fix up the issue.
> Is this a bug in splitting?
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)