You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Erik Holstad (JIRA)" <ji...@apache.org> on 2009/07/08 01:47:14 UTC

[jira] Created: (HBASE-1625) Adding check to Put.add(KeyValue kv), to see that it has the same row as when instantiated

Adding check to Put.add(KeyValue kv), to see that it has the same row as when instantiated
------------------------------------------------------------------------------------------

                 Key: HBASE-1625
                 URL: https://issues.apache.org/jira/browse/HBASE-1625
             Project: Hadoop HBase
          Issue Type: Bug
          Components: client
    Affects Versions: 0.20.0
            Reporter: Erik Holstad
            Assignee: Erik Holstad
            Priority: Minor
             Fix For: 0.20.0


When using the add(KeyValue kv) in Put there is no check to see if the kv has the same row as the row already in the put.

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


[jira] Work started: (HBASE-1625) Adding check to Put.add(KeyValue kv), to see that it has the same row as when instantiated

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

Work on HBASE-1625 started by Erik Holstad.

> Adding check to Put.add(KeyValue kv), to see that it has the same row as when instantiated
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1625
>                 URL: https://issues.apache.org/jira/browse/HBASE-1625
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.20.0
>            Reporter: Erik Holstad
>            Assignee: Erik Holstad
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1625-v1.patch
>
>
> When using the add(KeyValue kv) in Put there is no check to see if the kv has the same row as the row already in the put.

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


[jira] Updated: (HBASE-1625) Adding check to Put.add(KeyValue kv), to see that it has the same row as when instantiated

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

Erik Holstad updated HBASE-1625:
--------------------------------

    Attachment: HBASE-1625-v1.patch

Adding check in Put for same row and new test case.

> Adding check to Put.add(KeyValue kv), to see that it has the same row as when instantiated
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1625
>                 URL: https://issues.apache.org/jira/browse/HBASE-1625
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.20.0
>            Reporter: Erik Holstad
>            Assignee: Erik Holstad
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1625-v1.patch
>
>
> When using the add(KeyValue kv) in Put there is no check to see if the kv has the same row as the row already in the put.

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


[jira] Resolved: (HBASE-1625) Adding check to Put.add(KeyValue kv), to see that it has the same row as when instantiated

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

stack resolved HBASE-1625.
--------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Good one.  Thanks for the patch Erik.

> Adding check to Put.add(KeyValue kv), to see that it has the same row as when instantiated
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1625
>                 URL: https://issues.apache.org/jira/browse/HBASE-1625
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.20.0
>            Reporter: Erik Holstad
>            Assignee: Erik Holstad
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1625-v1.patch
>
>
> When using the add(KeyValue kv) in Put there is no check to see if the kv has the same row as the row already in the put.

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