You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Daniel Gómez Ferro (JIRA)" <ji...@apache.org> on 2012/11/15 17:40:12 UTC

[jira] [Created] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

Daniel Gómez Ferro created HBASE-7167:
-----------------------------------------

             Summary: Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
                 Key: HBASE-7167
                 URL: https://issues.apache.org/jira/browse/HBASE-7167
             Project: HBase
          Issue Type: Bug
          Components: Thrift
            Reporter: Daniel Gómez Ferro


Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

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

ramkrishna.s.vasudevan commented on HBASE-7167:
-----------------------------------------------

bq.+   * Allways returns an empty list for backwards compatibility.
Pls 'Allways' to 'always'.

The changes seems to be fine.  May be only doc change itself should be ok.
Anyway +1 on the patch.
                
> Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-7167
>                 URL: https://issues.apache.org/jira/browse/HBASE-7167
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Daniel Gómez Ferro
>            Assignee: Daniel Gómez Ferro
>         Attachments: HBASE-7167.patch, HBASE-7167.patch
>
>
> Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

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

Daniel Gómez Ferro updated HBASE-7167:
--------------------------------------

    Attachment: HBASE-7167.patch

Attach fix and test case.

In the test case I simulate an IOException by disabling the table, but it takes a long time to raise the IOE. Is there a faster way of doing it?
                
> Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-7167
>                 URL: https://issues.apache.org/jira/browse/HBASE-7167
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Daniel Gómez Ferro
>         Attachments: HBASE-7167.patch
>
>
> Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

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

Ted Yu commented on HBASE-7167:
-------------------------------

Modifying the documentation would be better.
Please change release note as well.
                
> Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-7167
>                 URL: https://issues.apache.org/jira/browse/HBASE-7167
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Daniel Gómez Ferro
>            Assignee: Daniel Gómez Ferro
>         Attachments: HBASE-7167.patch
>
>
> Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

Posted by "Daniel Gómez Ferro (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502108#comment-13502108 ] 

Daniel Gómez Ferro commented on HBASE-7167:
-------------------------------------------

Should we remove the returned list as well? It would break the API but it's never used.
                
> Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-7167
>                 URL: https://issues.apache.org/jira/browse/HBASE-7167
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Daniel Gómez Ferro
>            Assignee: Daniel Gómez Ferro
>         Attachments: HBASE-7167.patch
>
>
> Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

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

Hadoop QA commented on HBASE-7167:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12554528/HBASE-7167.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 hadoop2.0{color}.  The patch compiles against the hadoop 2.0 profile.

    {color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 99 warning messages.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:red}-1 findbugs{color}.  The patch appears to introduce 24 new Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
                       org.apache.hadoop.hbase.master.TestSplitLogManager

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/3386//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3386//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3386//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3386//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3386//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop1-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3386//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3386//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3386//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/3386//console

This message is automatically generated.
                
> Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-7167
>                 URL: https://issues.apache.org/jira/browse/HBASE-7167
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Daniel Gómez Ferro
>            Assignee: Daniel Gómez Ferro
>         Attachments: HBASE-7167.patch, HBASE-7167.patch
>
>
> Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

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

Hadoop QA commented on HBASE-7167:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12554683/HBASE-7167.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 hadoop2.0{color}.  The patch compiles against the hadoop 2.0 profile.

    {color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 98 warning messages.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:red}-1 findbugs{color}.  The patch appears to introduce 24 new Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/3398//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3398//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3398//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3398//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3398//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3398//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop1-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3398//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3398//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/3398//console

This message is automatically generated.
                
> Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-7167
>                 URL: https://issues.apache.org/jira/browse/HBASE-7167
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Daniel Gómez Ferro
>            Assignee: Daniel Gómez Ferro
>         Attachments: HBASE-7167.patch, HBASE-7167.patch, HBASE-7167.patch
>
>
> Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

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

Daniel Gómez Ferro updated HBASE-7167:
--------------------------------------

    Release Note: Updated documentation to reflect that Thrift2 API deleteMultiple() throws a TIOError if a delete fails.  (was: Thrift2 API deleteMultiple() now returns the list of failed deletes instead of throwing a TIOError.)
    
> Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-7167
>                 URL: https://issues.apache.org/jira/browse/HBASE-7167
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Daniel Gómez Ferro
>            Assignee: Daniel Gómez Ferro
>         Attachments: HBASE-7167.patch, HBASE-7167.patch
>
>
> Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

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

Daniel Gómez Ferro updated HBASE-7167:
--------------------------------------

    Attachment: HBASE-7167.patch

Attached a new patch following Ted's suggestion. Now it always returns an empty list, but no information about what deletes completed / failed.
                
> Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-7167
>                 URL: https://issues.apache.org/jira/browse/HBASE-7167
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Daniel Gómez Ferro
>            Assignee: Daniel Gómez Ferro
>         Attachments: HBASE-7167.patch, HBASE-7167.patch
>
>
> Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

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

