|
From: Martyn C. <ma...@sy...> - 2010-07-29 12:34:58
|
A BufferOverflowException emanates from DiskOnlyStrategy, line 409 since it does not check if there is room in the buffer before putting the data. This is supposedly guarded by the calling DiskOnlyStrategy.write that checks to see if the writeCache needs flushing in order to fit the data. I see this error also from StressTestConcurrentUnisolatedIndices, so that's where I am focussing right now. - Martyn Fred Oliver wrote: > I'm running a test which generates (essentially lubm) data files and > invokes MappedRDFDataLoadMaster.main(). The configuration is multiple > services running on a single machine. > > After svn update to the current branch, the test appears to run > forever with many exceptions seen in the log file, apparently relating > to IO. I've attached two versions of the error.log file. > > One shows errors from FileChannelUtility, BufferOverflowException, etc. > The other shows AssertionErrors being throw between processes. > > Would one of you take a look, please? > > Fred |