Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-758

CachedPage.readPage() can loop forever on insane builds if the read from the container keep failing with IO Exceptions.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 10.1.3.1, 10.2.1.6
    • Store
    • None

    Description

      org.apache.derby.impl.store.raw.data.CachedPage.readPage() loops forever if read from the container
      keeps failing with an IOException. On debug build it marks the system as corrupt , but in non-debug builds
      it just keeps retrying to read the page from the disk.

      I think that is not good, if a disk fails for some reason when attempting to read a page; Derby will just
      hog the cpu and user will not know why.

      Attachments

        Activity

          People

            mikem Mike Matrigali
            tsuresh Suresh Thalamati
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: