Problems with BDB (Berkeley DB) replication.

Asked By 0 points N/A Posted on -
qa-featured

Hi,

Why do replication stops work? Why does sometimes it hang while receiving for the replication updates?
SHARE
Answered By 95 points N/A #104185

Problems with BDB (Berkeley DB) replication.

qa-featured

Barkeley DB is a software library. It provides user a highly performed embedded database specially for key value data. You can facing some trouble to using it, like you have now. I highly suggest you to visit this site- 

http://www.openldap.org/lists/openldap-devel/200612/msg00039.html

Actually when problem you face in the update, and it can’t able to get update, you have to check out the updating process. Without a perfect we it’s can’t stop hanging. Replication running with BDB supports shared access to a database environment from multiple processes.

Here is a way you can follow- You can download pybsddb 5.2.0 (https://pypi.python.org/pypi/bsddb3/5.2.0) and running the testsuite. The hang up happens in "test03_master_election (bsddb3.tests.test_replication.DBBaseReplication)".

For more instance you can take help from this PDF-

https://docs.oracle.com/cd/E17076_02/html/gsg_db_rep/CXX/Replication-CXX-GSG.pdf or visit the site- http://www.openldap.org/doc/admin24/replication.html

Related Questions