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

HadoopRpcRequestProto should not be serialize twice

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 0.23.2, 0.24.0
    • None
    • ipc
    • None
    • Windows 7

    Description

      @Override
      public void write(DataOutput out) throws IOException

      { out.writeInt(message.toByteArray().length); out.write(message.toByteArray()); }

      The code is not effective.

      Attachments

        1. HADOOP-8093.patch
          0.7 kB
          Changming Sun

        Issue Links

          Activity

            People

              Unassigned Unassigned
              snnn Changming Sun
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 1m
                  1m
                  Remaining:
                  Remaining Estimate - 1m
                  1m
                  Logged:
                  Time Spent - Not Specified
                  Not Specified