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

         Key: DERBY-758
         URL: http://issues.apache.org/jira/browse/DERBY-758
     Project: Derby
        Type: Bug
  Components: Store  
    Reporter: Suresh Thalamati


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. 

 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to