[
https://issues.apache.org/jira/browse/HBASE-21818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16764651#comment-16764651
]
Hadoop QA commented on HBASE-21818:
-----------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} docker {color} | {color:red} 13m
49s{color} | {color:red} Docker failed to build yetus/hbase:a527708. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HBASE-21818 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12958190/HBASE-21818.branch-1.1.001.patch
|
| Console output |
https://builds.apache.org/job/PreCommit-HBASE-Build/15919/console |
| Powered by | Apache Yetus 0.8.0 http://yetus.apache.org |
This message was automatically generated.
> a document write misstack
> -------------------------
>
> 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, 2.0.1
> Environment: has nothing to do with env
> Reporter: qiang Liu
> Priority: Trivial
> Labels: easyfix, javadoc
> Fix For: 2.0.2
>
> Attachments: HBASE-21818.branch-1.001.patch,
> HBASE-21818.branch-1.1.001.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)