[
https://issues.apache.org/jira/browse/HBASE-26777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17501795#comment-17501795
]
Hudson commented on HBASE-26777:
--------------------------------
Results for branch master
[build #526 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/526/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/526/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/526/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/526/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> BufferedDataBlockEncoder$OffheapDecodedExtendedCell.deepClone throws
> UnsupportedOperationException
> --------------------------------------------------------------------------------------------------
>
> Key: HBASE-26777
> URL: https://issues.apache.org/jira/browse/HBASE-26777
> Project: HBase
> Issue Type: Bug
> Components: regionserver
> Affects Versions: 2.4.10
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Major
> Fix For: 2.5.0, 2.6.0, 3.0.0-alpha-3, 2.4.11
>
> Attachments: repro_with_revert.patch
>
>
> BufferedDataBlockEncoder$OffheapDecodedExtendedCell.deepClone throws an
> unsupportedException.
> However, org.apache.hadoop.hbase.regionserver.HRegion.get(Get, boolean, long,
> long)
> calls the method:
> {code:java}
> // Copy EC to heap, then close the scanner.
> // This can be an EXPENSIVE call. It may make an extra copy from
> offheap to onheap buffers.
> // See more details in HBASE-26036.
> for (Cell cell : tmp) {
> results.add(cell instanceof ByteBufferExtendedCell ?
> ((ByteBufferExtendedCell) cell).deepClone(): cell);
> } {code}
> According to the comment above, this is probably caused by HBASE-26036.
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)