Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
Description
[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)
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.
Attachments
Issue Links
- is caused by
-
HBASE-24817 Allow configuring WALEntry filters on ReplicationSource
- Closed
- relates to
-
HBASE-24779 Improve insight into replication WAL readers hung on checkQuota
- Resolved