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

MobCompactionChore takes a long time to complete once job

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 2.1.1, 2.2.2
    • None
    • mob
    • None

    Description

      mob table compcation is done in master
      poolSize of hbase choreService is 1
      if hbase has 1000 mob table,MobCompactionChore takes a long time to complete once job, other chore need to wait....

      MobCompactionChore#chore() {
         ...
         for (TableDescriptor htd : map.values()) {
            ...
            for (ColumnFamilyDescriptor hcd : htd.getColumnFamilies()) {
               if hcd is mob{
                  MobUtils.doMobCompaction;
               }
            }
            ...
         }
         ...
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              Bo Cui Bo Cui
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: