You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Josh Elser (Jira)" <ji...@apache.org> on 2020/08/11 15:19:00 UTC

[jira] [Updated] (HBASE-24834) TestReplicationSource.testWALEntryFilter failing in branch-2+

     [ https://issues.apache.org/jira/browse/HBASE-24834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser updated HBASE-24834:
-------------------------------
    Fix Version/s:     (was: 2.4.0)
                       (was: 3.0.0-alpha-1)

> TestReplicationSource.testWALEntryFilter failing in branch-2+
> -------------------------------------------------------------
>
>                 Key: HBASE-24834
>                 URL: https://issues.apache.org/jira/browse/HBASE-24834
>             Project: HBase
>          Issue Type: Task
>          Components: Replication, test
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Minor
>
> {noformat}
> [ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 46.497 s <<< FAILURE! - in org.apache.hadoop.hbase.replication.regionserver.TestReplicationSource
> [ERROR] org.apache.hadoop.hbase.replication.regionserver.TestReplicationSource.testWALEntryFilter  Time elapsed: 1.405 s  <<< FAILURE!
> java.lang.AssertionError
> 	at org.apache.hadoop.hbase.replication.regionserver.TestReplicationSource.testWALEntryFilter(TestReplicationSource.java:177)
>  {noformat}
> Noticed this during HBASE-24779, but didn't fix it. Believe it comes from HBASE-24817.
> Looks to be that the edit we expect to not be filtered is actually getting filtered because it has no cells (thus, no change and doesn't need to be replicated). Should be a simple fix.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)