You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/10/07 00:36:46 UTC

[GitHub] [hbase] apurtell edited a comment on pull request #3728: HBASE-26324 Reuse compressors and decompressors in WAL CompressionContext

apurtell edited a comment on pull request #3728:
URL: https://github.com/apache/hbase/pull/3728#issuecomment-937347860


   You might think the TestReplicationEmptyWALRecovery failure is related, but it is not.
   
   1. TestReplicationEmptyWALRecovery does not run with WAL compression enabled and this patch only changes a detail of WAL value compression, in `CompressionContext`. so it is a no-op as far as this unit is concerned. 
   
   2. This test passes locally for me with the change here applied:
   
            [INFO] Running org.apache.hadoop.hbase.replication.TestReplicationEmptyWALRecovery
            [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.469 s - in org.apache.hadoop.hbase.replication.TestReplicationEmptyWALRecovery
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org