Re: Unexpected data beyond EOF during heavy writes

From: Tony Sullivan <tsullivan(at)blackducksoftware(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Unexpected data beyond EOF during heavy writes
Date: 2010-05-20 20:54:17
Message-ID: FD2D13C2E4A95C4499BF8AA8BAB85AEC2AE43F380B@BDSEXCH2K7CLS.blackducksoftware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Hello everyone,

>

> We are seeing the following error message occasionally in the postgres logs:

>

> 2010-05-13 23:49:03 PDT ERROR: unexpected data beyond EOF in block 4106698 of relation "custom_discoveryprofile"

> 2010-05-13 23:49:03 PDT HINT: This has been seen to occur with buggy kernels; consider updating your system.

What's your storage?

--

It is NetApp storage - a FAS3070 running Data ONTAP 7.3.2

Here are the mount options

<server>:/vol/sw on /x/eng/sw type nfs
(rw,intr,hard,rsize=32768,wsize=32768,nfsvers=3,timeo=600,tcp,nointr,addr=xx.xx.
xx.xx)

Thanks,

Tony Sullivan

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-05-20 21:15:28 Re: ERROR: GIN indexes do not support whole-index scans
Previous Message Andres Freund 2010-05-20 20:49:04 Re: [RFC][PATCH]: CRC32 is limiting at COPY/CTAS/INSERT ... SELECT + speeding it up