[jira] [Commented] (HBASE-5143) Fix config typo in pluggable load balancer factory

2012-01-14 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HBASE-5143:
---

Integrated in HBase-0.92-security #76 (See 
[https://builds.apache.org/job/HBase-0.92-security/76/])
HBASE-5143  Fix config typo in pluggable load balancer factory (Harsh J)

tedyu : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/HConstants.java
* 
/hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/LoadBalancerFactory.java


 Fix config typo in pluggable load balancer factory
 --

 Key: HBASE-5143
 URL: https://issues.apache.org/jira/browse/HBASE-5143
 Project: HBase
  Issue Type: Sub-task
  Components: master
Reporter: Harsh J
Assignee: Harsh J
Priority: Blocker
 Fix For: 0.92.0, 0.94.0

 Attachments: HBASE-5143.patch


 HBASE-4240 made LoadBalancer pluggable.
 Configuration it loads seems to be wrongly named and carries a typo: 
 hbase.maser.loadBalancer.class
 Could rather be hbase.master.loadbalancer.class
 Luckily 0.92 is not out yet and we should fix it asap, before folks start 
 using it. Attaching patch.

--
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-5143) Fix config typo in pluggable load balancer factory

2012-01-13 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HBASE-5143:
---

Integrated in HBase-0.92 #242 (See 
[https://builds.apache.org/job/HBase-0.92/242/])
HBASE-5143  Fix config typo in pluggable load balancer factory (Harsh J)

tedyu : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/HConstants.java
* 
/hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/LoadBalancerFactory.java


 Fix config typo in pluggable load balancer factory
 --

 Key: HBASE-5143
 URL: https://issues.apache.org/jira/browse/HBASE-5143
 Project: HBase
  Issue Type: Sub-task
  Components: master
Reporter: Harsh J
Assignee: Harsh J
Priority: Blocker
 Fix For: 0.92.0, 0.94.0

 Attachments: HBASE-5143.patch


 HBASE-4240 made LoadBalancer pluggable.
 Configuration it loads seems to be wrongly named and carries a typo: 
 hbase.maser.loadBalancer.class
 Could rather be hbase.master.loadbalancer.class
 Luckily 0.92 is not out yet and we should fix it asap, before folks start 
 using it. Attaching patch.

--
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-5143) Fix config typo in pluggable load balancer factory

2012-01-13 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HBASE-5143:
---

Integrated in HBase-TRUNK-security #78 (See 
[https://builds.apache.org/job/HBase-TRUNK-security/78/])
HBASE-5143  Fix config typo in pluggable load balancer factory (Harsh J)

tedyu : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/HConstants.java
* 
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/LoadBalancerFactory.java


 Fix config typo in pluggable load balancer factory
 --

 Key: HBASE-5143
 URL: https://issues.apache.org/jira/browse/HBASE-5143
 Project: HBase
  Issue Type: Sub-task
  Components: master
Reporter: Harsh J
Assignee: Harsh J
Priority: Blocker
 Fix For: 0.92.0, 0.94.0

 Attachments: HBASE-5143.patch


 HBASE-4240 made LoadBalancer pluggable.
 Configuration it loads seems to be wrongly named and carries a typo: 
 hbase.maser.loadBalancer.class
 Could rather be hbase.master.loadbalancer.class
 Luckily 0.92 is not out yet and we should fix it asap, before folks start 
 using it. Attaching patch.

--
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-5143) Fix config typo in pluggable load balancer factory

2012-01-08 Thread Hadoop QA (Commented) (JIRA)

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

Hadoop QA commented on HBASE-5143:
--

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

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

-1 tests included.  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.

-1 javadoc.  The javadoc tool appears to have generated -151 warning 
messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

-1 findbugs.  The patch appears to introduce 79 new Findbugs (version 
1.3.9) warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

 -1 core tests.  The patch failed these unit tests:
   org.apache.hadoop.hbase.mapreduce.TestImportTsv
  org.apache.hadoop.hbase.mapred.TestTableMapReduce
  org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/701//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/701//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/701//console

This message is automatically generated.

 Fix config typo in pluggable load balancer factory
 --

 Key: HBASE-5143
 URL: https://issues.apache.org/jira/browse/HBASE-5143
 Project: HBase
  Issue Type: Sub-task
  Components: master
Reporter: Harsh J
Priority: Critical
 Fix For: 0.92.0, 0.94.0

 Attachments: HBASE-5143.patch


 HBASE-4240 made LoadBalancer pluggable.
 Configuration it loads seems to be wrongly named and carries a typo: 
 hbase.maser.loadBalancer.class
 Could rather be hbase.master.loadbalancer.class
 Luckily 0.92 is not out yet and we should fix it asap, before folks start 
 using it. Attaching patch.

--
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-5143) Fix config typo in pluggable load balancer factory

2012-01-08 Thread Harsh J (Commented) (JIRA)

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

Harsh J commented on HBASE-5143:


Test failures appear unrelated. Also, an {{ack/grep}} of the old config string 
yields no result across code base.

 Fix config typo in pluggable load balancer factory
 --

 Key: HBASE-5143
 URL: https://issues.apache.org/jira/browse/HBASE-5143
 Project: HBase
  Issue Type: Sub-task
  Components: master
Reporter: Harsh J
Priority: Critical
 Fix For: 0.92.0, 0.94.0

 Attachments: HBASE-5143.patch


 HBASE-4240 made LoadBalancer pluggable.
 Configuration it loads seems to be wrongly named and carries a typo: 
 hbase.maser.loadBalancer.class
 Could rather be hbase.master.loadbalancer.class
 Luckily 0.92 is not out yet and we should fix it asap, before folks start 
 using it. Attaching patch.

--
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-5143) Fix config typo in pluggable load balancer factory

2012-01-07 Thread ramkrishna.s.vasudevan (Commented) (JIRA)

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

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

@Harsh
Thanks for the patch. +1

 Fix config typo in pluggable load balancer factory
 --

 Key: HBASE-5143
 URL: https://issues.apache.org/jira/browse/HBASE-5143
 Project: HBase
  Issue Type: Sub-task
  Components: master
Reporter: Harsh J
Priority: Critical
 Attachments: HBASE-5143.patch


 HBASE-4240 made LoadBalancer pluggable.
 Configuration it loads seems to be wrongly named and carries a typo: 
 hbase.maser.loadBalancer.class
 Could rather be hbase.master.loadbalancer.class
 Luckily 0.92 is not out yet and we should fix it asap, before folks start 
 using it. Attaching patch.

--
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-5143) Fix config typo in pluggable load balancer factory

2012-01-07 Thread Harsh J (Commented) (JIRA)

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

Harsh J commented on HBASE-5143:


Thanks Ram, will rebase my work branch on HBASE-3274 once this is in, and 
continue. I should have an update for incremental review soon (mostly i-to-r, 
next).

 Fix config typo in pluggable load balancer factory
 --

 Key: HBASE-5143
 URL: https://issues.apache.org/jira/browse/HBASE-5143
 Project: HBase
  Issue Type: Sub-task
  Components: master
Reporter: Harsh J
Priority: Critical
 Attachments: HBASE-5143.patch


 HBASE-4240 made LoadBalancer pluggable.
 Configuration it loads seems to be wrongly named and carries a typo: 
 hbase.maser.loadBalancer.class
 Could rather be hbase.master.loadbalancer.class
 Luckily 0.92 is not out yet and we should fix it asap, before folks start 
 using it. Attaching patch.

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