[ 
https://issues.apache.org/jira/browse/HBASE-29742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18050401#comment-18050401
 ] 

Hudson commented on HBASE-29742:
--------------------------------

Results for branch master
        [build #1391 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1391/]: 
(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/1391/General_20Nightly_20Build_20Report/]








(x) {color:red}-1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1391/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(x) {color:red}-1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1391/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(x) {color:red}-1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1391/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(x) {color:red}-1 jdk17 hadoop 3.4.0 backward compatibility checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1391/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(x) {color:red}-1 jdk17 hadoop 3.4.1 backward compatibility checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1391/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
(/) {color:green}+1 client integration test for 3.4.2 {color}


> Compaction scan returns single cells instead of rows after 10MB
> ---------------------------------------------------------------
>
>                 Key: HBASE-29742
>                 URL: https://issues.apache.org/jira/browse/HBASE-29742
>             Project: HBase
>          Issue Type: Bug
>          Components: Compaction
>            Reporter: Istvan Toth
>            Assignee: Duo Zhang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.7.0, 3.0.0-beta-2, 2.6.5
>
>
> As reported by [~wchevreuil] , there is a bug in compaction where the scan 
> switches to returning single cells instead of rows.
> This happens because compaction sets a Block limit for the ScannerContext, 
> which does not get reset on next().
> That's not what we want for compactions.
> We want next() to return if it wasn't able to return a single row after 
> reading 10 MB, but but we want to reset the limit after that.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to