To edit pages or tickets please login with username/password: aaf/aaf

Ticket #203 (closed defect: duplicate)

Opened 8 months ago

Last modified 8 months ago

Redundant invocations if ferret_server start deletes pid file

Reported by: aaf Assigned to: jk
Priority: major Milestone: 0.5
Component: 0plugin Version:
Keywords: Cc: j@jjb.cc

Description

With AAf 0.4.3, attempting to start the drb server after it has already been started results in the original process remaining, but the pid file being deleted.

  1. script/ferret_server start
  2. The process is up and running normally with pid 1234, and tmp/pids/ferret.pid shows 1234
  3. script/ferret_server start
  4. process 1234 is still running, but tmp/pids/ferret.pid has been deleted

Change History

02/11/08 19:34:12 changed by aaf

An in 4, I should note that a new process is not created (as expected, since the two processes would have to use the same port).

02/11/08 19:42:16 changed by aaf

  • status changed from new to closed.
  • resolution set to duplicate.

I see this has already been fixed (#195 / r303).

To edit pages or tickets please login with username/password: aaf/aaf