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

WAL performance evaluation tool doesn't roll logs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.99.0
    • 1.0.0, 1.1.0
    • wal
    • None
    • Reviewed

    Description

      the perf eval tool for the wal never sets up a log roller and instead used to just call the rollWriter method directly.

      Eventually it changed to call requestLogRoll instead of attempting to do the roll itself. requestLogRoll is the same method used internal to the wal code and it relies on there being a LogRoller to actually have rolls happen. (the method just notifies all of the listeners for hte wal that one of them should call the roll method.)

      Attachments

        1. HBASE-12339.1.patch.txt
          10 kB
          Sean Busbey

        Issue Links

          Activity

            People

              busbey Sean Busbey
              busbey Sean Busbey
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: