[
https://issues.apache.org/jira/browse/HBASE-13515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14505756#comment-14505756
]
Hudson commented on HBASE-13515:
--------------------------------
FAILURE: Integrated in HBase-1.1 #416 (See
[https://builds.apache.org/job/HBase-1.1/416/])
HBASE-13515 Handle FileNotFoundException in region replica replay for
flush/compaction events (enis: rev 48053f16053bc28273c71f7544bd27c4411512ea)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreFileInfo.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegionReplayEvents.java
> Handle FileNotFoundException in region replica replay for flush/compaction
> events
> ---------------------------------------------------------------------------------
>
> Key: HBASE-13515
> URL: https://issues.apache.org/jira/browse/HBASE-13515
> Project: HBase
> Issue Type: Sub-task
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.1.0, 1.2.0
>
> Attachments: hbase-13515_v1.patch, hbase-13515_v1.patch
>
>
> I had this patch laying around that somehow dropped from my plate. We should
> skip replaying compaction / flush and region open event markers if the files
> (from flush or compaction) can no longer be found from the secondary. If we
> do not skip, the replay will be retried forever, effectively blocking the
> replication further.
> Bulk load already does this, we just need to do it for flush / compaction and
> region open events as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)