[ 
https://issues.apache.org/jira/browse/HDFS-16151?focusedWorklogId=632875&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-632875
 ]

ASF GitHub Bot logged work on HDFS-16151:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Aug/21 12:24
            Start Date: 03/Aug/21 12:24
    Worklog Time Spent: 10m 
      Work Description: jianghuazhu commented on pull request #3256:
URL: https://github.com/apache/hadoop/pull/3256#issuecomment-891804326


   It seems that some exceptions occurred during the UT process, resulting in 
the UT not being executed.
   Consider re-executing UT.
   Then we look at the final execution result.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 632875)
    Time Spent: 0.5h  (was: 20m)

> Improve the parameter comments related to ProtobufRpcEngine2#Server()
> ---------------------------------------------------------------------
>
>                 Key: HDFS-16151
>                 URL: https://issues.apache.org/jira/browse/HDFS-16151
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: JiangHua Zhu
>            Assignee: JiangHua Zhu
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Now missing some parameter comments related to ProtobufRpcEngine2#Server(), 
> as follows:
>     /**
>      * Construct an RPC server.
>      *
>      * @param protocolClass the class of protocol
>      * @param protocolImpl the protocolImpl whose methods will be called
>      * @param conf the configuration to use
>      * @param bindAddress the address to bind on to listen for connection
>      * @param port the port to listen for connections on
>      * @param numHandlers the number of method handler threads to run
>      * @param verbose whether each call should be logged
>      * @param portRangeConfig A config parameter that can be used to restrict
>      * the range of ports used when port is 0 (an ephemeral port)
>      * @param alignmentContext provides server state info on client responses
>      */
>     public Server(Class<?> protocolClass, Object protocolImpl,
>         Configuration conf, String bindAddress, int port, int numHandlers,
>         int numReaders, int queueSizePerHandler, boolean verbose,
>         SecretManager<? extends TokenIdentifier> secretManager,
>         String portRangeConfig, AlignmentContext alignmentContext)
>         throws IOException {
>       super(protocolClass, protocolImpl, conf, bindAddress, port, numHandlers,
>           numReaders, queueSizePerHandler, verbose, secretManager,
>           portRangeConfig, alignmentContext);
>     }
> The description of numReaders, queueSizePerHandler, and secretManager is 
> missing here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to