Re: Fwd: Re: A new look at old NFS readdir() problems? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Fwd: Re: A new look at old NFS readdir() problems?
Date
Msg-id 1688119.1736367687@sss.pgh.pa.us
Whole thread Raw
In response to Re: Fwd: Re: A new look at old NFS readdir() problems?  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Fwd: Re: A new look at old NFS readdir() problems?
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Will people now always get a clear error on failure?  Crazy idea, but
> could we have initdb or postmaster start test this? 

It'd require adding quite a lot of cycles: I'd guess you'd need to
create/drop a hundred or a thousand files to be sure of seeing the
problem.

Another problem is that even if the primary data directory is okay,
a tablespace could be created on a filesystem that's not okay.

I doubt that it's worth it.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: use a non-locking initial test in TAS_SPIN on AArch64
Next
From: Guillaume Lelarge
Date:
Subject: Re: improve DEBUG1 logging of parallel workers for CREATE INDEX?