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

Increase Compression Buffer Sizes - Remove Magic Numbers

Add voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Minor
    • Resolution: Unresolved
    • 2.10.0, 3.2.0
    • None
    • io
    • None
    • Patch

    Description

      Compression.java
          // data input buffer size to absorb small reads from application.
          private static final int DATA_IBUF_SIZE = 1 * 1024;
          // data output buffer size to absorb small writes from application.
          private static final int DATA_OBUF_SIZE = 4 * 1024;
      

      There exists these hard coded buffer sizes in the Compression code. Instead, use the JVM default sizes, which, this day and age, are usually set for 8K.
       

      Attachments

        1. HADOOP-16022.1.patch
          3 kB
          David Mollitor

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            belugabehr David Mollitor
            belugabehr David Mollitor

            Dates

              Created:
              Updated:

              Slack

                Issue deployment