Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-7694

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.24.0
    • None
    • ipc
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              atm Aaron Myers
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: