SyncStateValue Control added twice in search request ?

2012-12-05 Thread Emmanuel Lécharny
Hi, while running a test this morning, I saw that we are adding the SyncStateValue control twice into a SerachRequest : [10:32:14] DEBUG [CONSUMER_LOG] - Response from localhost:16000 : MessageType : SEARCH_RESULT_ENTRY Message ID : 2 Search Result Entry Entry dn: dc=example,dc=com

Re: SyncStateValue Control added twice in search request ?

2012-12-05 Thread Emmanuel Lécharny
False alarm. This is a problem in the SearchResultEntryImpl.toString() method. We are dumping the contrls tehre, when it's already done in one of its parent's class. Le 12/5/12 10:36 AM, Emmanuel Lécharny a écrit : Hi, while running a test this morning, I saw that we are adding the

Replication provider shutdown detection

2012-12-05 Thread Emmanuel Lécharny
Hi guys, I have added a Pinger that check everyy N seconds if the provider is still present. It uses the same connection than the consumer it checks, and send a lookup request to the provider, requesting no attributes (1.1). If the provider is not anymore present, we will get an error, and we