You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Appy (JIRA)" <ji...@apache.org> on 2017/02/03 00:44:51 UTC

[jira] [Created] (HBASE-17590) Drop cache hint should work for StoreFileWriter

Appy created HBASE-17590:
----------------------------

             Summary: Drop cache hint should work for StoreFileWriter
                 Key: HBASE-17590
                 URL: https://issues.apache.org/jira/browse/HBASE-17590
             Project: HBase
          Issue Type: Bug
            Reporter: Appy


We have this in the code right now.
{noformat}
    public Builder withShouldDropCacheBehind(boolean shouldDropCacheBehind/*NOT USED!!*/) {
      // TODO: HAS NO EFFECT!!! FIX!!
      return this;
    }
{noformat}
Creating jira to track it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)