From: | Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com> |
---|---|
To: | Sand Stone <sand(dot)m(dot)stone(at)gmail(dot)com> |
Cc: | Rick Otten <rottenwindfish(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-performance(at)lists(dot)postgresql(dot)org, Robert Haas <robertmhaas(at)gmail(dot)com> |
Subject: | Re: dsa_allocate() faliure |
Date: | 2018-05-23 04:44:25 |
Message-ID: | CAEepm=1rUCMS7bzBOAWx+V9z7dLUoP3HwaSH=2ejJJ8gS2K3uQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-performance |
On Wed, May 23, 2018 at 4:10 PM, Sand Stone <sand(dot)m(dot)stone(at)gmail(dot)com> wrote:
>>>dsa_allocate could not find 7 free pages
> I just this error message again on all of my worker nodes (I am using
> Citus 7.4 rel). The PG core is my own build of release_10_stable
> (10.4) out of GitHub on Ubuntu.
At which commit ID?
All of your worker nodes... so this happened at the same time or at
different times? I don't know much about Citus -- do you mean that
these were separate PostgreSQL clusters, and they were all running the
same query and they all crashed like this?
> What's the best way to debug this? I am running pre-production tests
> for the next few days, so I could gather info. if necessary (I cannot
> pinpoint a query to repro this yet, as we have 10K queries running
> concurrently).
Any chance of an EXPLAIN plan for the query that crashed like this?
Do you know if it's using multiple Gather[Merge] nodes and parallel
bitmap heap scans? Was it a regular backend process or a parallel
worker process (or a Citus worker process, if that is a thing?) that
raised the error?
--
Thomas Munro
http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Munro | 2018-05-23 04:56:16 | Re: [sqlsmith] Unpinning error in parallel worker |
Previous Message | Sand Stone | 2018-05-23 04:10:02 | Re: dsa_allocate() faliure |
From | Date | Subject | |
---|---|---|---|
Next Message | pavan95 | 2018-05-23 07:01:06 | Re: Help me in reducing the CPU cost for the high cost query below, as it is hitting production seriously!! |
Previous Message | Sand Stone | 2018-05-23 04:10:02 | Re: dsa_allocate() faliure |