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

Schedule all log-spliiting at startup all at once

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.92.0
    • None
    • None
    • Reviewed

    Description

      When distributed log splitting is enabled then it is better to call splitLog() for all region servers simultaneously. A large number of splitlog tasks will get scheduled - one for each log file. But a splitlog-worker (region server) executes only one task at a time and there shouldn't be a danger of DFS overload. Scheduling all the tasks at once ensures maximum parallelism.

      Attachments

        1. schedule-all-splitlog.patch
          11 kB
          mingjian
        2. schedule-all-splitlog-trunk.patch
          11 kB
          mingjian

        Activity

          People

            khemani Prakash Khemani
            khemani Prakash Khemani
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: