Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/8218#discussion_r38239163
  
    --- Diff: 
network/common/src/main/java/org/apache/spark/network/client/TransportClient.java
 ---
    @@ -85,6 +86,25 @@ public SocketAddress getSocketAddress() {
       }
     
       /**
    +   * Returns the ID used by the client to authenticate itself when 
authentication is enabled.
    +   *
    +   * @return The client ID, or null if authentication is disabled.
    --- End diff --
    
    Technically yes, but I'm pretty sure code cannot get a `TransportClient` 
handle before the auth bootstraps have run.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to