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

code: HRS.delete seems to ignore exceptions it shouldnt

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.20.1
    • 0.20.2, 0.90.0
    • None
    • None
    • Reviewed

    Description

      the code is:

      region.delete(delete, lid, writeToWAL);

      this.hlog.sync(region.getRegionInfo().isMetaRegion());
      } catch (WrongRegionException ex) {
      } catch (NotServingRegionException ex)

      { // ignore }

      catch (Throwable t)

      { throw convertThrowableToIOE(cleanup(t)); }

      we ignore those 2 exceptions... weird... should not be!

      Attachments

        1. HBASE-1919.patch
          0.7 kB
          Jean-Daniel Cryans

        Activity

          People

            jdcryans Jean-Daniel Cryans
            ryanobjc ryan rawson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: