[
https://issues.apache.org/jira/browse/HBASE-11841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14114273#comment-14114273
]
Hudson commented on HBASE-11841:
--------------------------------
SUCCESS: Integrated in HBase-0.98 #481 (See
[https://builds.apache.org/job/HBase-0.98/481/])
HBASE-11841 [0.98] Option for disabling location prefetch (apurtell: rev
4a3ddc7cb744759609809eef85690cd58127c85a)
* hbase-common/src/main/resources/hbase-default.xml
* hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
*
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java
> [0.98] Option for disabling location prefetch
> ---------------------------------------------
>
> Key: HBASE-11841
> URL: https://issues.apache.org/jira/browse/HBASE-11841
> Project: HBase
> Issue Type: Improvement
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Priority: Minor
> Fix For: 0.98.7
>
> Attachments: HBASE-11841-0.98.patch
>
>
> On HBASE-10018 we removed location prefetch in versions > 0.98. That issue
> enumerates some of the issues with location prefetch. It is already possible
> to disable location prefetch on a per table basis via
> HTable#setRegionCachePrefetch(TableName tableName, boolean enable) but we
> should have a site configuration option that disables prefetch globally
> without requiring application code take some special action like
> setRegionCachePrefetch.
--
This message was sent by Atlassian JIRA
(v6.2#6252)