[mythtv-commits] Ticket #9682: Myth Backend handles loss of disk poorly

MythTV noreply at mythtv.org
Tue Mar 22 14:48:58 UTC 2011


#9682: Myth Backend handles loss of disk poorly
----------------------------------+------------------------
     Reporter:  danielk           |      Owner:  danielk
         Type:  Developer Task    |     Status:  new
     Priority:  minor             |  Milestone:  unknown
    Component:  MythTV - General  |    Version:  Trunk Head
     Severity:  medium            |   Keywords:
Ticket locked:  0                 |
----------------------------------+------------------------
 When an NFS server goes down in the middle of a recording any of the
 backend's ThreadedFileWriters writing to that disk become permanently
 wedged and CPU usage shoots up to near 100%.

 Using aio_write() instead of write() should allow us to better handle this
 condition. We should at minimum not use 100% CPU, and ideally continue
 recording to other disks including with the currently blocked recorder.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9682>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list