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/07 22:47:00 UTC

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

Josh Elser created HBASE-24834:
----------------------------------

             Summary: 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
             Fix For: 3.0.0-alpha-1, 2.4.0


{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)