Re: pg_restore crash when there is a failure before all child process is created

From: vignesh C <vignesh21(at)gmail(dot)com>
To: Ahsan Hadi <ahsan(dot)hadi(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_restore crash when there is a failure before all child process is created
Date: 2020-01-30 04:24:17
Message-ID: CALDaNm11kvy38i5BzmbbTOhDCYdT-+-7g42X6YarGcWF7rB9xw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jan 29, 2020 at 6:54 PM Ahsan Hadi <ahsan(dot)hadi(at)gmail(dot)com> wrote:
>
> Hi Vignesh,
>
> Can you share a test case or steps that you are using to reproduce this issue? Are you reproducing this using a debugger?
>

I could reproduce with the following steps:
Make cluster setup.
Create few tables.
Take a dump in directory format using pg_dump.
Restore the dump generated above using pg_restore with very high
number for --jobs options around 600.

Regards,
Vignesh
EnterpriseDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2020-01-30 04:26:52 Re: Option to dump foreign data in pg_dump
Previous Message Kyotaro Horiguchi 2020-01-30 04:01:39 Re: pause recovery if pitr target not reached