On Fri, Jun 27, 2014 at 3:14 PM, Emmanuel Lécharny <[email protected]> wrote:
> 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 > ya, I have turned off debug mode for this reason > 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). > thanks for fixing them > > I think we are ready for a release ! > +1 -- Kiran Ayyagari http://keydap.com
