BUG #17192: The csvlog is corrupted

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: jef(dot)vervecken(at)ubench(dot)com
Subject: BUG #17192: The csvlog is corrupted
Date: 2021-09-14 09:47:06
Message-ID: 17192-e4679c931b5472b5@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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"

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2021-09-14 13:44:11 BUG #17193: Issue with pg_output login
Previous Message hubert depesz lubaczewski 2021-09-14 07:00:19 Re: [BUG] Deadlock detected when update with multiple clients