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 2022/04/29 23:11:00 UTC

[jira] [Created] (HBASE-26992) Brotli compressor has unexpected behavior during reinitialization

Andrew Kyle Purtell created HBASE-26992:
-------------------------------------------

             Summary: Brotli compressor has unexpected behavior during reinitialization
                 Key: HBASE-26992
                 URL: https://issues.apache.org/jira/browse/HBASE-26992
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.5.0
            Reporter: Andrew Kyle Purtell
            Assignee: Andrew Kyle Purtell
             Fix For: 2.5.0, 3.0.0-alpha-3


Due to a copy and paste error in BrotliCompressor#reinit we can reallocate a direct buffer instead of an on heap buffer. Not a functional problem right now but in all other cases the allocation is a heap buffer so could be a future surprise, and is in any case incorrect. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)