Hadoop QA commented on HBASE-7167:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12553665/HBASE-7167.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 3 new or modified tests.

    {color:green}+1 hadoop2.0{color}.  The patch compiles against the hadoop 2.0 profile.

    {color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 93 warning messages.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:red}-1 findbugs{color}.  The patch appears to introduce 16 new Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/3345//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3345//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3345//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3345//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3345//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop1-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3345//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3345//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/3345//console

This message is automatically generated.
                
> Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-7167
>                 URL: https://issues.apache.org/jira/browse/HBASE-7167
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Daniel Gómez Ferro
>            Assignee: Daniel Gómez Ferro
>         Attachments: HBASE-7167.patch
>
>
> Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

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

Daniel Gómez Ferro updated HBASE-7167:
--------------------------------------

        Assignee: Daniel Gómez Ferro
    Release Note: Thrift2 API deleteMultiple() now returns the list of failed deletes instead of throwing a TIOError.
          Status: Patch Available  (was: Open)
    
> Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-7167
>                 URL: https://issues.apache.org/jira/browse/HBASE-7167
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Daniel Gómez Ferro
>            Assignee: Daniel Gómez Ferro
>         Attachments: HBASE-7167.patch
>
>
> Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

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

Daniel Gómez Ferro updated HBASE-7167:
--------------------------------------

    Attachment: HBASE-7167.patch

Fix typo spotted by Ramkrishna
                
> Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-7167
>                 URL: https://issues.apache.org/jira/browse/HBASE-7167
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Daniel Gómez Ferro
>            Assignee: Daniel Gómez Ferro
>         Attachments: HBASE-7167.patch, HBASE-7167.patch, HBASE-7167.patch
>
>
> Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

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

Ted Yu updated HBASE-7167:
--------------------------

    Fix Version/s: 0.96.0
     Release Note: Updated documentation to reflect that Thrift2 API deleteMultiple() throws a TIOError if any delete fails.  (was: Updated documentation to reflect that Thrift2 API deleteMultiple() throws a TIOError if a delete fails.)
     Hadoop Flags: Reviewed

Integrated latest patch to trunk.

Thanks for the patch, Daniel.

Thanks for the review, Ram.
                
> Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-7167
>                 URL: https://issues.apache.org/jira/browse/HBASE-7167
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Daniel Gómez Ferro
>            Assignee: Daniel Gómez Ferro
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7167.patch, HBASE-7167.patch, HBASE-7167.patch
>
>
> Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

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

Hudson commented on HBASE-7167:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #271 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/271/])
    HBASE-7167 Thrift's deleteMultiple() raises exception instead of returning list of failed deletes (Daniel Gomez) (Revision 1412594)

     Result = FAILURE
tedyu : 
Files : 
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftHBaseServiceHandler.java
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftUtilities.java
* /hbase/trunk/hbase-server/src/main/resources/org/apache/hadoop/hbase/thrift2/hbase.thrift

                
> Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-7167
>                 URL: https://issues.apache.org/jira/browse/HBASE-7167
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Daniel Gómez Ferro
>            Assignee: Daniel Gómez Ferro
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7167.patch, HBASE-7167.patch, HBASE-7167.patch
>
>
> Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

Posted by "Daniel Gómez Ferro (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501809#comment-13501809 ] 

Daniel Gómez Ferro commented on HBASE-7167:
-------------------------------------------

Another way to fix this is to change the documentation, and maybe remove the returned list of deletes. 

Any input?
                
> Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-7167
>                 URL: https://issues.apache.org/jira/browse/HBASE-7167
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Daniel Gómez Ferro
>            Assignee: Daniel Gómez Ferro
>         Attachments: HBASE-7167.patch
>
>
> Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7167) Thrift's deleteMultiple() raises exception instead of returning list of failed deletes

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

Hudson commented on HBASE-7167:
-------------------------------

Integrated in HBase-TRUNK #3561 (See [https://builds.apache.org/job/HBase-TRUNK/3561/])
    HBASE-7167 Thrift's deleteMultiple() raises exception instead of returning list of failed deletes (Daniel Gomez) (Revision 1412594)

     Result = FAILURE
tedyu : 
Files : 
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftHBaseServiceHandler.java
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftUtilities.java
* /hbase/trunk/hbase-server/src/main/resources/org/apache/hadoop/hbase/thrift2/hbase.thrift

                
> Thrift's deleteMultiple() raises exception instead of returning list of failed deletes
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-7167
>                 URL: https://issues.apache.org/jira/browse/HBASE-7167
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>            Reporter: Daniel Gómez Ferro
>            Assignee: Daniel Gómez Ferro
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7167.patch, HBASE-7167.patch, HBASE-7167.patch
>
>
> Thrift API claims deleteMultiple() returns the list of failed Deletes, but the current implementation throws a TIOError instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira