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

Redundant MonitoredTask instances in case of distributed log splitting retry

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None

    Description

      In case of log splitting retry, the following code would be executed multiple times:

        public long splitLogDistributed(final List<Path> logDirs) throws IOException {
          MonitoredTask status = TaskMonitor.get().createStatus(
                "Doing distributed log split in " + logDirs);
      

      leading to multiple MonitoredTask instances.

      User may get confused by multiple distributed log splitting entries for the same region server on master UI

      Attachments

        1. 5136.txt
          2 kB
          Ted Yu
        2. 5136-trunk.patch
          1 kB
          Jimmy Xiang

        Issue Links

          Activity

            People

              Unassigned Unassigned
              zhihyu@ebaysf.com Ted Yu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: