Re: svn commit: r1407602 - in /directory: apacheds/trunk/server-config/src/main/java/org/apache/directory/server/config/beans/ apacheds/trunk/service-builder/src/main/java/org/apache/directory/server/

2012-11-26 Thread Kiran Ayyagari
I know it is too late to respond, but just found out that we have an attribute, ads-enableReplProvider which was supposed to do the same in the beginning as ads-replEnabled but was not used. I think we should keep any one of these (may be we should just delete this old attribute definition)

Re: svn commit: r1407602 - in /directory: apacheds/trunk/server-config/src/main/java/org/apache/directory/server/config/beans/ apacheds/trunk/service-builder/src/main/java/org/apache/directory/server/

2012-11-26 Thread Emmanuel Lécharny
Le 11/26/12 2:10 PM, Kiran Ayyagari a écrit : I know it is too late to respond, but just found out that we have an attribute, ads-enableReplProvider which was supposed to do the same in the beginning as ads-replEnabled but was not used. Ahha... Ok, I'll remove the old attribute then. Thanks

Replication producer potential blocking issue, and a few improvement proposals

2012-11-26 Thread Emmanuel Lécharny
Hi, so I spent the week-end reviewing the replication code in M8, and I found a few area that can be improved, and a potentially serious problem that needs to be fixed. first of all, the few tests we conducted last week shown that replication is working pretty well, *if* we have no communication

Re: svn commit: r1413771 - in /directory/apacheds/trunk/protocol-ldap/src/main/java/org/apache/directory/server/ldap/replication: ReplicaEventMessage.java ReplicaEventMessageSerializer.java

2012-11-26 Thread Kiran Ayyagari
On Mon, Nov 26, 2012 at 11:58 PM, elecha...@apache.org wrote: Author: elecharny Date: Mon Nov 26 18:28:34 2012 New Revision: 1413771 URL: http://svn.apache.org/viewvc?rev=1413771view=rev Log: Improved the serialization Modified: