From: | Larry Rosenman <ler(at)lerctr(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Call for platforms |
Date: | 2001-03-22 03:31:09 |
Message-ID: | 20010321213109.A16145@lerami.lerctr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
* Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> [010321 21:29]:
> Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
> >> Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
> > ! FATAL 2: ZeroFill(logfile 0 seg 1) failed: No such file or directory
> > ! pqReadData() -- backend closed the channel unexpectedly.
> >>
> >> Is it possible you ran out of disk space?
>
> > Probably not.
>
> The reason I was speculating that was that it seems pretty unlikely
> that a write() call could return ENOENT, as the above appears to
> suggest. I think that the errno = ENOENT value was not set by write(),
> but is leftover from the expected failure of BasicOpenFile earlier in
> XLogFileInit. Probably write() returned some value less than BLCKSZ
> but more than zero, and so did not set errno.
>
> Offhand the only reason I can think of for a write to a disk file
> to terminate after a partial transfer is a full disk. What do you
> think?
What about hitting a quota?
LER
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-03-22 03:54:24 | Re: 7.1b6 - pg_xlog filled fs, postmaster won't start |
Previous Message | Tom Lane | 2001-03-22 03:29:05 | Re: Call for platforms |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-03-22 03:39:11 | Re: Re: int8 bug on Alpha |
Previous Message | Tom Lane | 2001-03-22 03:29:05 | Re: Call for platforms |