You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "sishen (JIRA)" <ji...@apache.org> on 2008/10/25 23:42:44 UTC

[jira] Created: (HBASE-959) Be able to get multiple RowResult at one time from client side

Be able to get multiple RowResult at one time from client side
--------------------------------------------------------------

                 Key: HBASE-959
                 URL: https://issues.apache.org/jira/browse/HBASE-959
             Project: Hadoop HBase
          Issue Type: Sub-task
          Components: client
    Affects Versions: 0.19.0
            Reporter: sishen
             Fix For: 0.19.0


Now from the region server side, we can get multiple rows at one time now.  It's mostly used to cache the results in the client side. But we still can only get one row by row at one time. I think it's better to let users also be able to get multiple rows if they want.

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


[jira] Commented: (HBASE-959) Be able to get multiple RowResult at one time from client side

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

sishen commented on HBASE-959:
------------------------------

Should it implement a new method to retrieve the requested rows or use a loop to make use of the current next() method?   Now i choose the second method. 

> Be able to get multiple RowResult at one time from client side
> --------------------------------------------------------------
>
>                 Key: HBASE-959
>                 URL: https://issues.apache.org/jira/browse/HBASE-959
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: client
>    Affects Versions: 0.19.0
>            Reporter: sishen
>             Fix For: 0.19.0
>
>
> Now from the region server side, we can get multiple rows at one time now.  It's mostly used to cache the results in the client side. But we still can only get one row by row at one time. I think it's better to let users also be able to get multiple rows if they want.

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


[jira] Commented: (HBASE-959) Be able to get multiple RowResult at one time from client side

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

stack commented on HBASE-959:
-----------------------------

Mind adding javadoc to your new method Sishen?  Thanks.

> Be able to get multiple RowResult at one time from client side
> --------------------------------------------------------------
>
>                 Key: HBASE-959
>                 URL: https://issues.apache.org/jira/browse/HBASE-959
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: client
>    Affects Versions: 0.19.0
>            Reporter: sishen
>             Fix For: 0.19.0
>
>         Attachments: 959.trunk.next_rows.patch
>
>
> Now from the region server side, we can get multiple rows at one time now.  It's mostly used to cache the results in the client side. But we still can only get one row by row at one time. I think it's better to let users also be able to get multiple rows if they want.

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


[jira] Updated: (HBASE-959) Be able to get multiple RowResult at one time from client side

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

sishen updated HBASE-959:
-------------------------

    Attachment:     (was: 959.trunk.next_rows.patch)

> Be able to get multiple RowResult at one time from client side
> --------------------------------------------------------------
>
>                 Key: HBASE-959
>                 URL: https://issues.apache.org/jira/browse/HBASE-959
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: client
>    Affects Versions: 0.19.0
>            Reporter: sishen
>             Fix For: 0.19.0
>
>         Attachments: 959.trunk.next_rows.patch
>
>
> Now from the region server side, we can get multiple rows at one time now.  It's mostly used to cache the results in the client side. But we still can only get one row by row at one time. I think it's better to let users also be able to get multiple rows if they want.

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


[jira] Updated: (HBASE-959) Be able to get multiple RowResult at one time from client side

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

stack updated HBASE-959:
------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed.  Thanks for the patch Sishen.

> Be able to get multiple RowResult at one time from client side
> --------------------------------------------------------------
>
>                 Key: HBASE-959
>                 URL: https://issues.apache.org/jira/browse/HBASE-959
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: client
>    Affects Versions: 0.19.0
>            Reporter: sishen
>             Fix For: 0.19.0
>
>         Attachments: 959.trunk.next_rows.patch
>
>
> Now from the region server side, we can get multiple rows at one time now.  It's mostly used to cache the results in the client side. But we still can only get one row by row at one time. I think it's better to let users also be able to get multiple rows if they want.

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


[jira] Updated: (HBASE-959) Be able to get multiple RowResult at one time from client side

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

sishen updated HBASE-959:
-------------------------

    Attachment: 959.trunk.next_rows.patch

> Be able to get multiple RowResult at one time from client side
> --------------------------------------------------------------
>
>                 Key: HBASE-959
>                 URL: https://issues.apache.org/jira/browse/HBASE-959
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: client
>    Affects Versions: 0.19.0
>            Reporter: sishen
>             Fix For: 0.19.0
>
>         Attachments: 959.trunk.next_rows.patch
>
>
> Now from the region server side, we can get multiple rows at one time now.  It's mostly used to cache the results in the client side. But we still can only get one row by row at one time. I think it's better to let users also be able to get multiple rows if they want.

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


[jira] Updated: (HBASE-959) Be able to get multiple RowResult at one time from client side

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

sishen updated HBASE-959:
-------------------------

    Status: Patch Available  (was: Open)

> Be able to get multiple RowResult at one time from client side
> --------------------------------------------------------------
>
>                 Key: HBASE-959
>                 URL: https://issues.apache.org/jira/browse/HBASE-959
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: client
>    Affects Versions: 0.19.0
>            Reporter: sishen
>             Fix For: 0.19.0
>
>         Attachments: 959.trunk.next_rows.patch
>
>
> Now from the region server side, we can get multiple rows at one time now.  It's mostly used to cache the results in the client side. But we still can only get one row by row at one time. I think it's better to let users also be able to get multiple rows if they want.

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


[jira] Updated: (HBASE-959) Be able to get multiple RowResult at one time from client side

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

sishen updated HBASE-959:
-------------------------

    Attachment: 959.trunk.next_rows.patch

add javadoc

> Be able to get multiple RowResult at one time from client side
> --------------------------------------------------------------
>
>                 Key: HBASE-959
>                 URL: https://issues.apache.org/jira/browse/HBASE-959
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: client
>    Affects Versions: 0.19.0
>            Reporter: sishen
>             Fix For: 0.19.0
>
>         Attachments: 959.trunk.next_rows.patch
>
>
> Now from the region server side, we can get multiple rows at one time now.  It's mostly used to cache the results in the client side. But we still can only get one row by row at one time. I think it's better to let users also be able to get multiple rows if they want.

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


[jira] Assigned: (HBASE-959) Be able to get multiple RowResult at one time from client side

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

stack reassigned HBASE-959:
---------------------------

    Assignee: sishen

> Be able to get multiple RowResult at one time from client side
> --------------------------------------------------------------
>
>                 Key: HBASE-959
>                 URL: https://issues.apache.org/jira/browse/HBASE-959
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: client
>    Affects Versions: 0.19.0
>            Reporter: sishen
>            Assignee: sishen
>             Fix For: 0.19.0
>
>         Attachments: 959.trunk.next_rows.patch
>
>
> Now from the region server side, we can get multiple rows at one time now.  It's mostly used to cache the results in the client side. But we still can only get one row by row at one time. I think it's better to let users also be able to get multiple rows if they want.

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