Huang-yi-3456 edited a comment on issue #28002: [SPARK-31233][Core] Enhance 
RpcTimeoutException Log Message
URL: https://github.com/apache/spark/pull/28002#issuecomment-604716406
 
 
   @jiangxb1987 
   Here is the Comment for class RpcEndpointAddress.
   >  * The `rpcAddress` may be null, in which case the endpoint is registered 
via a client-only
   >  * connection and can only be reached via the client that sent the 
endpoint reference.
   
   rpcAddress is init by the following method
   `  override lazy val address: RpcAddress = {
       if (server != null) RpcAddress(host, server.getPort()) else null
     }
   ` and server is only init once it is not client mode
   `(if !config.clientMode)`
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to