[
https://issues.apache.org/jira/browse/HBASE-18220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16051782#comment-16051782
]
Hudson commented on HBASE-18220:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-2.0 #52 (See
[https://builds.apache.org/job/HBase-2.0/52/])
HBASE-18220 Compaction scanners need not reopen storefile scanners while
(ramkrishna: rev ac2018e276bb5f320d6c56273f2fca17a8222883)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreScanner.java
HBASE-18220 - Addendum as per Duo suggestion for readability (Ram) (ramkrishna:
rev 7c15e57005c243d72b2228fadc959f301f9daa03)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java
> Compaction scanners need not reopen storefile scanners while trying to switch
> over from pread to stream
> -------------------------------------------------------------------------------------------------------
>
> Key: HBASE-18220
> URL: https://issues.apache.org/jira/browse/HBASE-18220
> Project: HBase
> Issue Type: Sub-task
> Components: Compaction
> Affects Versions: 2.0.0, 3.0.0, 2.0.0-alpha-1
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Fix For: 2.0.0, 3.0.0, 2.0.0-alpha-2
>
> Attachments: HBASE-18220_1.patch, HBASE-18220.patch
>
>
> We try switch over to stream scanner if we have read more than a certain
> number of bytes. In case of compaction we already have stream based scanners
> only and but on calling shipped() we try to again close and reopen the
> scanners which is unwanted.
> [~Apache9]
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)