You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kleckner (JIRA)" <ji...@apache.org> on 2016/10/29 19:08:58 UTC

[jira] [Created] (HBASE-16970) Clarify misleading Scan.java comment about caching

Jim Kleckner created HBASE-16970:
------------------------------------

             Summary: Clarify misleading Scan.java comment about caching
                 Key: HBASE-16970
                 URL: https://issues.apache.org/jira/browse/HBASE-16970
             Project: HBase
          Issue Type: Bug
            Reporter: Jim Kleckner
            Priority: Trivial


The Scan class has an integer field, caching, that defaults to -1.  The meaning of -1 is that the option was not overriden (aka not set) and therefore that the default configuration should be used.

This trivial patch corrects the comment of that field to reflect this meaning rather than misleading the reader to believe that caching is disabled.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)