[
https://issues.apache.org/jira/browse/HBASE-17582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15849582#comment-15849582
]
Appy commented on HBASE-17582:
------------------------------
definitely an oversight. :(
Don't know about StoreFileWriter though. It says in implementation
{noformat}
public Builder withShouldDropCacheBehind(boolean shouldDropCacheBehind/*NOT
USED!!*/) {
// TODO: HAS NO EFFECT!!! FIX!!
return this;
}
{noformat}
Which seem to have been added as note in HBASE-15118.
> Drop page cache hint is broken
> ------------------------------
>
> Key: HBASE-17582
> URL: https://issues.apache.org/jira/browse/HBASE-17582
> Project: HBase
> Issue Type: Bug
> Components: Compaction, io
> Affects Versions: 2.0.0
> Reporter: Ashu Pachauri
> Attachments: HBASE-17582.master.001.patch
>
>
> We pass a boolean for pass page cache drop hint while creating store file
> scanners and writers.
> The hint is not passed on down the stack by StoreFileWriter and
> StoreFileScanner in the master branch.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)