Refactor IPC proxy creation to use Builder pattern --------------------------------------------------
Key: HADOOP-7079 URL: https://issues.apache.org/jira/browse/HADOOP-7079 Project: Hadoop Common Issue Type: Improvement Components: ipc Affects Versions: 0.23.0 Reporter: Todd Lipcon Attachments: hadoop-7079-prelim.txt The various RPC proxy creation methods are getting really messy, with 7 or 8 arguments which get tracked through a long chain of method calls. I'm interested in refactoring these to use a Builder pattern to make it easier to add new settings for RPC without a messy patch. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.