Calling toString() on an RPC proxy object backed by WritableRpcEngine fails
---------------------------------------------------------------------------

                 Key: HADOOP-7694
                 URL: https://issues.apache.org/jira/browse/HADOOP-7694
             Project: Hadoop Common
          Issue Type: Bug
          Components: ipc
    Affects Versions: 0.24.0
            Reporter: Aaron T. Myers
            Priority: Minor


Calling {{toString}} (or any method not declared as part of the implemented RPC 
interface) on a proxy object backed by {{WritableRpcEngine}} will fail. This is 
because the declaring class's ({{Object}}'s) {{versionID}} field is checked 
using reflection, which obviously doesn't exist in the case of {{Object}}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to