[
https://issues.apache.org/jira/browse/HBASE-11957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14140964#comment-14140964
]
Lars Hofhansl commented on HBASE-11957:
---------------------------------------
Thought maybe this:
{code}
+ final Map<String, RegionScannerHolder> scanners =
+ new ConcurrentHashMap<String, RegionScannerHolder>();
{code}
But it's not public and a reference to it does not leak into the APIs.
Allright then. Going to commit. Thanks [~liushaohui].
> Backport HBASE-5974 to 0.94
> ---------------------------
>
> Key: HBASE-11957
> URL: https://issues.apache.org/jira/browse/HBASE-11957
> Project: HBase
> Issue Type: Bug
> Reporter: Liu Shaohui
> Assignee: Liu Shaohui
> Priority: Critical
> Fix For: 0.94.24
>
> Attachments: HBASE-5974-0.94-v1.diff, verify-test.patch
>
>
> HBASE-5974:Scanner retry behavior with RPC timeout on next() seems incorrect,
> which cause data missing in hbase scan.
> I think we should fix it in 0.94.
> [~lhofhansl]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)