Mauro D.
unread,Mar 19, 2011, 11:21:37 AM3/19/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ravendb
Hi all,
it's the second time that my laptop stop to work during normal
activites with Raven.Server started but not in use.
Seems that if we have disk in busy state for long time (I was
compiling a big solution, moving 2GB of small files, etc..)
Raven.Server start to give the following exception and memory starts
to grow up.
Microsoft.Isam.Esent.Interop.EsentErrorException: Error WriteConflict
(JET_errWriteConflict, Write lock failed due to outstanding write
lock)
in Microsoft.Isam.Esent.Interop.Api.EscrowUpdate(JET_SESID sesid,
JET_TABLEID tableid, JET_COLUMNID columnid, Int32 delta) in C:\Work
\ravendb\SharedLibs\Sources\ManagedEsent-48322\EsentInterop
\SetColumnHelpers.cs:riga 284
in
Raven.Storage.Esent.StorageActions.DocumentStorageActions.IncrementReduceIndexingAttempt()
in u:\DDD\ravendb-ravendb-489f865\ravendb-
ravendb-489f865\Raven.Storage.Esent\StorageActions\Indexing.cs:riga 54
in Raven.Database.Indexing.RobustEnumerator.MoveNext(IEnumerator
en, StatefulEnumerableWrapper`1 innerEnumerator) in u:\DDD\ravendb-
ravendb-489f865\ravendb-ravendb-489f865\Raven.Database\Indexing
\RobustEnumerator.cs:riga 41
After those exception system goes in unstable state, shutdown is
impossible :-(
I'm using the last RavenDb build from source code.