Re: Database server restartig

Поиск
Список
Период
Сортировка
От shoaib
Тема Re: Database server restartig
Дата
Msg-id 002601c31392$11905350$131f020a@vmoksha
обсуждение исходный текст
Ответ на Re: Database server restartig  ("Nick Fankhauser" <nickf@ontko.com>)
Ответы Re: Database server restartig  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-admin
Our server reboots at 1 aM in the morning and the job I mentioned starts
at 4 aM in the morning and the job ended at 4.13 AM. This process is
database extensive around 10000 records are updated / inserted.Can it be
the cause of this problem.  After this thing happened my server just
hangs.

Last night I faced the same problem again on another server and it was
after yet another DB extensive process.
The  system has 1 GB RAM, 1 GHZ processor and RAID 1 installed on it.
We are about to install 70 such servers.

Please help.

regards
Shoaib

-----Original Message-----
From: Nick Fankhauser [mailto:nickf@ontko.com]
Sent: Monday, May 05, 2003 7:58 PM
To: shoaib; pgsql-admin@postgresql.org
Subject: RE: [ADMIN] Database server restartig

Shoaib-

The "unexpected EOF on client connection" messages probably aren't cause
for
great concern, as they could be caused by any event that results in a
connection getting lost, such as a telnet session getting lost.

The "database system was interrupted" message is likely the important
one in
this case and indicates that the database has been started up but is not
finding the everything tidied up as it should be if a graceful shutdown
has
been done. Does the time match your daily reboot? Perhaps you aren't
calling
pg_ctl -stop before doing the reboot.

BTW, unless you've got something else running on the system that
requires it
and if this is a Linux system, the reboot probably isn't necessary for
either the OS or postgreSQL.

-Nick


-----Original Message-----
From: pgsql-admin-owner@postgresql.org
[mailto:pgsql-admin-owner@postgresql.org]On Behalf Of shoaib
Sent: Sunday, May 04, 2003 9:57 PM
To: pgsql-admin@postgresql.org
Subject: [ADMIN] Database server restartig


Hello Everybody,

We are using postgressql 7.2.2 . our system running is 24 hours day it a
preventive reboot once a day.some time I am getting this error and after
it
the sytem hang .Can any body help in this.

DEBUG:  pq_recvbuf: unexpected EOF on client connection
DEBUG:  pq_recvbuf: unexpected EOF on client connection
DEBUG:  pq_recvbuf: unexpected EOF on client connection
DEBUG:  pq_recvbuf: unexpected EOF on client connection
DEBUG:  database system was interrupted at 2003-05-03 04:17:19 SGT
DEBUG:  checkpoint record is at 3/85EA18B0
DEBUG:  redo record is at 3/85EA18B0; undo record is at 0/0; shutdown
FALSE
DEBUG:  next transaction id: 4111285; next oid: 7557242
DEBUG:  database system was not properly shut down; automatic recovery
in
progress
DEBUG:  ReadRecord: record with zero length at 3/85EA18F0
DEBUG:  redo is not required
DEBUG:  recycled transaction log file 0000000300000083
DEBUG:  recycled transaction log file 0000000300000084
DEBUG:  database system is ready
DEBUG:  pq_recvbuf: unexpected EOF on client connection


Regards

Shoaib


В списке pgsql-admin по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: need to delete postmaster.pid file. automate it?
Следующее
От: "Fabio C. Bon"
Дата:
Сообщение: A query with performance problems.