Обсуждение: BUG #5901: Delayed Write Failed

Поиск
Список
Период
Сортировка

BUG #5901: Delayed Write Failed

От
"Gie Rizkiadi"
Дата:
The following bug has been logged online:

Bug reference:      5901
Logged by:          Gie Rizkiadi
Email address:      gie05tech@yahoo.co.id
PostgreSQL version: 8.4.1
Operating system:   Microsoft Windows XP Embedded Version 2002 Service Pack
2
Description:        Delayed Write Failed
Details:

I have installed PostgreSQL 8.4.1 running on 112 Embedded PC OS Microsoft
Windows XP Embedded Version 2002 Service Pack 2 Intel(R) Atom(TM) CPU N270
@1.60 GHz 1.32 GHz, 0.99 GB of RAM and 8GB Harddisk ( 6GB Free ) which are
connected to LAN, most of that during network problems or disconnected
causes PostgreSQL services suddenly stop and cannot start anymore even
manually, the taskbar shows Windows Delayed Write Failed. Is anyone know
what cause of this and how to solve this ?


Thanks GR

Re: BUG #5901: Delayed Write Failed

От
John R Pierce
Дата:
On 02/27/11 7:13 PM, Gie Rizkiadi wrote:
> I have installed PostgreSQL 8.4.1 running on 112 Embedded PC OS Microsoft
> Windows XP Embedded Version 2002 Service Pack 2 Intel(R) Atom(TM) CPU N270
> @1.60 GHz 1.32 GHz, 0.99 GB of RAM and 8GB Harddisk ( 6GB Free ) which are
> connected to LAN, most of that during network problems or disconnected
> causes PostgreSQL services suddenly stop and cannot start anymore even
> manually, the taskbar shows Windows Delayed Write Failed. Is anyone know
> what cause of this and how to solve this ?

you can not run a database server on unreliable network storage.  you
really shouldn't run a database server on any sort of network file
shared storage (SMB/CIFS, etc).

Delayed Write means the operating system has cached data in memory that
its unable to write to the disk, so it doesn't know what to do since it
already told the application that it was OK to continue.