Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-18397 StoreFile accounting issues on branch-1.3 and branch-1
  3. HBASE-18786

FileNotFoundException should not be silently handled for primary region replicas

    XMLWordPrintableJSON

Details

    • Reviewed
    • FileNotFoundException opening a StoreFile in a primary replica now causes a RegionServer to crash out where before it would be ignored (or optionally handled via close/reopen).

    Description

      This is a follow up for HBASE-18186.
      FileNotFoundException while scanning from a primary region replica can be indicative of a more severe problem. Handling them silently can cause many underlying issues go undetected. We should either
      1. Hard fail the regionserver if there is a FNFE on a primary region replica, OR
      2. Report these exceptions as some region / server level metric so that these can be proactively investigated.

      Attachments

        1. HBASE-18786-branch-1.patch
          5 kB
          Andrew Kyle Purtell
        2. HBASE-18786-branch-1.patch
          7 kB
          Andrew Kyle Purtell
        3. HBASE-18786-branch-1.3.patch
          26 kB
          Andrew Kyle Purtell
        4. HBASE-18786.patch
          8 kB
          Andrew Kyle Purtell
        5. HBASE-18786.patch
          11 kB
          Andrew Kyle Purtell

        Issue Links

          Activity

            People

              apurtell Andrew Kyle Purtell
              ashu210890 Ashu Pachauri
              Votes:
              0 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: