You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2021/10/03 19:42:00 UTC

[jira] [Created] (HBASE-26324) Reuse compressors and decompressors in WAL CompressionContext

Andrew Kyle Purtell created HBASE-26324:
-------------------------------------------

             Summary: Reuse compressors and decompressors in WAL CompressionContext
                 Key: HBASE-26324
                 URL: https://issues.apache.org/jira/browse/HBASE-26324
             Project: HBase
          Issue Type: Sub-task
          Components: wal
            Reporter: Andrew Kyle Purtell
            Assignee: Andrew Kyle Purtell
             Fix For: 2.5.0, 3.0.0-alpha-2


WAL value compression CompressionContext allocates more compressors and decompressors than it requires and does not attempt to return those instances to their respective pools. Found while profiling. Harmless, but let's fix it. 



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