RE: BUG #17192: The csvlog is corrupted

From: Jef Vervecken <jef(dot)vervecken(at)ubench(dot)com>
To: Jef Vervecken <jef(dot)vervecken(at)ubench(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: RE: BUG #17192: The csvlog is corrupted
Date: 2021-09-15 14:41:33
Message-ID: DB6PR0802MB2583FE607E602160A24ED46294DB9@DB6PR0802MB2583.eurprd08.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I found out the problem was that 2 db instances were logging to the same file.
The file seems not to be locked when 1 system is logging so they were conflicting and combining lines.
So this is not a bug.
Sorry for the inconvenience.

-----Original Message-----
From: PG Bug reporting form <noreply(at)postgresql(dot)org>
Sent: Tuesday, 14 September 2021 11:47
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: Jef Vervecken <jef(dot)vervecken(at)ubench(dot)com>
Subject: BUG #17192: The csvlog is corrupted

The following bug has been logged on the website:

Bug reference: 17192
Logged by: Jef Vervecken
Email address: jef(dot)vervecken(at)ubench(dot)com
PostgreSQL version: 13.4
Operating system: Ubuntu 18.04
Description:

The content of the csvlog file seems to be corrupted. Most lines are correct but some lines seems to be merged.
I'll put 3 lines here, first and third lines are correct, but the second line is corrupted. This result ofcourse in errors when I try to import the logs into a table via the copy command:

line 1:
2021-09-13 13:03:17.132
CEST,"postgres","ubenchdb",5361,"10.0.10.109:50726",613f2ff5.14f1,1,"idle",2021-09-13
13:03:17 CEST,3/0,0,LOG,08006,"could not receive data from client:
Connection reset by peer",,,,,,,,,"postgres_fdw","client backend"

Line 2:
2021-09-13 13:03:17.193
CEST,"postgres","ubenchdb",5362,"10.0.10.109:50728",613f2ff5.14f2,1,"idle",2021-09-13
13:03:17 CEST,3/0,0,LOG,08006,"could not receive data from client:
Connection reset by peer",,,,,,t: Connection reset by peer",,,,,,,,,"postgres_fdw","client backend"

Line 3:
2021-09-13 13:04:09.423
CEST,"postgres","ubenchdb",32291,"10.0.10.109:33276",613f3029.7e23,1,"idle",2021-09-13
13:04:09 CEST,79/0,0,LOG,08006,"could not receive data from client:
Connection reset by peer",,,,,,,,,"postgres_fdw","client backend"

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Euler Taveira 2021-09-15 18:46:48 Re: BUG #17193: Issue with pg_output login
Previous Message Yudianto Prasetyo 2021-09-15 14:16:36 Re: bugs or my fault