[VOTE] Make Mavibot a Directory subproject

2013-08-01 Thread Emmanuel Lécharny
Hi guys, last year, I started an experiment in l...@apache.org, the Mavibot MVCC Btree. It has reached a first step, we can now use it as a backend for ApacheDS, thanks to Kiran - who joined me on the Mavibot effort, making it stable enough to be used in ApacheDS). This morning, I conducted some

Re: [VOTE] Make Mavibot a Directory subproject

2013-08-01 Thread Alex Karasulu
+1 Great job guys this is a true advance! On Thu, Aug 1, 2013 at 2:29 PM, Emmanuel Lécharny elecha...@gmail.comwrote: Hi guys, last year, I started an experiment in l...@apache.org, the Mavibot MVCC Btree. It has reached a first step, we can now use it as a backend for ApacheDS, thanks to

Re: [VOTE] Make Mavibot a Directory subproject

2013-08-01 Thread Emmanuel Lécharny
Le 8/1/13 1:32 PM, Alex Karasulu a écrit : +1 Great job guys this is a true advance! Regarding the performances we get with JDBM, I would say I was really disapointed. I remember we have made some perf test 3 years ago with SLAMD, and get up to 13 000 search/s, so getting down to 506/s with

Re: Slight possible improvement in the search operation

2013-08-01 Thread Pierre-Arnaud Marcelot
+1 as well. Regards, Pierre-Arnaud On 31 juil. 2013, at 22:29, Kiran Ayyagari kayyag...@apache.org wrote: without further ado, my +1 On Thu, Aug 1, 2013 at 1:47 AM, Emmanuel Lécharny elecha...@gmail.com wrote: Hi guys, I have done some profiling on the search operation, and I have

Re: [VOTE] Make Mavibot a Directory subproject

2013-08-01 Thread Pierre-Arnaud Marcelot
[X] +1 : make Mavibot a Directory Subproject This is going to make a huge different for ApacheDS. Regards, Pierre-Arnaud PS: Should the Labs ML be in copy of the vote? On 1 août 2013, at 13:29, Emmanuel Lécharny elecha...@gmail.com wrote: Hi guys, last year, I started an experiment in

Re: [VOTE] Make Mavibot a Directory subproject

2013-08-01 Thread Kiran Ayyagari
[X] +1 : make Mavibot a Directory Subproject thanks Emmanuel On Thu, Aug 1, 2013 at 6:18 PM, Pierre-Arnaud Marcelot p...@marcelot.netwrote: [X] +1 : make Mavibot a Directory Subproject This is going to make a huge different for ApacheDS. Regards, Pierre-Arnaud PS: Should the Labs ML be

[jira] [Updated] (DIRSTUDIO-903) Clicking Accept when no changes have been made on the password edit dialog changes the password

2013-08-01 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRSTUDIO-903: - Component/s: (was: studio-connection)

[jira] [Updated] (DIRSTUDIO-903) Clicking Accept when no changes have been made on the password edit dialog changes the password

2013-08-01 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRSTUDIO-903: - Component/s: studio-connection Clicking Accept when no changes

[jira] [Updated] (DIRSTUDIO-942) Description for OID 1.3.18.0.2.32.99 missing

2013-08-01 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRSTUDIO-942: - Component/s: studio-connection Description for OID

Re: [VOTE] Make Mavibot a Directory subproject

2013-08-01 Thread Felix Knecht
[X] +1 : make Mavibot a Directory Subproject Regards Felix

Performances : some other potential improvements

2013-08-01 Thread Emmanuel Lécharny
Hi guys, I did some more profiling today. here are some thouhts about what I have found, and places we can improve the code 1) Comparators While processing a search, we are comparing keys with what we have in trees over and over. If the BTree has N level and M elements per page, in order to

Re: [VOTE] Make Mavibot a Directory subproject

2013-08-01 Thread Stefan Seelmann
On 08/01/2013 01:29 PM, Emmanuel Lécharny wrote: [X] +1 : make Mavibot a Directory Subproject Well done!

Re: Performances : some other potential improvements

2013-08-01 Thread Kiran Ayyagari
On Thu, Aug 1, 2013 at 11:47 PM, Emmanuel Lécharny elecha...@gmail.comwrote: Hi guys, I did some more profiling today. here are some thouhts about what I have found, and places we can improve the code 1) Comparators While processing a search, we are comparing keys with what we have in

[jira] [Created] (DIRSERVER-1880) ApacheDS failed to start on boot

2013-08-01 Thread Frank Ren (JIRA)
Frank Ren created DIRSERVER-1880: Summary: ApacheDS failed to start on boot Key: DIRSERVER-1880 URL: https://issues.apache.org/jira/browse/DIRSERVER-1880 Project: Directory ApacheDS Issue

[jira] [Commented] (DIRSERVER-1880) ApacheDS failed to start on boot

2013-08-01 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13726850#comment-13726850 ] Pierre-Arnaud Marcelot commented on DIRSERVER-1880: --- It's most

Re: Performances : some other potential improvements

2013-08-01 Thread Emmanuel Lécharny
Le 8/1/13 9:21 PM, Kiran Ayyagari a écrit : On Thu, Aug 1, 2013 at 11:47 PM, Emmanuel Lécharny elecha...@gmail.comwrote: How can we improve this ? - o The first step is tryng to retrieve the entryUUID associated with the baseDN. It's likely to be done many times, so

Re: [VOTE] Make Mavibot a Directory subproject

2013-08-01 Thread Alex Karasulu
On Thu, Aug 1, 2013 at 3:48 PM, Pierre-Arnaud Marcelot p...@marcelot.netwrote: [X] +1 : make Mavibot a Directory Subproject This is going to make a huge different for ApacheDS. Regards, Pierre-Arnaud PS: Should the Labs ML be in copy of the vote? You probably want just the summary sent

[jira] [Created] (DIRSERVER-1881) How to get all user attribute (ex. telephoneNumber) from AD through LDAP API ?

2013-08-01 Thread Nguyen Manh Ha (JIRA)
Nguyen Manh Ha created DIRSERVER-1881: - Summary: How to get all user attribute (ex. telephoneNumber) from AD through LDAP API ? Key: DIRSERVER-1881 URL: https://issues.apache.org/jira/browse/DIRSERVER-1881

[jira] [Commented] (DIRSERVER-1881) How to get all user attribute (ex. telephoneNumber) from AD through LDAP API ?

2013-08-01 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13727336#comment-13727336 ] Emmanuel Lecharny commented on DIRSERVER-1881: -- Can you show us what you