[ 
https://issues.apache.org/jira/browse/HADOOP-9509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13678220#comment-13678220
 ] 

Suresh Srinivas commented on HADOOP-9509:
-----------------------------------------

Comments:
# README.txt has a TODO. Adding more information into this file will be useful. 
I am okay if you create another jira to do this.
# @Override is missing for:
#* SimpleUdpServer.java, SimpleTcpServer.java, SimpleTcpClient.java - add 
@Override to getPipeline method
#* RpcProgramPortMap - methods nullOp(), set(), unset(), getPort(), dump()
# Remove unused imports:
#* SimpleUdpServer.java - org.jboss.netty.channel.ChannelException;
#* SimpleUdpClient.java - java.net.UnknownHostException
#* SimpleTcpServer.java - org.jboss.netty.channel.ChannelException;
# Also create a followup jira to address TODO item for retransimtted request 
that is still in progress.

                
> Implement ONCRPC and XDR
> ------------------------
>
>                 Key: HADOOP-9509
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9509
>             Project: Hadoop Common
>          Issue Type: New Feature
>            Reporter: Brandon Li
>            Assignee: Brandon Li
>         Attachments: HADOOP-9509.2patch, HADOOP-9509.3.patch, 
> HADOOP-9509.4.patch, HADOOP-9509.5.patch, HADOOP-9509.6.patch, 
> HADOOP-9509.patch
>
>
> This is to track the implementation of ONCRPC(rfc5531) and XDR(rfc4506). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to