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

IOE ignored during flush-on-close causes dataloss

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.90.4, 0.92.0
    • 0.92.0
    • regionserver
    • None
    • Reviewed

    Description

      If the RS experiences an exception during the flush of a region while closing it, it currently catches the exception, logs a warning, and keeps going. If the exception was a DroppedSnapshotException, this means that it will silently drop any data that was in memstore when the region was closed.

      Instead, the RS should do a hard abort so that its logs will be replayed.

      Attachments

        Activity

          People

            tlipcon Todd Lipcon
            tlipcon Todd Lipcon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: