Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-23584

Decrease rpc getFileStatus count when open a storefile (cache filestatus in storefileinfo rather than load each time)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Minor
    • Resolution: Unresolved
    • 2.1.1
    • None
    • regionserver
    • None

    Description

      When a store needs to open a storefile , it will create getFileStatus rpc twice or more . So open a region with too many files or open too many regions at once will cost very much time. if namenode wastes too much time in rpc process every time (in my case 5s sometime) due to namenode itself's problem . So i think we can descrease the times for getFileStatus , this will reduce stress to namenode and consume less time when store open a storefile .

      Attachments

        1. HBASE-23584-master-001.patch
          5 kB
          yuhuiyang
        2. HBASE-23584-branch-2.1-01.patch
          5 kB
          yuhuiyang

        Activity

          People

            Unassigned Unassigned
            yu-huiyang yuhuiyang
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated: