- priority: 5 --> 7
the balance_readers.pl script in themes/slashcode/tasks is ignoring a db's
active/inactive (ie 'isalive') status when it's doing it's thing.
it should take this into consideration, and only attempt to balance readers
which are active. otherwise, it throws errors in slashd and then other
tasks are not happy.
patch to fix:
kong:/usr/local/src/slash shane$ diff current.untouched/themes/
slashcode/tasks/balance_readers.pl lottadot.cvs/themes/slashcode/
tasks/balance_readers.pl
5c5
< # $Id: balance_readers.pl,v 1.15 2006/01/12 21:31:22 jamiemccarthy
Exp $
---
> # $Id: balance_readers.pl,v 1.2 2006/11/02 12:03:38 shane Exp $
87c87
< "virtual_user", "dbs", "type='reader'");
---
> "virtual_user", "dbs", "type='reader' and isalive='yes'");