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

Merging Block and BlockInfo classes on name-node.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.14.0
    • 0.15.0
    • None
    • None

    Description

      In current implementation

      • BlocksMap references BlockInfo
      • INode references Block
      • BlockInfo contains a reference to the corresponding Block

      It would be better to incorporate Block into BlockInfo and reference the latter everywhere in name-node structures.
      This saves 24 bytes per block on a 64-bit jvm as stated in HADOOP-1687 (5).
      I retained the Block class as a structure for external (client and data-node) communication.

      Attachments

        1. blockInfo.patch
          2 kB
          Konstantin Shvachko

        Issue Links

          Activity

            People

              shv Konstantin Shvachko
              shv Konstantin Shvachko
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: