Re: Unexpected data beyond EOF during heavy writes - Mailing list pgsql-hackers

From Tony Sullivan
Subject Re: Unexpected data beyond EOF during heavy writes
Date
Msg-id FD2D13C2E4A95C4499BF8AA8BAB85AEC2AE43F380B@BDSEXCH2K7CLS.blackducksoftware.com
Whole thread Raw
In response to Unexpected data beyond EOF during heavy writes  (Tony Sullivan <tsullivan@blackducksoftware.com>)
Responses Re: Unexpected data beyond EOF during heavy writes
List 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

 

pgsql-hackers by date:

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