charlesconnell opened a new pull request, #6767:
URL: https://github.com/apache/hbase/pull/6767

   My recent contribution in HBASE-29135 has a bug. `ZstdByteBuffDecompressor` 
doesn't update the position of the input `ByteBuffer` after reading from it. 
When there are multiple "chunks" in the input buffer, this causes failure to 
read chunks after the first one.
   
   This PR fixes the bug and adjusts an existing test to verify the fix.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to