[ https://issues.apache.org/jira/browse/HBASE-1866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jonathan Gray resolved HBASE-1866. ---------------------------------- Resolution: Fixed Hadoop Flags: [Reviewed] Thanks for review stack. Also added this on commit: {code} @@ -380,6 +381,8 @@ sb.append("" + this.maxVersions); sb.append(", caching="); sb.append("" + this.caching); + sb.append(", cacheBlocks="); + sb.append("" + this.cacheBlocks); sb.append(", timeRange="); sb.append("[" + this.tr.getMin() + "," + this.tr.getMax() + ")"); sb.append(", families="); {code} > Scan(Scan) copy constructor does not copy value of cacheBlocks > -------------------------------------------------------------- > > Key: HBASE-1866 > URL: https://issues.apache.org/jira/browse/HBASE-1866 > Project: Hadoop HBase > Issue Type: Bug > Components: client > Affects Versions: 0.20.0 > Reporter: Jonathan Gray > Assignee: Jonathan Gray > Fix For: 0.20.1, 0.21.0 > > Attachments: HBASE-1866-v1.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.