You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2014/11/06 20:36:35 UTC

[jira] [Commented] (HBASE-12429) Add port to ClusterManager's actions.

    [ https://issues.apache.org/jira/browse/HBASE-12429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14200747#comment-14200747 ] 

Hadoop QA commented on HBASE-12429:
-----------------------------------

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

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

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

    {color:red}-1 javac{color}.  The patch appears to cause mvn compile goal to fail.

    Compilation errors resume:
    [ERROR] COMPILATION ERROR : 
[ERROR] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/test/java/org/apache/hadoop/hbase/MiniHBaseCluster.java:[55,8] org.apache.hadoop.hbase.MiniHBaseCluster is not abstract and does not override abstract method startMaster(java.lang.String,int) in org.apache.hadoop.hbase.HBaseCluster
[ERROR] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/test/java/org/apache/hadoop/hbase/MiniHBaseCluster.java:[236,3] method does not override or implement a method from a supertype
[ERROR] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/test/java/org/apache/hadoop/hbase/MiniHBaseCluster.java:[263,3] method does not override or implement a method from a supertype
[ERROR] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterOperationsForRegionReplicas.java:[154,43] method startMaster in class org.apache.hadoop.hbase.HBaseCluster cannot be applied to given types;
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:testCompile (default-testCompile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/test/java/org/apache/hadoop/hbase/MiniHBaseCluster.java:[55,8] org.apache.hadoop.hbase.MiniHBaseCluster is not abstract and does not override abstract method startMaster(java.lang.String,int) in org.apache.hadoop.hbase.HBaseCluster
[ERROR] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/test/java/org/apache/hadoop/hbase/MiniHBaseCluster.java:[236,3] method does not override or implement a method from a supertype
[ERROR] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/test/java/org/apache/hadoop/hbase/MiniHBaseCluster.java:[263,3] method does not override or implement a method from a supertype
[ERROR] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterOperationsForRegionReplicas.java:[154,43] method startMaster in class org.apache.hadoop.hbase.HBaseCluster cannot be applied to given types;
[ERROR] required: java.lang.String,int
[ERROR] found: java.lang.String
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hbase-server
    

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

This message is automatically generated.

> Add port to ClusterManager's actions.
> -------------------------------------
>
>                 Key: HBASE-12429
>                 URL: https://issues.apache.org/jira/browse/HBASE-12429
>             Project: HBase
>          Issue Type: Improvement
>          Components: integration tests
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>         Attachments: HBASE-12429.patch
>
>
> Right now the ClusterManager doesn't have a port so there's no way to reliably run a chaos monkey on a cluster that has multiple regionservers running on a host.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)