BUG #3843: archiver process is restarted after the smart shutdown

From: "" <fujii(dot)masao(at)oss(dot)ntt(dot)co(dot)jp>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3843: archiver process is restarted after the smart shutdown
Date: 2007-12-27 09:41:08
Message-ID: 200712270941.lBR9f7At095061@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3843
Logged by:
Email address: fujii(dot)masao(at)oss(dot)ntt(dot)co(dot)jp
PostgreSQL version: 8.3beta4
Operating system: RHEL5
Description: archiver process is restarted after the smart shutdown
Details:

Is this a bug though archiver process is restarted after the smart
shutdown?
BTW, the archiver process ends after a few minutes.


[postgresql.conf]
archive_mode = on
archive_command = 'cp %p ../arch/%f'

$ pg_ctl start
...
$ pgrep -fl postgres
22781 /home/postgres/bin/postgres
22783 postgres: writer process
22784 postgres: wal writer process
22785 postgres: autovacuum launcher process
22786 postgres: archiver process
22787 postgres: stats collector process
$ pg_ctl stop (*1)
...
$ pgrep -fl postgres
23579 postgres: archiver process


(*1)
It's easy to reproduce waiting between a few seconds
for pg_ctl start and stop in this problem.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Simon Riggs 2007-12-27 11:27:26 Re: BUG #3843: archiver process is restarted after the smart shutdown
Previous Message Magnus Hagander 2007-12-27 08:36:30 Re: BUG #3842: Service