[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with iprop
I wrote:
> Yesterday I followed Henry Hotz's advice and stopped the master,
> zeroed the log, stopped the clients, zeroed the log, and copied
> the database across to be sure it was the same. This morning already
> one slave server had over 87000 kadm5_log_replay error messages in
> an hour and a half, and full disks on the slave servers. I moved
> back to the Debian 0.7.2.dfsg.1-10, but it does not seem to have
> helped. Should I try dumping the master database and reloading
> it from the dump?
On Fri, Jul 27, 2007 at 09:48:00AM -0500, Love Hörnquist Åstrand wrote:
> You don't need to copy over the database to the slaves, the master will
> sync over the whole database if the entires are out of sync and the
> log entries are out of sync enough that it can't do a sync.
Well, this does not appear to be happening. The looping continues
until the disk is full. What log message should appear when the
master syncs the whole database over?
> Applying FORYOU messages a database thats already in sync is probably
> a very bad thing. What I can't understand is why the client is
> looping and
> logging several.
>
> The version number (2469) in your example is always the same ?
Not quite; it seems to loop over a sequence: e.g.,
Jul 27 06:25:15 zzzzz ipropd-slave[6211]: kadm5_log_replay: 1: Entry already exists in database
Jul 27 06:25:15 zzzzz ipropd-slave[6211]: kadm5_log_replay: 2: Entry already exists in database
Jul 27 06:25:15 zzzzz ipropd-slave[6211]: kadm5_log_replay: 3: Entry already exists in database
Jul 27 06:25:15 zzzzz ipropd-slave[6211]: kadm5_log_replay: 4: Entry already exists in database
Jul 27 06:25:15 zzzzz ipropd-slave[6211]: kadm5_log_replay: 1: Entry already exists in database
Jul 27 06:25:15 zzzzz ipropd-slave[6211]: kadm5_log_replay: 2: Entry already exists in database
Jul 27 06:25:15 zzzzz ipropd-slave[6211]: kadm5_log_replay: 3: Entry already exists in database
Jul 27 06:25:15 zzzzz ipropd-slave[6211]: kadm5_log_replay: 4: Entry already exists in database
and so on endlessly; well almost.
Thanks for your interest.
-- Owen