[
https://issues.apache.org/jira/browse/HBASE-13719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell closed HBASE-13719.
---------------------------------------
> Asynchronous scanner -- cache size-in-bytes bug fix
> ---------------------------------------------------
>
> Key: HBASE-13719
> URL: https://issues.apache.org/jira/browse/HBASE-13719
> Project: HBase
> Issue Type: Bug
> Reporter: Eshcar Hillel
> Assignee: Eshcar Hillel
> Priority: Major
> Fix For: 2.0.0
>
> Attachments: HBASE-13071-trunk-bug-fix.patch
>
>
> Hbase Streaming Scan is a feature recently added to trunk.
> In this feature, an asynchronous scanner pre-loads data to the cache based on
> its size (both row count and size in bytes). In one of the locations where
> the scanner polls an item from the cache, the variable holding the estimated
> byte size of the cache is not updated. This affects the decision of when to
> load the next batch of data.
> A bug fix patch is attached - it comprises only local changes to the
> ClientAsyncPrefetchScanner.java file.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)