[jira] [Commented] (HBASE-9138) the name of function getHaseIntegrationTestingUtility() is a misspelling

2013-11-12 Thread Lars Hofhansl (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13820684#comment-13820684
 ] 

Lars Hofhansl commented on HBASE-9138:
--

Patch doesn't apply anymore.
I'll just change the method name and commit. No need to post a new patch.

 the name of function getHaseIntegrationTestingUtility() is a misspelling
 

 Key: HBASE-9138
 URL: https://issues.apache.org/jira/browse/HBASE-9138
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 0.94.0
Reporter: chendihao
Priority: Trivial
 Fix For: 0.94.14

 Attachments: ChaosMonkey-v2.patch, ChaosMonkey-v3.patch, 
 ChaosMonkey.java.patch


 The function getHaseIntegrationTestingUtility() in ChaosMonkey.java should be 
 getHBaseIntegrationTestingUtility(), just a spelling mistake.
 {code}
   /** 
  
* Context for Action's 
  
*/
   public static class ActionContext {
 private IntegrationTestingUtility util;
 public ActionContext(IntegrationTestingUtility util) {
   this.util = util;
 }
 public IntegrationTestingUtility getHaseIntegrationTestingUtility() {
   return util;
 }
 public HBaseCluster getHBaseCluster() {
   return util.getHBaseClusterInterface();
 }
   }
 {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HBASE-9138) the name of function getHaseIntegrationTestingUtility() is a misspelling

2013-08-27 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13751158#comment-13751158
 ] 

Hadoop QA commented on HBASE-9138:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12596476/ChaosMonkey-v2.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:red}-1 patch{color}.  The patch command could not apply the patch.

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

This message is automatically generated.

 the name of function getHaseIntegrationTestingUtility() is a misspelling
 

 Key: HBASE-9138
 URL: https://issues.apache.org/jira/browse/HBASE-9138
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 0.94.0
Reporter: chendihao
Priority: Trivial
 Fix For: 0.94.0

 Attachments: ChaosMonkey.java.patch, ChaosMonkey-v2.patch


 The function getHaseIntegrationTestingUtility() in ChaosMonkey.java should be 
 getHBaseIntegrationTestingUtility(), just a spelling mistake.
 {code}
   /** 
  
* Context for Action's 
  
*/
   public static class ActionContext {
 private IntegrationTestingUtility util;
 public ActionContext(IntegrationTestingUtility util) {
   this.util = util;
 }
 public IntegrationTestingUtility getHaseIntegrationTestingUtility() {
   return util;
 }
 public HBaseCluster getHBaseCluster() {
   return util.getHBaseClusterInterface();
 }
   }
 {code}

--
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-9138) the name of function getHaseIntegrationTestingUtility() is a misspelling

2013-08-27 Thread chendihao (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13751231#comment-13751231
 ] 

chendihao commented on HBASE-9138:
--

[~hadoopqa]Please try again^^

 the name of function getHaseIntegrationTestingUtility() is a misspelling
 

 Key: HBASE-9138
 URL: https://issues.apache.org/jira/browse/HBASE-9138
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 0.94.0
Reporter: chendihao
Priority: Trivial
 Fix For: 0.94.0

 Attachments: ChaosMonkey.java.patch, ChaosMonkey-v2.patch, 
 ChaosMonkey-v3.patch


 The function getHaseIntegrationTestingUtility() in ChaosMonkey.java should be 
 getHBaseIntegrationTestingUtility(), just a spelling mistake.
 {code}
   /** 
  
* Context for Action's 
  
*/
   public static class ActionContext {
 private IntegrationTestingUtility util;
 public ActionContext(IntegrationTestingUtility util) {
   this.util = util;
 }
 public IntegrationTestingUtility getHaseIntegrationTestingUtility() {
   return util;
 }
 public HBaseCluster getHBaseCluster() {
   return util.getHBaseClusterInterface();
 }
   }
 {code}

