You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Elliott Clark (JIRA)" <ji...@apache.org> on 2012/05/30 01:13:23 UTC

[jira] [Created] (HBASE-6129) Backport of Add Increment Coalescing in thrift.

Elliott Clark created HBASE-6129:
------------------------------------

             Summary: Backport of Add Increment Coalescing in thrift.
                 Key: HBASE-6129
                 URL: https://issues.apache.org/jira/browse/HBASE-6129
             Project: HBase
          Issue Type: Task
            Reporter: Elliott Clark


backport HBASE-6043

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6129) Backport of Add Increment Coalescing in thrift.

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

Hadoop QA commented on HBASE-6129:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12530122/HBASE-6129-0.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/2039//console

This message is automatically generated.
                
> Backport of Add Increment Coalescing in thrift.
> -----------------------------------------------
>
>                 Key: HBASE-6129
>                 URL: https://issues.apache.org/jira/browse/HBASE-6129
>             Project: HBase
>          Issue Type: Task
>            Reporter: Elliott Clark
>         Attachments: HBASE-6129-0.patch
>
>
> backport HBASE-6043

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-6129) Backport of Add Increment Coalescing in thrift.

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

stack updated HBASE-6129:
-------------------------

       Resolution: Fixed
    Fix Version/s: 0.94.1
         Assignee: Elliott Clark
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

Committed to 0.94.  Thanks for the patch Elliott.
                
> Backport of Add Increment Coalescing in thrift.
> -----------------------------------------------
>
>                 Key: HBASE-6129
>                 URL: https://issues.apache.org/jira/browse/HBASE-6129
>             Project: HBase
>          Issue Type: Task
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.94.1
>
>         Attachments: HBASE-6129-0.patch
>
>
> backport HBASE-6043

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (HBASE-6129) Backport of Add Increment Coalescing in thrift.

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

Lars Hofhansl closed HBASE-6129.
--------------------------------

    
> Backport of Add Increment Coalescing in thrift.
> -----------------------------------------------
>
>                 Key: HBASE-6129
>                 URL: https://issues.apache.org/jira/browse/HBASE-6129
>             Project: HBase
>          Issue Type: Task
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.94.1
>
>         Attachments: HBASE-6129-0.patch
>
>
> backport HBASE-6043

--
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-6129) Backport of Add Increment Coalescing in thrift.

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

Hudson commented on HBASE-6129:
-------------------------------

Integrated in HBase-0.94 #235 (See [https://builds.apache.org/job/HBase-0.94/235/])
    HBASE-6129 Backport of Add Increment Coalescing in thrift. (Revision 1344435)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift/IncrementCoalescer.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift/IncrementCoalescerMBean.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift/ThriftServerRunner.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift/ThriftUtilities.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift/generated/TIncrement.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift/generated/TRowResult.java
* /hbase/branches/0.94/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
* /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/thrift/TestThriftServer.java

                
> Backport of Add Increment Coalescing in thrift.
> -----------------------------------------------
>
>                 Key: HBASE-6129
>                 URL: https://issues.apache.org/jira/browse/HBASE-6129
>             Project: HBase
>          Issue Type: Task
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.94.1
>
>         Attachments: HBASE-6129-0.patch
>
>
> backport HBASE-6043

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-6129) Backport of Add Increment Coalescing in thrift.

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

Elliott Clark updated HBASE-6129:
---------------------------------

    Attachment: HBASE-6129-0.patch

backport
                
> Backport of Add Increment Coalescing in thrift.
> -----------------------------------------------
>
>                 Key: HBASE-6129
>                 URL: https://issues.apache.org/jira/browse/HBASE-6129
>             Project: HBase
>          Issue Type: Task
>            Reporter: Elliott Clark
>         Attachments: HBASE-6129-0.patch
>
>
> backport HBASE-6043

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6129) Backport of Add Increment Coalescing in thrift.

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

Hudson commented on HBASE-6129:
-------------------------------

Integrated in HBase-0.94-security #33 (See [https://builds.apache.org/job/HBase-0.94-security/33/])
    HBASE-6129 Backport of Add Increment Coalescing in thrift. (Revision 1344435)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift/IncrementCoalescer.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift/IncrementCoalescerMBean.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift/ThriftServerRunner.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift/ThriftUtilities.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift/generated/Hbase.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift/generated/TIncrement.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift/generated/TRowResult.java
* /hbase/branches/0.94/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
* /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/thrift/TestThriftServer.java

                
> Backport of Add Increment Coalescing in thrift.
> -----------------------------------------------
>
>                 Key: HBASE-6129
>                 URL: https://issues.apache.org/jira/browse/HBASE-6129
>             Project: HBase
>          Issue Type: Task
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.94.1
>
>         Attachments: HBASE-6129-0.patch
>
>
> backport HBASE-6043

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-6129) Backport of Add Increment Coalescing in thrift.

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

Elliott Clark updated HBASE-6129:
---------------------------------

    Status: Patch Available  (was: Open)
    
> Backport of Add Increment Coalescing in thrift.
> -----------------------------------------------
>
>                 Key: HBASE-6129
>                 URL: https://issues.apache.org/jira/browse/HBASE-6129
>             Project: HBase
>          Issue Type: Task
>            Reporter: Elliott Clark
>         Attachments: HBASE-6129-0.patch
>
>
> backport HBASE-6043

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira