You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Gray (JIRA)" <ji...@apache.org> on 2009/09/25 00:50:16 UTC

[jira] Created: (HBASE-1866) Scan(Scan) copy constructor does not copy value of cacheBlocks

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




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-1866) Scan(Scan) copy constructor does not copy value of cacheBlocks

Posted by "Jonathan Gray (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Updated: (HBASE-1866) Scan(Scan) copy constructor does not copy value of cacheBlocks

Posted by "Jonathan Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gray updated HBASE-1866:
---------------------------------

    Attachment: HBASE-1866-v1.patch

Simple patch.  Quick review and I will commit.

> 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.


[jira] Commented: (HBASE-1866) Scan(Scan) copy constructor does not copy value of cacheBlocks

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759309#action_12759309 ] 

stack commented on HBASE-1866:
------------------------------

+1

> 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.