--
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-9138) the name of function getHaseIntegrationTestingUtility() is a misspelling

2013-08-27 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13751504#comment-13751504
 ] 

Hadoop QA commented on HBASE-9138:
--

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12600152/ChaosMonkey-v3.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 45 new 
or modified tests.

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

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

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

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

{color:green}+1 findbugs{color}.  The patch does not introduce any 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 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

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

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

This message is automatically generated.

 the name of function getHaseIntegrationTestingUtility() is a misspelling
 

 Key: HBASE-9138
 URL: https://issues.apache.org/jira/browse/HBASE-9138
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 0.94.0
Reporter: chendihao
Priority: Trivial
 Fix For: 0.94.0

 Attachments: ChaosMonkey.java.patch, ChaosMonkey-v2.patch, 
 ChaosMonkey-v3.patch


 The function getHaseIntegrationTestingUtility() in ChaosMonkey.java should be 
 getHBaseIntegrationTestingUtility(), just a spelling mistake.
 {code}
   /** 
  
* Context for Action's 
  
*/
   public static class ActionContext {
 private IntegrationTestingUtility util;
 public ActionContext(IntegrationTestingUtility util) {
   this.util = util;
 }
 public IntegrationTestingUtility getHaseIntegrationTestingUtility() {
   return util;
 }
 public HBaseCluster getHBaseCluster() {
   return util.getHBaseClusterInterface();
 }
   }
 {code}

--
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-9138) the name of function getHaseIntegrationTestingUtility() is a misspelling

2013-08-08 Thread chendihao (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13734322#comment-13734322
 ] 

chendihao commented on HBASE-9138:
--

It a trivial bug and please fix it quickly [~stack] 

 the name of function getHaseIntegrationTestingUtility() is a misspelling
 

 Key: HBASE-9138
 URL: https://issues.apache.org/jira/browse/HBASE-9138
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 0.94.4
Reporter: chendihao
Priority: Trivial
 Attachments: ChaosMonkey.java.patch, ChaosMonkey-v2.patch


 The function getHaseIntegrationTestingUtility() in ChaosMonkey.java should be 
 getHBaseIntegrationTestingUtility(), just a spelling mistake.
 {code}
   /** 
  
* Context for Action's 
  
*/
   public static class ActionContext {
 private IntegrationTestingUtility util;
 public ActionContext(IntegrationTestingUtility util) {
   this.util = util;
 }
 public IntegrationTestingUtility getHaseIntegrationTestingUtility() {
   return util;
 }
 public HBaseCluster getHBaseCluster() {
   return util.getHBaseClusterInterface();
 }
   }
 {code}

--
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-9138) the name of function getHaseIntegrationTestingUtility() is a misspelling

2013-08-06 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-9138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13730821#comment-13730821
 ] 

stack commented on HBASE-9138:
--

Can you take the diff at the top-level of your hbase install; i.e. cd 
HBASE_HOMEDIR; svn diff . (or git diff)?  Thanks for fixing this.

 the name of function getHaseIntegrationTestingUtility() is a misspelling
 

 Key: HBASE-9138
 URL: https://issues.apache.org/jira/browse/HBASE-9138
 Project: HBase
  Issue Type: Bug
  Components: test
Affects Versions: 0.94.4
Reporter: chendihao
Priority: Trivial
 Attachments: ChaosMonkey.java.patch


 The function getHaseIntegrationTestingUtility() in ChaosMonkey.java should be 
 getHBaseIntegrationTestingUtility(), just a spelling mistake.
 {code}
   /** 
  
* Context for Action's 
  
*/
   public static class ActionContext {
 private IntegrationTestingUtility util;
 public ActionContext(IntegrationTestingUtility util) {
   this.util = util;
 }
 public IntegrationTestingUtility getHaseIntegrationTestingUtility() {
   return util;
 }
 public HBaseCluster getHBaseCluster() {
   return util.getHBaseClusterInterface();
 }
   }
 {code}

--
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