You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "qiang Liu (JIRA)" <ji...@apache.org> on 2019/02/01 04:47:00 UTC

[jira] [Created] (HBASE-21818) a document write misstack

qiang Liu created HBASE-21818:
---------------------------------

             Summary: 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: 2.0.1, 1.1.0
         Environment: has nothing to do with env
            Reporter: qiang Liu
             Fix For: 2.0.2
         Attachments: blankLineOfJavaDoc.png

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)