ndimiduk commented on PR #4394:
URL: https://github.com/apache/hbase/pull/4394#issuecomment-1129865813

   Bisect points to this commit on master as well.
   
   ```
   c198f23e5eb078abc47d4c3439477c6c2b4d5136 is the first bad commit
   commit c198f23e5eb078abc47d4c3439477c6c2b4d5136
   Author: Mohammad Arshad <[email protected]>
   Date:   Tue May 17 10:54:38 2022 +0530
       HBASE-26856:BufferedDataBlockEncoder.OnheapDecodedCell value can get 
corrupted (#4394)
       
       Created OnheapDecodedCell and OffheapDecodedExtendedCell objects with 
duplicate copy of ByteBuffer's underlying array instead of original ByteBuffer
       
       Signed-off-by: Andrew Purtell <[email protected]>
       Signed-off-by: Pankaj Kumar<[email protected]>
    .../io/encoding/BufferedDataBlockEncoder.java      | 23 
+++++++++++++++++-----
    1 file changed, 18 insertions(+), 5 deletions(-)
   bisect found first bad commit
   ```


-- 
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