Need help on postgres related to insertion of a tuple.

From: M Tarkeshwar Rao <m(dot)tarkeshwar(dot)rao(at)ericsson(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Need help on postgres related to insertion of a tuple.
Date: 2015-07-16 08:18:55
Message-ID: 1C16813DAFF3E44B939586605D40E9F0240E6B4A@ESESSMB107.ericsson.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

We have a table name auditTrailLogEntry where we were not able to able to insert in auditTrailLogEntry table.

we have reindex the table and insertion issue has been resolved .

we executed following command:

Audit tail insertion issue.

INSERT INTO auditTrailLogEntry (event, inNodeID, inNodeName, sourceID, inTime, outNodeID, outNodeName, destinationID, outTime, bytes, cdrs, tableIndex, noOfSubfilesInFile, recordSequenceNumberList ) VALUES (68, NULL, NULL, E'proc_PGWDiskCollectorGroup1_0_1434566783_1027213', E'2015-06-17 11:46:32.224', E'3434', E'PGW ACC MVNE2 Raw', E'DEPCF003.2015-06-1711-41-06.8493.BGWP21S5M2P1.000328122', E'2015-06-17 11:46:33.790', 39193, 78, 952

Got following error messages
ERROR: unexpected data beyond EOF in block 260 of relation pg_tblspc/16388/PG_9.1_201105231/16384/16418
HINT: This has been seen to occur with buggy kernels; consider updating your system.
Failed to transfer a row to the database table auditTrailLogEntry.
The SQL statement to execute was: INSERT INTO auditTrailLogEntry (event, inNodeID, inNodeName, sourceID, inTime, outNodeID, outNodeName, destinationID, outTime, bytes, cdrs, tableIndex, noOfSubfilesInFile, recordSequenceNumberList ) VALUES (68, NULL, NULL, E'proc_PGWDiskCollectorGroup1_0_1434566783_1027213', E'2015-06-17 11:46:32.224', E'3434', E'PGW ACC MVNE2 Raw', E'DEPCF003.2015-06-1711-41-06.8493.BGWP21S5M2P1.000328122', E'2015-06-17 11:46:33.790', 39193, 78, 952

Can you please suggest following:
----------------------------------------------
a. How can we prevent "This has been seen to occur with buggy kernels; consider updating your system" alarm ?
b. how can resolve "This has been seen to occur with buggy kernels; consider updating your system" alarm ?

Regards
Tarkeshwar

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mitu Verma 2015-07-16 10:10:43 Re: unexpected data beyond EOF in block 260 of relation pg_tblspc
Previous Message Ken Tanzer 2015-07-16 05:19:10 Re: EXCLUDE, Gist and integers