Hi Kiran, I have spent a bit of time analysing the failure we get in debug mode in the BulkLoader module.
A few of those errors are due to the aggressive debug code, which is overdoing (for instance, we are trying to verify the free pages before e have any, leading to a NPE). I have discovered a couple of such errors. Another error was also part of the log system : we were trying to get too much data from a PageIO, excedding the size stored in one single page (a data can span on many pages, and we store the global data size in the first page, when this page has a fixed size). After having applied those fixes, the BulkLoader module is passing the test (and ApacheDS as a whole is also passing). I think we are ready for a release !
