GitHub user rxin opened a pull request:

    https://github.com/apache/spark/pull/9112

    [SPARK-11096] Post-hoc review Netty based RPC implementation - round 2

    A few more changes:
    
    1. Renamed IDVerifier -> RpcEndpointVerifier
    2. Renamed NettyRpcAddress -> RpcEndpointAddress
    3. Simplified NettyRpcHandler a bit by removing the connection count 
tracking. This is OK because I now force spark.shuffle.io.numConnectionsPerPeer 
to 1
    4. Reduced spark.rpc.connect.threads to 64. It would be great to eventually 
remove this extra thread pool.
    5. Minor cleanup & documentation.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rxin/spark SPARK-11096

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/9112.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #9112
    
----
commit 48b352d8d6266f4ee561d20aaead3f8261f9d5bd
Author: Reynold Xin <[email protected]>
Date:   2015-10-14T07:03:12Z

    [SPARK-11096] Post-hoc review Netty based RPC implementation - round 2

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to