[
https://issues.apache.org/jira/browse/HBASE-12378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14190070#comment-14190070
]
Hudson commented on HBASE-12378:
--------------------------------
SUCCESS: Integrated in HBase-1.0 #388 (See
[https://builds.apache.org/job/HBase-1.0/388/])
HBASE-12378 Add a test to verify that the read-replica is able to read after a
compaction (matteo.bertozzi: rev c466c619760c212167308c10e9768540cf3b2bab)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionReplicas.java
> Add a test to verify that the read-replica is able to read after a compaction
> -----------------------------------------------------------------------------
>
> Key: HBASE-12378
> URL: https://issues.apache.org/jira/browse/HBASE-12378
> Project: HBase
> Issue Type: Test
> Components: regionserver, Replication
> Affects Versions: 2.0.0, 0.99.1
> Reporter: Matteo Bertozzi
> Assignee: Matteo Bertozzi
> Priority: Minor
> Fix For: 2.0.0, 0.99.2
>
> Attachments: HBASE-12378-v0.patch, HBASE-12378-v0.patch
>
>
> Add a unit test that verify that the secondary read-replica is still able to
> read all the data even when the files on the primary are archived and the
> store file refresh is not executed.
> basically is to have a test that verifies that the file-link logic is not
> removed.
> (there are a couple of test that probably wants to do that.. but since they
> operate on small data they will never trigger the file-link reopen)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)