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

Hudson commented on HBASE-21818:
--------------------------------

Results for branch branch-1.3
        [build #717 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-1.3/717/]: 
(x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1.3/717//General_Nightly_Build_Report/]


(/) {color:green}+1 jdk7 checks{color}
-- For more information [see jdk7 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1.3/717//JDK7_Nightly_Build_Report/]


(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1.3/717//JDK8_Nightly_Build_Report_(Hadoop2)/]




(/) {color:green}+1 source release artifact{color}
-- See build output for details.


> Incorrect list item in javadoc
> ------------------------------
>
>                 Key: HBASE-21818
>                 URL: https://issues.apache.org/jira/browse/HBASE-21818
>             Project: HBase
>          Issue Type: Improvement
>          Components: documentation, master
>    Affects Versions: 1.1.0
>         Environment: has nothing to do with env
>            Reporter: qiang Liu
>            Assignee: qiang Liu
>            Priority: Trivial
>              Labels: easyfix, javadoc
>             Fix For: 1.4.10, 1.3.4, 1.5.1
>
>         Attachments: HBASE-21818.branch-1.001.patch, 
> HBASE-21818.branch-1.002.patch, HBASE-21818.branch-1.003.patch, 
> HBASE-21818.branch-1.004.patch, HBASE-21818.branch-1.005.patch, 
> HBASE-21818.branch-1.006.patch, blankLineOfJavaDoc.png
>
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> the java doc of this function type a </li> as <li>,so dispaly a blanck line
> {code:java}
> //org.apache.hadoop.hbase.master.HMaster#finishActiveMasterInitialization
> {code}
> paste the function and it's doc here , please look the line "Ensure 
> assignment of meta/namespace regions"
>  
>  
> {code:java}
> /**
>  * Finish initialization of HMaster after becoming the primary master.
>  *
>  * <ol>
>  * <li>Initialize master components - file system manager, server manager,
>  *     assignment manager, region server tracker, etc</li>
>  * <li>Start necessary service threads - balancer, catalog janior,
>  *     executor services, etc</li>
>  * <li>Set cluster as UP in ZooKeeper</li>
>  * <li>Wait for RegionServers to check-in</li>
>  * <li>Split logs and perform data recovery, if necessary</li>
>  * <li>Ensure assignment of meta/namespace regions<li>
>  * <li>Handle either fresh cluster start or master failover</li>
>  * </ol>
>  *
>  * @throws IOException
>  * @throws InterruptedException
>  * @throws KeeperException
>  * @throws CoordinatedStateException
>  */
> private void finishActiveMasterInitialization(MonitoredTask status)
> {code}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to