[pybsddb] bdb replica node problem

Yingbo Qiu qiuyingbo at gmail.com
Fri May 30 11:54:48 CEST 2008


> The problem is that you are trying to open a replicated environment
> before it is created, since client is still trying to synchronize with
> server.
>
> This is an issue only when you launch client first time. When the
> environment already exists, even if it is outdated, you wouldn't have
> this problem (unless you are trying to open a newly created DB in the
> master, still not replicated to the client).

But whenever run it, it always report DB_RUNRECOVERY error. even though
last runtime have got a STARTUPDONE event

I don't know whether it will create a *new environment* with DB_RECOVER
open flag..
But i couldn't successfully open env without DB_RECOVER flag



More information about the pybsddb mailing list